/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | cutils.h | 150 static inline uint64_t get_u64(const uint8_t *tab) in get_u64() 155 static inline int64_t get_i64(const uint8_t *tab) in get_i64() 160 static inline void put_u64(uint8_t *tab, uint64_t val) in put_u64() 165 static inline uint32_t get_u32(const uint8_t *tab) in get_u32() 170 static inline int32_t get_i32(const uint8_t *tab) in get_i32() 175 static inline void put_u32(uint8_t *tab, uint32_t val) in put_u32() 180 static inline uint32_t get_u16(const uint8_t *tab) in get_u16() 185 static inline int32_t get_i16(const uint8_t *tab) in get_i16() 195 static inline uint32_t get_u8(const uint8_t *tab) in get_u8() 200 static inline int32_t get_i8(const uint8_t *tab) in get_i8() [all …]
|
A D | unicode_gen.c | 245 int find_name(const char **tab, int tab_len, const char *name) in find_name() 291 CCInfo *ci, *tab = unicode_db; in parse_unicode_data() local 421 void parse_special_casing(CCInfo *tab, const char *filename) in parse_special_casing() 497 void parse_case_folding(CCInfo *tab, const char *filename) in parse_case_folding() 873 void dump_data(CCInfo *tab) in dump_data() 941 void find_run_type(TableEntry *te, CCInfo *tab, int code) in find_run_type() 1182 void build_conv_table(CCInfo *tab) in build_conv_table() 1385 void dump_byte_table(FILE *f, const char *cname, const uint8_t *tab, int len) in dump_byte_table() 1783 CCInfo *tab = unicode_db; in check_case_conv() local 2152 static BOOL is_short_tab(const int *tab, int len) in is_short_tab() [all …]
|
A D | libbf.c | 196 limb_t *tab; in bf_resize() local 362 static limb_t mp_scan_nz(const limb_t *tab, mp_size_t n) in mp_scan_nz() 685 void mp_print_str_a(const char *str, const limb_t *tab, limb_t n) in mp_print_str_a() 1042 limb_t mp_add_ui(limb_t *tab, limb_t b, size_t n) in mp_add_ui() 1094 limb_t mp_sub_ui(limb_t *tab, limb_t b, mp_size_t n) in mp_sub_ui() 2693 static int bf_integer_from_radix_rec(bf_t *r, const limb_t *tab, in bf_integer_from_radix_rec() 2732 static int bf_integer_from_radix(bf_t *r, const limb_t *tab, in bf_integer_from_radix() 3343 const uint32_t *tab; in bf_mul_log2_radix() local 5585 limb_t mp_add_ui_dec(limb_t *tab, limb_t b, mp_size_t n) in mp_add_ui_dec() 5624 limb_t mp_sub_ui_dec(limb_t *tab, limb_t b, mp_size_t n) in mp_sub_ui_dec() [all …]
|
A D | libbf.h | 96 limb_t *tab; member 105 limb_t *tab; member
|
A D | quickjs.h | 969 const struct JSCFunctionListEntry *tab; member 1002 #define JS_OBJECT_DEF(name, tab, len, prop_flags) { name, prop_flags, JS_DEF_OBJECT, 0, .u = { .pro… argument
|
A D | quickjs.c | 729 JSBinaryOperatorDefEntry* tab; member 7986 JSValue* tab; in convert_fast_array_to_array() local 14704 JSValue val, *tab; in js_build_arguments() local 16568 JSValue* tab; in JS_CallInternal() local 29950 const uint8_t* tab = s->bc_buf; in code_match() local 36943 JSValue *tab, ret; in build_arg_list() local 36982 JSValue *tab, ret; in js_function_apply() local 39363 JSPropertyEnum* tab; in js_string_get_own_property_names() local 43197 JSValue indent1, sep, sep1, tab, v, prop; in js_json_to_str() local 43557 JSValue *tab, ret; in js_reflect_construct() local [all …]
|
A D | quickjs-libc.c | 2604 JSPropertyEnum *tab; in build_envp() local
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_fax3.h | 197 #define LOOKUP8(wid,tab,eoflab) do { \ argument 209 #define LOOKUP16(wid,tab,eoflab) do { \ argument 229 #define LOOKUP8(wid,tab,eoflab) do { \ argument 234 #define LOOKUP16(wid,tab,eoflab) do { \ argument
|
A D | tif_fax3.c | 668 putspan(TIFF* tif, int32 span, const tableentry* tab) in putspan()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | enough.c | 112 struct tab { /* type for been here check */ struct 113 size_t len; /* length of bit vector in char's */ 114 char *vec; /* allocated bit vector */
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_bjson.js | 23 tab = new Uint8Array(a); variable
|
/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/ |
A D | mp_mbedtls_errors.c | 611 static size_t mbedtls_err_to_str(int err, const struct ssl_errs tab[], int tab_len, char *buf, size… in mbedtls_err_to_str()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/priv/ |
A D | memp_priv.h | 151 struct memp **tab; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/priv/ |
A D | memp_priv.h | 151 struct memp **tab; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | token_enc.c | 152 const uint8_t* tab; in VP8RecordCoeffTokens() local
|
A D | frame_enc.c | 265 const uint8_t* tab; in PutCoeffs() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8_dec.c | 421 const uint8_t* tab; in GetLargeValue() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 2863 JSPropertyEnum *tab; in build_envp() local
|