Home
last modified time | relevance | path

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

/u-boot/scripts/kconfig/
A Dexpr.h83 struct symbol { struct
85 struct symbol *next; argument
91 enum symbol_type type; argument
94 * The calculated value of the symbol. The SYMBOL_VALID bit is set in argument
98 struct symbol_value curr; argument
104 struct symbol_value def[S_DEF_COUNT]; argument
136 #define SYMBOL_CONST 0x0001 /* symbol is const */ argument
A Dzconf.y40 struct symbol *symbol; member
A Dexpr.c1141 void (*fn)(void *, struct symbol *, const char *), in expr_print()
1283 void (*fn)(void *, struct symbol *, const char *), in expr_print_revdep()
A Dsymbol.c807 struct symbol *symbol; in sym_lookup() local
848 struct symbol *symbol = NULL; in sym_find() local
/u-boot/include/linux/
A Dcompiler_attributes.h49 #define __alias(symbol) __attribute__((__alias__(#symbol))) argument
113 # define __copy(symbol) __attribute__((__copy__(symbol))) argument
115 # define __copy(symbol) argument
/u-boot/arch/mips/include/asm/
A Dasm.h19 #define ENTRY(symbol) \ argument
29 #define LEAF(symbol) \ argument
42 #define NESTED(symbol, framesize, rpc) \ argument
63 #define EXPORT(symbol) \ argument
70 #define FEXPORT(symbol) \ argument
78 #define ABS(symbol,value) \ argument
/u-boot/lib/zstd/
A Dfse.h411 ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol) in FSE_initCState2()
423 ZSTD_STATIC void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *statePtr, U32 symbol) in FSE_encodeSymbol()
447 unsigned char symbol; member
478 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
491 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
A Dfse_decompress.c127 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable_wksp() local
A Dhuf_decompress.c358 BYTE symbol; member
387 const U32 symbol = sortedSymbols[s].symbol; in HUF_fillDTableX4Level2() local
422 const U16 symbol = sortedList[s].symbol; in HUF_fillDTableX4() local
/u-boot/fs/jffs2/
A Dmini_inflate.c144 int symbol, length, dist, i; in decompress_huffman() local
231 int length, curr_code, symbol, i, last_code; in decompress_dynamic() local
/u-boot/lib/lzma/
A DLzmaDec.c168 unsigned symbol; in LzmaDec_DecodeReal() local
543 unsigned symbol = 1; in LzmaDec_TryDummy() local
551 unsigned symbol = 1; in LzmaDec_TryDummy() local

Completed in 42 milliseconds