Searched defs:tab (Results 1 - 25 of 126) sorted by relevance

123456

/external/clang/test/Sema/
H A Dwchar.c21 wchar_t tab[] = L"x"; local
/external/mesa3d/src/mesa/main/
H A Dvtxfmt.c48 install_vtxfmt(struct gl_context *ctx, struct _glapi_table *tab, argument
52 _mesa_install_arrayelt_vtxfmt(tab, vfmt);
53 SET_Color3f(tab, vfmt->Color3f);
54 SET_Color3fv(tab, vfmt->Color3fv);
55 SET_Color4f(tab, vfmt->Color4f);
56 SET_Color4fv(tab, vfmt->Color4fv);
57 SET_EdgeFlag(tab, vfmt->EdgeFlag);
61 _mesa_install_eval_vtxfmt(tab, vfmt);
65 SET_FogCoordfEXT(tab, vfmt->FogCoordfEXT);
66 SET_FogCoordfvEXT(tab, vfm
[all...]
/external/boringssl/src/crypto/bn/
H A Dkronecker.c66 /* In 'tab', only odd-indexed entries are relevant:
68 * tab[BN_lsw(n) & 7]
71 static const int tab[8] = {0, 1, 0, -1, 0, -1, 0, 1}; local
116 ret = tab[BN_lsw(A) & 7];
153 ret = ret * tab[BN_lsw(B) & 7];
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
H A Dtab_list_backend.py9 from telemetry.internal.browser import tab namespace
19 """A dynamic sequence of tab.Tabs in UI order."""
25 """Makes a new tab.
34 raise NotImplementedError("Browser doesn't support tab control.")
46 """Closes the tab with the given debugger_url.
55 # TODO(dtu): crbug.com/160946, allow closing the last tab on some platforms.
56 # For now, just create a new tab before closing the last tab.
70 """Activates the tab with the given debugger_url.
102 return tab
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D2-2.c101 int tab[3]; variable
105 tab[global]=n; \
149 tab[j] = 0;
196 if (tab[j] != j + 1) {
199 tab[0], tab[1], tab[2]);
H A D3-2.c102 int tab[4]; variable
107 tab[global]=n; \
127 ret = pthread_setspecific(tld[0], (void *)&tab[3]);
134 ret = pthread_setspecific(tld[1], (void *)&tab[3]);
140 ret = pthread_setspecific(tld[2], (void *)&tab[3]);
182 tab[j] = 0;
229 if ((tab[j] != j + 1) || (tab[3] != 9)) {
232 tab[0], tab[
[all...]
/external/syslinux/gpxe/src/interface/efi/
H A Defi_init.c60 struct efi_config_table *tab; local
99 for_each_table_entry ( tab, EFI_CONFIG_TABLES ) {
100 if ( ( *(tab->table) = efi_find_table ( &tab->u.guid ) ) ) {
102 uuid_ntoa ( &tab->u.uuid ), *(tab->table) );
105 "table %s\n", uuid_ntoa ( &tab->u.uuid ) );
106 if ( tab->required )
/external/e2fsprogs/lib/et/
H A Dcom_right.c76 struct error_table tab; member in struct:foobar
93 struct error_table *tab; local
103 et->table = tab = &f->tab;
104 tab->msgs = messages;
105 tab->n_msgs = num_errors;
106 tab->base = base;
/external/jemalloc/include/jemalloc/internal/
H A Dckh.h60 ckhc_t *tab; member in struct:ckh_s
/external/jline/src/src/test/java/jline/
H A DJLineTestCase.java92 public Buffer tab() { method in class:JLineTestCase.Buffer
/external/opencv/cv/src/
H A Dcvadapthresh.cpp55 uchar tab[768]; local
81 tab[i] = (uchar)(i - 255 > -idelta ? maxValue : 0);
84 tab[i] = (uchar)(i - 255 <= -idelta ? maxValue : 0);
93 d[j] = tab[s[j] - m[j] + 255];
/external/aac/libFDK/src/
H A Ddct.cpp426 const FIXP_STP tab = STCP(0x7641AF3D, 0x30FB9452); local
429 cplxMultDiv2(&tmp2, &tmp1, pDat[0], pDat[1], tab);
/external/autotest/client/site_tests/video_YouTubePage/
H A Dvideo_YouTubePage.py40 tab = None variable in class:video_YouTubePage
50 self.tab = chrome.browser.tabs[0]
52 self.tab.Navigate(player_page)
53 self.tab.WaitForDocumentReadyStateToBeComplete()
60 if not self.tab.EvaluateJavaScript(js):
71 return self.tab.EvaluateJavaScript('window.__getVideoState();')
78 self.tab.ExecuteJavaScript('window.__playVideo();')
85 self.tab.ExecuteJavaScript('window.__pauseVideo();')
94 self.tab.ExecuteJavaScript('window.__seek(%f);' % new_time)
104 self.tab
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h52 atomic_uintptr_t tab[kTabSize]; // Hash table of Node's. member in class:__sanitizer::StackDepotBase
103 atomic_uintptr_t *p = &tab[h % kTabSize];
148 atomic_uintptr_t *p = &tab[idx];
163 lock(&tab[i]);
170 atomic_uintptr_t *p = &tab[i];
/external/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp93 const char *tab) {
96 OS << tab; local
91 dumpAmdKernelCode(const amd_kernel_code_t *C, raw_ostream &OS, const char *tab) argument
/external/skia/tools/skdiff/
H A Dskdiff_image.cpp275 // Posix says the format is: <filename><tab><date>
276 // It also states that if a filename contains <tab> or <newline>
279 // Svn diff --diff-cmd provides labels of the form: <filename><tab><revision>
289 // <filename><tab><date>
297 // If there is a <tab> after the first <non-white-space>, filename is
298 // [first <non-white-space>, the next run of <white-space> with an embedded <tab>).
312 const char* tab = strchr(baseLabelCstr, '\t'); local
313 if (nullptr == tab) {
316 outputFile.set(baseLabelCstr, tab - baseLabelCstr);
/external/valgrind/VEX/priv/
H A Dhost_generic_regs.c123 void ppHRegUsage ( const RRegUniverse* univ, HRegUsage* tab )
132 Bool rRd = (tab->rRead & (1ULL << i)) != 0;
133 Bool rWr = (tab->rWritten & (1ULL << i)) != 0;
144 for (UInt i = 0; i < tab->n_vRegs; i++) {
146 switch (tab->vMode[i]) {
153 ppHReg(tab->vRegs[i]);
164 void addHRegUse ( HRegUsage* tab, HRegMode mode, HReg reg ) argument
172 for (i = 0; i < tab->n_vRegs; i++)
173 if (sameHReg(tab->vRegs[i], reg))
175 if (i == tab
213 HRegUsage__contains( const HRegUsage* tab, HReg reg ) argument
[all...]
/external/zlib/src/examples/
H A Denough.c112 struct tab { /* type for been here check */ struct
176 local struct tab *done; /* states already evaluated array */
554 else if (size > ((size_t)0 - 1) / sizeof(struct tab) ||
555 (done = calloc(size, sizeof(struct tab))) == NULL) {
/external/bison/src/
H A Dfiles.c63 If --output=dir/foo.tab.c was specified, DIR_PREFIX is `dir/',
64 ALL_BUT_EXT is `dir/foo.tab', and ALL_BUT_TAB_EXT is `dir/foo'.
67 ALL_BUT_EXT = `foo.tab' and ALL_BUT_TAB_EXT = `foo'.
184 `.tab' or `_tab' if present right before *EXT, or is NULL. *TAB
190 '/tmp/foo.tab.c' -> *BASE = 'foo.tab.c', *TAB = '.tab.c', *EXT =
195 'tab.c' -> *BASE = 'tab.c', *TAB = NULL, *EXT = '.c'
197 '.tab
204 file_name_split(const char *file_name, const char **base, const char **tab, const char **ext) argument
230 const char *base, *tab, *ext; local
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cc35 atomic_uintptr_t tab[kTableSizeL1]; member in struct:__tsan::FdContext
77 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2];
133 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); local
134 if (tab == 0)
137 FdDesc *d = &tab[l2];
145 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); local
146 if (tab == 0)
148 if (addr >= (uptr)tab
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dcrc32c.c78 const uint32_t (*tab)[256])
95 const uint32_t *t0 = tab[0], *t1 = tab[1], *t2 = tab[2], *t3 = tab[3];
96 const uint32_t *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7];
148 size_t len, const uint32_t (*tab)[25
77 crc32_body(uint32_t crc, unsigned char const *buf, size_t len, const uint32_t (*tab)[256]) argument
147 crc32_le_generic(uint32_t crc, unsigned char const *p, size_t len, const uint32_t (*tab)[256], uint32_t polynomial EXT2FS_ATTR((unused))) argument
198 crc32_be_generic(uint32_t crc, unsigned char const *p, size_t len, const uint32_t (*tab)[256], uint32_t polynomial EXT2FS_ATTR((unused))) argument
[all...]
/external/iw/
H A Dbitrate.c10 unsigned int inss, mcs_start, mcs_end, tab[10]; local
37 &tab[0], &tab[1], &tab[2], &tab[3], &tab[4], &tab[5],
38 &tab[6], &tab[7], &tab[
[all...]
/external/jemalloc/src/
H A Dckh.c59 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i];
105 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) +
147 cell = &ckh->tab[(bucket << LG_CKH_BUCKET_CELLS) + i];
251 ckhc_t *tab, *ttab; local
274 tab = (ckhc_t *)ipallocztm(tsd_tsdn(tsd), usize, CACHELINE,
276 if (tab == NULL) {
281 ttab = ckh->tab;
282 ckh->tab = tab;
283 tab
287 idalloctm(tsd_tsdn(tsd), tab, NULL, true, true); local
305 ckhc_t *tab, *ttab; local
334 idalloctm(tsd_tsdn(tsd), tab, NULL, true, true); local
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Ddetokenize.c111 const uint8_t *tab; local
116 for (tab = kCat3456[cat]; *tab; ++tab) {
117 v += v + VP8GetBit(br, *tab);
/external/ltp/tools/top-LTP/proc/
H A Dreadproc.c621 * Free allocated memory with freeproctab(). Access via tab[N]->member. The
627 proc_t **tab = NULL; local
648 tab = xrealloc(tab, (n + 1) * sizeof(proc_t *)); /* realloc as we go, using */
649 tab[n] = readproc(PT, NULL); /* final null to terminate */
650 } while (tab[n++]); /* stop when NULL reached */
652 return tab;

Completed in 8402 milliseconds

123456