Home
last modified time | relevance | path

Searched refs:tab (Results 1 – 25 of 883) sorted by relevance

12345678910>>...36

/third_party/mesa3d/src/mesa/main/
Dvtxfmt.c45 install_vtxfmt(struct gl_context *ctx, struct _glapi_table *tab, in install_vtxfmt() argument
51 SET_Color4f(tab, vfmt->Color4f); in install_vtxfmt()
55 _mesa_install_arrayelt_vtxfmt(tab, vfmt); in install_vtxfmt()
56 SET_Color3f(tab, vfmt->Color3f); in install_vtxfmt()
57 SET_Color3fv(tab, vfmt->Color3fv); in install_vtxfmt()
58 SET_Color4fv(tab, vfmt->Color4fv); in install_vtxfmt()
59 SET_EdgeFlag(tab, vfmt->EdgeFlag); in install_vtxfmt()
63 _mesa_install_eval_vtxfmt(tab, vfmt); in install_vtxfmt()
67 SET_Materialfv(tab, vfmt->Materialfv); in install_vtxfmt()
68 SET_MultiTexCoord4fARB(tab, vfmt->MultiTexCoord4fARB); in install_vtxfmt()
[all …]
/third_party/ffmpeg/doc/
Dgeneral_contents.texi358 @item Name @tab Encoding @tab Decoding @tab Comments
359 @item 3dostr @tab @tab X
360 @item 4xm @tab @tab X
361 @tab 4X Technologies format, used in some games.
362 @item 8088flex TMV @tab @tab X
363 @item AAX @tab @tab X
364 @tab Audible Enhanced Audio format, used in audiobooks.
365 @item AA @tab @tab X
366 @tab Audible Format 2, 3, and 4, used in audiobooks.
367 @item ACT Voice @tab @tab X
[all …]
Dnut.texi29 @item BROADCAST @tab Extend the syncpoint to report the sender wallclock
30 @item PIPE @tab Omit completely the syncpoint
72 @item ALAW @tab A-LAW
73 @item ULAW @tab MU-LAW
74 @item P<type><interleaving><bits> @tab little-endian PCM
75 @item <bits><interleaving><type>P @tab big-endian PCM
89 @item UTF8 @tab Raw UTF-8
90 @item SSA[0] @tab SubStation Alpha
91 @item DVDS @tab DVD subtitles
92 @item DVBS @tab DVB subtitles
[all …]
/third_party/ffmpeg/libavcodec/
Dtwinvqdec.c35 { 8, bark_tab_s08_64, 10, tab.fcb08s, 1, 5, tab.cb0808s0, tab.cb0808s1, 18 },
36 { 2, bark_tab_m08_256, 20, tab.fcb08m, 2, 5, tab.cb0808m0, tab.cb0808m1, 16 },
37 { 1, bark_tab_l08_512, 30, tab.fcb08l, 3, 6, tab.cb0808l0, tab.cb0808l1, 17 }
39 512, 12, ff_metasound_lsp8, 1, 5, 3, 3, tab.shape08, 8, 28, 20, 6, 40
44 { 8, bark_tab_s11_64, 10, tab.fcb11s, 1, 5, tab.cb1108s0, tab.cb1108s1, 29 },
45 { 2, bark_tab_m11_256, 20, tab.fcb11m, 2, 5, tab.cb1108m0, tab.cb1108m1, 24 },
46 { 1, bark_tab_l11_512, 30, tab.fcb11l, 3, 6, tab.cb1108l0, tab.cb1108l1, 27 }
48 512, 16, ff_metasound_lsp11, 1, 6, 4, 3, tab.shape11, 9, 36, 30, 7, 90
53 { 8, bark_tab_s11_64, 10, tab.fcb11s, 1, 5, tab.cb1110s0, tab.cb1110s1, 21 },
54 { 2, bark_tab_m11_256, 20, tab.fcb11m, 2, 5, tab.cb1110m0, tab.cb1110m1, 18 },
[all …]
Dmpegaudioenc_template.c202 static void idct32(int *out, int *tab) in idct32() argument
208 for(j=31;j>=3;j-=2) tab[j] += tab[j - 2]; in idct32()
210 t = tab + 30; in idct32()
211 t1 = tab + 2; in idct32()
218 t = tab + 28; in idct32()
219 t1 = tab + 4; in idct32()
228 t = tab; in idct32()
229 t1 = tab + 32; in idct32()
242 t = tab; in idct32()
243 t1 = tab + 8; in idct32()
[all …]
Dlzwenc.c53 Code tab[LZW_HASH_SIZE]; ///< Hash table member
135 while (s->tab[h].hash_prefix != LZW_PREFIX_FREE) { in findCode()
136 if ((s->tab[h].suffix == c) in findCode()
137 && (s->tab[h].hash_prefix == hash_prefix)) in findCode()
154 s->tab[hash_code].code = s->tabsize; in addCode()
155 s->tab[hash_code].suffix = c; in addCode()
156 s->tab[hash_code].hash_prefix = hash_prefix; in addCode()
175 s->tab[i].hash_prefix = LZW_PREFIX_FREE; in clearTable()
179 s->tab[h].code = i; in clearTable()
180 s->tab[h].suffix = i; in clearTable()
[all …]
/third_party/quickjs/tests/
Dtest_loop.js79 var i, tab, a, b;
81 tab = [];
83 tab.push(i);
85 assert(tab.toString(), "x,y", "for_in");
91 tab = [];
93 tab.push(i);
95 assert(tab.toString(), "1,x,y,4", "for_in");
103 tab = [];
105 tab.push(i);
107 assert(tab.toString(), "1,y", "for_in");
[all …]
Dmicrobench.js246 var tab, len, sum, i, j;
247 tab = [];
250 tab[i] = i;
253 sum += tab[0];
254 sum += tab[1];
255 sum += tab[2];
256 sum += tab[3];
257 sum += tab[4];
258 sum += tab[5];
259 sum += tab[6];
[all …]
/third_party/skia/third_party/externals/expat/expat/gennmtab/
Dgennmtab.c387 setTab(char *tab, struct range *ranges, size_t nRanges) { in setTab() argument
393 tab[j] = 1; in setTab()
395 tab[ranges[i].start] = 1; in setTab()
400 printTabs(char *tab) { in printTabs() argument
411 int kind = tab[i * 256]; in printTabs()
413 if (tab[i * 256 + j] != kind) { in printTabs()
417 if (i >= 256 && memcmp(tab + (i - 256) * 256, tab + i * 256, 256) == 0) in printTabs()
424 if (tab[i * 256 + j * 32 + k]) in printTabs()
446 char tab[2 * 65536]; in main() local
447 memset(tab, 0, 65536); in main()
[all …]
/third_party/openssl/crypto/bn/asm/
Dsparcv9-gf2m.pl33 $tab="%l0";
88 add %sp,STACK_BIAS+STACK_FRAME,$tab
107 stx %g0,[$tab+0*8] ! tab[0]=0
109 stx $a1,[$tab+1*8] ! tab[1]=a1
110 stx $a2,[$tab+2*8] ! tab[2]=a2
112 stx $a12,[$tab+3*8] ! tab[3]=a1^a2
115 stx $a4,[$tab+4*8] ! tab[4]=a4
117 stx $a1,[$tab+5*8] ! tab[5]=a1^a4
119 stx $a2,[$tab+6*8] ! tab[6]=a2^a4
121 stx $a12,[$tab+7*8] ! tab[7]=a1^a2^a4
[all …]
/third_party/musl/libc-test/src/common/
Drand.c94 static int insert(uint64_t *tab, size_t len, uint64_t v) in insert() argument
99 while (tab[i]) { in insert()
100 if (tab[i] == v) in insert()
105 tab[i] = v; in insert()
112 uint64_t *tab; in t_choose() local
139 if (n < 5*k && (n-k)*sizeof *tab < (size_t)-1) { in t_choose()
141 tab = malloc((n-k) * sizeof *tab); in t_choose()
142 if (!tab) in t_choose()
147 tab[i-k] = i; in t_choose()
149 shuffle2(p, tab, k, n-k); in t_choose()
[all …]
/third_party/e2fsprogs/lib/ext2fs/
Dcrc32c.c84 const uint32_t (*tab)[256]) in crc32_body()
101 const uint32_t *t0 = tab[0], *t1 = tab[1], *t2 = tab[2], *t3 = tab[3]; in crc32_body()
102 const uint32_t *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7]; in crc32_body()
154 size_t len, const uint32_t (*tab)[256], in crc32_le_generic()
167 crc = (crc >> 2) ^ tab[0][crc & 3]; in crc32_le_generic()
168 crc = (crc >> 2) ^ tab[0][crc & 3]; in crc32_le_generic()
169 crc = (crc >> 2) ^ tab[0][crc & 3]; in crc32_le_generic()
170 crc = (crc >> 2) ^ tab[0][crc & 3]; in crc32_le_generic()
175 crc = (crc >> 4) ^ tab[0][crc & 15]; in crc32_le_generic()
176 crc = (crc >> 4) ^ tab[0][crc & 15]; in crc32_le_generic()
[all …]
/third_party/quickjs/
Dcutils.h150 static inline uint64_t get_u64(const uint8_t *tab) in get_u64() argument
152 return ((const struct packed_u64 *)tab)->v; in get_u64()
155 static inline int64_t get_i64(const uint8_t *tab) in get_i64() argument
157 return (int64_t)((const struct packed_u64 *)tab)->v; in get_i64()
160 static inline void put_u64(uint8_t *tab, uint64_t val) in put_u64() argument
162 ((struct packed_u64 *)tab)->v = val; in put_u64()
165 static inline uint32_t get_u32(const uint8_t *tab) in get_u32() argument
167 return ((const struct packed_u32 *)tab)->v; in get_u32()
170 static inline int32_t get_i32(const uint8_t *tab) in get_i32() argument
172 return (int32_t)((const struct packed_u32 *)tab)->v; in get_i32()
[all …]
/third_party/boost/libs/numeric/odeint/examples/
Dconst_step_iterator.cpp32 #define tab "\t" macro
65 … std::cout << x.second << tab << x.first[0] << tab << x.first[1] << tab << x.first[2] << "\n"; } ); in main()
79 cout << res[i][0] << tab << res[i][1] << tab << res[i][2] << "\n"; in main()
147 std::cout << x[0] << tab << x[1] << tab << x[2] << "\n"; } ); in main()
156 … std::cout << x.second << tab << x.first[0] << tab << x.first[1] << tab << x.first[2] << "\n"; } ); in main()
169 cout << res[i][0] << tab << res[i][1] << tab << res[i][2] << "\n"; in main()
242 std::cout << x[0] << tab << x[1] << tab << x[2] << "\n"; } ); in main()
252 … std::cout << x.second << tab << x.first[0] << tab << x.first[1] << tab << x.first[2] << "\n"; } ); in main()
271 cout << (*first)[0] << tab << (*first)[1] << tab << (*first)[2] << "\n"; in main()
284 …cout << first->second << tab << first->first[0] << tab << first->first[1] << tab << first->first[2… in main()
Dadaptive_iterator.cpp34 #define tab "\t" macro
71 … std::cout << x.second << tab << x.first[0] << tab << x.first[1] << tab << x.first[2] << "\n"; } ); in main()
85 cout << res[i].first[0] << tab << res[i].first[1] << tab << res[i].first[2] << "\n"; in main()
138 … std::cout << x.second << tab << x.first[0] << tab << x.first[1] << tab << x.first[2] << "\n"; } ); in main()
151 cout << res[i].first[0] << tab << res[i].first[1] << tab << res[i].first[2] << "\n"; in main()
240 std::cout << x[0] << tab << x[1] << tab << x[2] << "\n"; } ); in main()
254 cout << res[i][0] << tab << res[i][1] << tab << res[i][2] << "\n"; in main()
304 std::cout << x[0] << tab << x[1] << tab << x[2] << "\n"; } ); in main()
317 cout << res[i][0] << tab << res[i][1] << tab << res[i][2] << "\n"; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D3-2.c94 static int tab[4]; variable
99 tab[global]=n; \
119 ret = pthread_setspecific(tld[0], (void *)&tab[3]); in threaded()
126 ret = pthread_setspecific(tld[1], (void *)&tab[3]); in threaded()
132 ret = pthread_setspecific(tld[2], (void *)&tab[3]); in threaded()
175 tab[j] = 0; in main()
222 if ((tab[j] != j + 1) || (tab[3] != 9)) { in main()
225 tab[0], tab[1], tab[2], in main()
226 tab[3]); in main()
/third_party/musl/libc-test/src/math/gen/
Drnd.c45 int insert(uint64_t *tab, size_t len, uint64_t v) in insert() argument
51 while (tab[i]) { in insert()
52 if (tab[i] == v) in insert()
57 tab[i] = v; in insert()
83 uint64_t *tab; in choose() local
108 if (n < 5*k && (n-k)*sizeof *tab < (size_t)-1) { in choose()
110 tab = malloc((n-k) * sizeof *tab); in choose()
111 if (!tab) in choose()
116 tab[i-k] = i; in choose()
118 shuffle2(p, tab, k, n-k); in choose()
[all …]
/third_party/boost/tools/build/src/engine/
Dhash.cpp50 } tab; member
86 #define hash_bucket(hp, keyval) ((hp)->tab.base + ((keyval) % (hp)->tab.nel))
104 hp->tab.nel = 0; in hashinit()
105 hp->tab.base = 0; in hashinit()
247 if ( hp->tab.base ) in hashrehash()
248 BJAM_FREE( (char *)hp->tab.base ); in hashrehash()
250 hp->tab.nel = hp->items.nel * hp->bloat; in hashrehash()
251 hp->tab.base = (ITEM * *)BJAM_MALLOC( hp->tab.nel * sizeof( ITEM * ) ); in hashrehash()
253 memset( (char *)hp->tab.base, '\0', hp->tab.nel * sizeof( ITEM * ) ); in hashrehash()
263 ITEM * * ip = hp->tab.base + object_hash( hash_item_key( i ) ) % in hashrehash()
[all …]
/third_party/boost/boost/beast/http/detail/
Drfc7230.ipp31 static char constexpr tab[] = {
49 BOOST_STATIC_ASSERT(sizeof(tab) == 256);
50 return tab[static_cast<unsigned char>(c)];
57 static char constexpr tab[] = {
75 BOOST_STATIC_ASSERT(sizeof(tab) == 256);
76 return tab[static_cast<unsigned char>(c)];
88 static char constexpr tab[] = {
106 BOOST_STATIC_ASSERT(sizeof(tab) == 256);
107 return tab[static_cast<unsigned char>(c)];
116 static char constexpr tab[] = {
[all …]
/third_party/boost/libs/beast/include/boost/beast/http/detail/
Drfc7230.ipp31 static char constexpr tab[] = {
49 BOOST_STATIC_ASSERT(sizeof(tab) == 256);
50 return tab[static_cast<unsigned char>(c)];
57 static char constexpr tab[] = {
75 BOOST_STATIC_ASSERT(sizeof(tab) == 256);
76 return tab[static_cast<unsigned char>(c)];
88 static char constexpr tab[] = {
106 BOOST_STATIC_ASSERT(sizeof(tab) == 256);
107 return tab[static_cast<unsigned char>(c)];
116 static char constexpr tab[] = {
[all …]
/third_party/openssl/crypto/bn/
Dbn_gf2m.c64 BN_ULONG tab[8], top2b = a >> 30; in bn_GF2m_mul_1x1() local
71 tab[0] = 0; in bn_GF2m_mul_1x1()
72 tab[1] = a1; in bn_GF2m_mul_1x1()
73 tab[2] = a2; in bn_GF2m_mul_1x1()
74 tab[3] = a1 ^ a2; in bn_GF2m_mul_1x1()
75 tab[4] = a4; in bn_GF2m_mul_1x1()
76 tab[5] = a1 ^ a4; in bn_GF2m_mul_1x1()
77 tab[6] = a2 ^ a4; in bn_GF2m_mul_1x1()
78 tab[7] = a1 ^ a2 ^ a4; in bn_GF2m_mul_1x1()
80 s = tab[b & 0x7]; in bn_GF2m_mul_1x1()
[all …]
/third_party/glib/glib/glib-mirroring-tab/
Dpacktab.c36 static uni_table temp, x, perm, *tab; variable
168 memmove (temp + j * cmpcluster, tab[lev] + j * cluster, in bt()
169 cluster * sizeof (tab[lev][0])); in bt()
180 tab[lev + 1][perm[0]] = perm[0]; in bt()
186 tab[lev + 1][perm[j]] = perm[j]; in bt()
189 tab[lev + 1][perm[j]] = tab[lev + 1][perm[j - 1]]; in bt()
246 memmove (temp + j * cmpcluster, tab[lev] + j * cluster, in write_array()
247 cluster * sizeof (tab[lev][0])); in write_array()
258 tab[lev + 1][perm[0]] = x[0] = perm[0]; in write_array()
264 tab[lev + 1][perm[j]] = x[k]; in write_array()
[all …]
/third_party/typescript/tests/baselines/reference/
DcommentsFormatting.types76 * this is 0 space + tab
77 * this is 1 space + tab
78 * this is 2 spaces + tab
79 * this is 3 spaces + tab
80 * this is 4 spaces + tab
81 * this is 5 spaces + tab
82 * this is 6 spaces + tab
83 * this is 7 spaces + tab
84 * this is 8 spaces + tab
85 * this is 9 spaces + tab
[all …]
DcommentsFormatting.symbols76 * this is 0 space + tab
77 * this is 1 space + tab
78 * this is 2 spaces + tab
79 * this is 3 spaces + tab
80 * this is 4 spaces + tab
81 * this is 5 spaces + tab
82 * this is 6 spaces + tab
83 * this is 7 spaces + tab
84 * this is 8 spaces + tab
85 * this is 9 spaces + tab
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtab_indicator.dart10 /// selected tab.
12 /// The selected tab underline is inset from the tab's boundary by [insets].
17 /// or the entire tab with [TabIndicatorSize.tab].
19 /// Create an underline style selected tab indicator.
28 /// The color and weight of the horizontal line drawn below the selected tab.
31 /// Locates the selected tab's underline relative to the tab's boundary.
34 /// tab indicator's bounds in terms of its (centered) tab widget with
35 /// [TabIndicatorSize.label], or the entire tab with [TabIndicatorSize.tab].

12345678910>>...36