Home
last modified time | relevance | path

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

1234

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_loop.js81 tab = [];
83 tab.push(i);
91 tab = [];
103 tab = [];
113 tab = [];
121 tab = [];
129 tab = [];
136 tab = [];
143 tab = [];
153 tab = [];
[all …]
A Dmicrobench.js247 tab = [];
250 tab[i] = i;
271 tab = [];
274 tab[i] = i;
276 tab[0] = j;
277 tab[1] = j;
295 tab = [];
306 tab = [];
320 tab = [];
337 tab = [];
[all …]
A Dtest_builtin.js33 var i, tab = [];
34 tab.push(this);
37 return tab;
116 var a, tab;
126 tab = Object.keys(a);
548 var a, i, n, tab, o, v;
551 tab = [];
555 tab[i] = [o, v];
561 assert(a.get(tab[i][0]), tab[i][1]);
580 tab = [];
[all …]
A Dtest_closure.js178 var tab;
180 tab = [];
185 assert(tab[i]() === i);
188 tab = [];
196 assert(tab[i]() === i);
A Dtest_bjson.js22 var i, s = "", tab, v;
23 tab = new Uint8Array(a); variable
24 for(i = 0; i < tab.length; i++) {
25 v = tab[i].toString(16);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dcutils.h152 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
162 ((struct packed_u64 *)tab)->v = val; in put_u64()
167 return ((const struct packed_u32 *)tab)->v; in get_u32()
177 ((struct packed_u32 *)tab)->v = val; in put_u32()
182 return ((const struct packed_u16 *)tab)->v; in get_u16()
192 ((struct packed_u16 *)tab)->v = val; in put_u16()
197 return *tab; in get_u8()
200 static inline int32_t get_i8(const uint8_t *tab) in get_i8() argument
202 return (int8_t)*tab; in get_i8()
[all …]
A Dlibbf.c202 r->tab = tab; in bf_resize()
295 memcpy(r->tab, a->tab, a->len * sizeof(limb_t)); in bf_set()
1782 a1->tab = a->tab; in bf_divrem()
1787 b1->tab = b->tab; in bf_divrem()
3353 b1 = ((limb_t)tab[0] << 32) | tab[1]; in bf_mul_log2_radix()
3784 a->tab = a2->tab; in bf_ftoa_internal()
3865 a->tab = a2->tab; in bf_ftoa_internal()
4808 y1->tab = y->tab; in bf_pow()
6663 r->tab[a_offset + i] = a->tab[i]; in bfdec_add_internal()
7001 a1->tab = a->tab; in bfdec_divrem()
[all …]
A Drepl.js143 var tab;
151 if (tab)
152 term_width = tab[0];
678 tab = res.tab;
679 if (tab.length === 0)
681 s = tab[0];
684 for(i = 1; i < tab.length; i++) {
685 t = tab[i];
698 var m = res.ctx[tab[0]];
720 if (i >= tab.length)
[all …]
A Dunicode_gen.c252 p = tab[i]; in find_name()
325 ci = &tab[code]; in parse_unicode_data()
449 ci = &tab[code]; in parse_special_casing()
525 ci = &tab[code]; in parse_case_folding()
878 ci = &tab[i]; in dump_data()
946 ci = &tab[code]; in find_run_type()
947 ci1 = &tab[code + 1]; in find_run_type()
948 ci2 = &tab[code + 2]; in find_run_type()
1107 ci = &tab[code]; in find_run_type()
1190 ci = &tab[code]; in build_conv_table()
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/
A Dmissing217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab.c
A Ddepcomp61 tab=' '
281 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
324 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
327 s/[ '"$tab"'][ '"$tab"']*/ /g
433 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
468 s/\(.*\)/'"$tab"'\1 \\/p
472 s/.*/'"$tab"'/
527 sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
675 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
676 echo "$tab" >> "$depfile"
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Dmissing217 rm -f y.tab.c y.tab.h
224 cp "$SRCFILE" y.tab.c
228 cp "$SRCFILE" y.tab.h
233 if test ! -f y.tab.h; then
234 echo >y.tab.h
236 if test ! -f y.tab.c; then
237 echo 'main() { return 0; }' >y.tab.c
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dmemp.c102 t = *desc->tab; in memp_sanity()
235 *desc->tab = NULL; in memp_init_pool()
239 memp->next = *desc->tab; in memp_init_pool()
240 *desc->tab = memp; in memp_init_pool()
303 memp = *desc->tab; in do_memp_malloc_pool()
313 *desc->tab = memp->next; in do_memp_malloc_pool()
431 memp->next = *desc->tab; in do_memp_free_pool()
432 *desc->tab = memp; in do_memp_free_pool()
479 old_first = *memp_pools[type]->tab; in memp_free()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_fax3.h197 #define LOOKUP8(wid,tab,eoflab) do { \ argument
200 TabEnt = tab + GetBits(wid); \
209 #define LOOKUP16(wid,tab,eoflab) do { \ argument
212 TabEnt = tab + GetBits(wid); \
229 #define LOOKUP8(wid,tab,eoflab) do { \ argument
231 TabEnt = tab + GetBits(wid); \
234 #define LOOKUP16(wid,tab,eoflab) do { \ argument
236 TabEnt = tab + GetBits(wid); \
/AliOS-Things-master/components/SDL2/src/image/
A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
A Dinstall-sh44 tab=' '
47 IFS=" $tab$nl"
131 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/
A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dtoken_enc.c152 const uint8_t* tab; in VP8RecordCoeffTokens() local
159 tab = VP8Cat3; in VP8RecordCoeffTokens()
165 tab = VP8Cat4; in VP8RecordCoeffTokens()
171 tab = VP8Cat5; in VP8RecordCoeffTokens()
177 tab = VP8Cat6; in VP8RecordCoeffTokens()
180 AddConstantToken(tokens, !!(residue & mask), *tab++); in VP8RecordCoeffTokens()
/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js145 var tab;
686 tab = res.tab;
687 if (tab.length === 0)
689 s = tab[0];
692 for(i = 1; i < tab.length; i++) {
693 t = tab[i];
706 var m = res.ctx[tab[0]];
718 for(i = 0; i < tab.length; i++)
722 n_rows = Math.ceil(tab.length / n_cols);
728 if (i >= tab.length)
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dchkfmt128 tab="`tr -c -d '\t' <"$file"`"
129 if test -n "$tab"
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
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) || in main()
555 (done = calloc(size, sizeof(struct tab))) == NULL) { in main()

Completed in 52 milliseconds

1234