/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | list.h | 36 #define LIST_HEAD_INIT(el) { &(el), &(el) } argument 39 #define list_entry(el, type, member) \ argument 49 static inline void __list_add(struct list_head *el, in __list_add() 59 static inline void list_add(struct list_head *el, struct list_head *head) in list_add() 65 static inline void list_add_tail(struct list_head *el, struct list_head *head) in list_add_tail() 70 static inline void list_del(struct list_head *el) in list_del() 88 static inline int list_empty(struct list_head *el) in list_empty() 93 #define list_for_each(el, head) \ argument 96 #define list_for_each_safe(el, el1, head) \ argument 100 #define list_for_each_prev(el, head) \ argument [all …]
|
A D | quickjs-libc.c | 1742 struct list_head *el; in find_rh() local 1807 struct list_head *el; in find_sh() local 2009 struct list_head *el; in js_os_poll() local 2087 struct list_head *el; in handle_posted_message() local 2162 struct list_head *el; in js_os_poll() local 3121 struct list_head *el, *el1; in js_free_message_pipe() local 3691 struct list_head *el, *el1; in js_std_free_handlers() local
|
A D | run-test262.c | 553 struct list_head *el, *el1; in js_agent_free() local 577 struct list_head *el; in is_broadcast_pending() local 591 struct list_head *el; in js_agent_broadcast() local
|
A D | quickjs.c | 2263 struct list_head* el; in JS_MarkContext() local 3407 struct list_head* el; in JS_NewClass1() local 4699 struct list_head* el; in JS_DumpShapes() local 5452 struct list_head* el; in free_zero_refcount() local 5704 struct list_head* el; in gc_scan() local 15439 struct list_head* el; in get_var_ref() local 19292 struct list_head* el; in js_async_generator_mark() local 26899 struct list_head* el; in js_find_loaded_module() local 42914 JSValue el; in json_parse_value() local 44967 struct list_head* el; in map_find_record() local [all …]
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objmodule.c | 113 …mp_map_elem_t *el = mp_map_lookup(mp_loaded_modules_map, MP_OBJ_NEW_QSTR(module_name), MP_MAP_LOOK… in mp_obj_new_module() local 249 …mp_map_elem_t *el = mp_map_lookup(mp_loaded_modules_map, MP_OBJ_NEW_QSTR(module_name), MP_MAP_LOOK… in mp_module_get() local
|
A D | runtime.c | 874 mp_obj_t el = mp_iternext(iterable); in mp_unpack_sequence() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testplatform.c | 351 unsigned int *el = (unsigned int *)&t->expected_result; in Test64Bit() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 1945 struct list_head *el; in find_rh() local 2014 struct list_head *el; in find_sh() local 2229 struct list_head *el; in js_os_poll() local 2311 struct list_head *el; in handle_posted_message() local 2389 struct list_head *el; in js_os_poll() local 3450 struct list_head *el, *el1; in js_free_message_pipe() local 4043 struct list_head *el, *el1; in js_std_free_handlers() local
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | nanosvg.h | 251 void (*startelCb)(void* ud, const char* el, const char** attr), in nsvg__parseElement() 252 void (*endelCb)(void* ud, const char* el), in nsvg__parseElement() 327 void (*startelCb)(void* ud, const char* el, const char** attr), in nsvg__parseXML() 328 void (*endelCb)(void* ud, const char* el), in nsvg__parseXML() 2680 static void nsvg__startElement(void* ud, const char* el, const char** attr) in nsvg__startElement() 2744 static void nsvg__endElement(void* ud, const char* el) in nsvg__endElement()
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngvalid.c | 7804 const char *el; in image_transform_png_set_rgb_to_gray_set() local
|