/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_hd_huffman.c | 41 size_t rembits, const nghttp2_huff_sym *sym) in huff_encode_sym() 165 const nghttp2_huff_sym *sym = &huff_sym_table[src[i]]; in nghttp2_hd_huff_encode() local 186 const nghttp2_huff_sym *sym = &huff_sym_table[256]; in nghttp2_hd_huff_encode() local
|
A D | nghttp2_hd_huffman.h | 53 uint8_t sym; member
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | common.h | 43 #define REQUIRES(sym) .set sym ## _Requires, sym argument 45 #define REQUIRES(sym) __asm__ (".set " # sym "_Requires, " # sym "\n\t"); argument 87 #define GC_SECTION(sym) SECTION .text.##sym, "ax" argument
|
/AliOS-Things-master/components/SDL2/src/video/psp/ |
A D | SDL_pspevents.c | 54 SDL_Keycode sym; member 82 SDL_Keysym sym; in PSP_PumpEvents() local
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_keyboard.h | 50 SDL_Keycode sym; /**< SDL virtual key code - see ::SDL_Keycode for details */ member
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | SDL_dynapi.c | 220 static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym) in get_sdlapi_entry() 235 static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym) in get_sdlapi_entry() 249 static SDL_INLINE void *get_sdlapi_entry(const char *fname, const char *sym) in get_sdlapi_entry()
|
/AliOS-Things-master/components/ble_host/bt_host/port/include/port/ |
A D | kport.h | 98 #define K_THREAD_STACK_DEFINE(sym, size) _stack_element_t sym[size] argument 99 #define K_THREAD_STACK_SIZEOF(sym) (sizeof(sym) / sizeof(_stack_element_t)) argument
|
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/ |
A D | stack.h | 76 #define STACK_ANALYZE(name, sym) \ argument
|
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_bar.h | 65 uint8_t sym : 1; /*Symmetric: means the center is around zero value*/ member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | inftree9.c | 41 unsigned sym; /* index of code symbols */ local
|
A D | infback9.c | 56 unsigned sym, bits, low, size; in makefixed9() local
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inftrees.c | 41 unsigned sym; /* index of code symbols */ local
|
A D | infback.c | 92 unsigned sym, bits; local
|
A D | inflate.c | 288 unsigned sym, bits; local
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inftrees.c | 41 unsigned sym; /* index of code symbols */ local
|
A D | infback.c | 83 unsigned sym, bits; local
|
A D | inflate.c | 250 unsigned sym, bits; local
|
/AliOS-Things-master/components/py_engine/engine/lib/uzlib/ |
A D | tinflate.c | 340 int sym = tinf_decode_symbol(d, lt); in tinf_decode_trees() local 411 int sym = tinf_decode_symbol(d, lt); in tinf_inflate_block_data() local
|
/AliOS-Things-master/components/SDL2/test/ |
A D | checkkeys.c | 106 PrintKey(SDL_Keysym * sym, SDL_bool pressed, SDL_bool repeat) in PrintKey()
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 2414 def _value_info(sym): argument 2528 def _select_imply_info(sym): argument 2852 def _check_validity(sym, s): argument 2885 def _range_info(sym): argument
|
A D | kconfiglib.py | 3269 def num_ok(sym, type_): argument 3361 def warn_select_imply(sym, expr, expr_type): argument 5708 def _sym_to_num(sym): argument 5767 def _expr_depends_on(expr, sym): argument 5883 def _check_dep_loop_sym(sym, ignore_choice): argument
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | menuconfig.py | 2414 def _value_info(sym): argument 2528 def _select_imply_info(sym): argument 2852 def _check_validity(sym, s): argument 2885 def _range_info(sym): argument
|
A D | kconfiglib.py | 3269 def num_ok(sym, type_): argument 3361 def warn_select_imply(sym, expr, expr_type): argument 5708 def _sym_to_num(sym): argument 5767 def _expr_depends_on(expr, sym): argument 5883 def _check_dep_loop_sym(sym, ignore_choice): argument
|
/AliOS-Things-master/components/SDL2/src/test/ |
A D | SDL_test_memory.c | 106 char sym[256]; in SDL_TrackAllocation() local
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11keyboard.c | 385 KeySym sym; in X11_InitKeyboard() local
|