Home
last modified time | relevance | path

Searched defs:sym (Results 1 – 25 of 29) sorted by relevance

12

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd_huffman.c41 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 Dnghttp2_hd_huffman.h53 uint8_t sym; member
/AliOS-Things-master/components/ble_host/bt_host/include/common/
A Dcommon.h43 #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 DSDL_pspevents.c54 SDL_Keycode sym; member
82 SDL_Keysym sym; in PSP_PumpEvents() local
/AliOS-Things-master/components/SDL2/include/
A DSDL_keyboard.h50 SDL_Keycode sym; /**< SDL virtual key code - see ::SDL_Keycode for details */ member
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi.c220 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 Dkport.h98 #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 Dstack.h76 #define STACK_ANALYZE(name, sym) \ argument
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_bar.h65 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 Dinftree9.c41 unsigned sym; /* index of code symbols */ local
A Dinfback9.c56 unsigned sym, bits, low, size; in makefixed9() local
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dinftrees.c41 unsigned sym; /* index of code symbols */ local
A Dinfback.c92 unsigned sym, bits; local
A Dinflate.c288 unsigned sym, bits; local
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dinftrees.c41 unsigned sym; /* index of code symbols */ local
A Dinfback.c83 unsigned sym, bits; local
A Dinflate.c250 unsigned sym, bits; local
/AliOS-Things-master/components/py_engine/engine/lib/uzlib/
A Dtinflate.c340 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 Dcheckkeys.c106 PrintKey(SDL_Keysym * sym, SDL_bool pressed, SDL_bool repeat) in PrintKey()
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A Dmenuconfig.py2414 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 Dkconfiglib.py3269 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 Dmenuconfig.py2414 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 Dkconfiglib.py3269 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 DSDL_test_memory.c106 char sym[256]; in SDL_TrackAllocation() local
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11keyboard.c385 KeySym sym; in X11_InitKeyboard() local

Completed in 44 milliseconds

12