Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/scripts/kconfig/
Dexpr.h66 struct symbol { struct
67 struct symbol *next; argument
70 enum symbol_type type; argument
71 struct symbol_value curr, user; argument
79 #define for_all_symbols(i, sym) for (i = 0; i < 257; i++) for (sym = symbol_hash[i]; sym; sym = sym… argument
Dzconf.y45 struct symbol *symbol; member
Dsymbol.c648 struct symbol *symbol; in sym_lookup() local
694 struct symbol *symbol = NULL; in sym_find() local
/busybox-1.35.0/archival/libarchive/
Ddecompress_unlzma.c123 static ALWAYS_INLINE int rc_get_bit(rc_t *rc, uint16_t *p, int *symbol) in rc_get_bit()
144 rc_bit_tree_decode(rc_t *rc, uint16_t *p, int num_levels, int *symbol) in rc_bit_tree_decode()
/busybox-1.35.0/archival/libarchive/unxz/
Dxz_dec_lzma2.c524 uint32_t symbol = 1; in rc_bittree() local
540 uint32_t symbol = 1; in rc_bittree_reverse() local
586 uint32_t symbol; in lzma_literal() local