Searched refs:symbols (Results 1 - 9 of 9) sorted by relevance

/u-boot/include/jffs2/
H A Dmini_inflate.h22 int num_symbols; /* Number of symbols this code can represent */
23 int *lengths; /* The bit length of symbols */
24 int *symbols; /* All of the symbols, sorted by the huffman code */ member in struct:huffman_set
27 int *pos; /* the symbol that first represents (in the symbols
/u-boot/scripts/
H A Dconfig40 --keep-case|-k Keep next symbols' case (dont' upper-case it)
46 the case of all following symbols unchanged.
H A Dkernel-doc67 -export Only output documentation for symbols that have been
70 -internal Only output documentation for symbols that have NOT been
76 -nosymbol NAME Exclude the specified symbols from the output
295 OUTPUT_ALL => 0, # output all symbols and doc sections
296 OUTPUT_INCLUDE => 1, # output only specified symbols
297 OUTPUT_EXPORTED => 2, # output exported symbols
298 OUTPUT_INTERNAL => 3, # output non-exported symbols
443 } elsif ($cmd eq "nosymbol") { # Exclude specific symbols
446 } elsif ($cmd eq "export") { # only exported symbols
449 } elsif ($cmd eq "internal") { # only non-exported symbols
[all...]
H A Dcheckpatch.pl141 --kconfig-prefix=WORD use WORD as a prefix for Kconfig symbols (default
2633 # use Kconfig for all CONFIG symbols
2636 "All CONFIG symbols are managed by Kconfig\n" . $herecurr);
3871 # check for .L prefix local symbols in .S files
/u-boot/fs/jffs2/
H A Dmini_inflate.c40 stream->codes.symbols = stream->code_symbols;
48 stream->lengths.symbols = stream->length_symbols;
56 stream->distance.symbols = stream->distance_symbols;
134 return set->symbols[set->pos[bits] + code - set->first[bits]];
194 /* Fill in the table of symbols in order of their huffman code */
197 set->symbols[set->pos[length]++] = i;
219 * symbol. The _symbols table is for looking up symbols by the huffman
/u-boot/tools/
H A Drelocate-rela.c580 Elf32_Sym symbols; local
646 /* global symbols read it and add reloc offset */
660 if (fread(&symbols, sizeof(symbols), 1, f) != 1) {
661 fprintf(stderr, "%s: %s: read symbols failed at %"
668 debug(" st_name:\t0x%x\n", elf32_to_cpu(symbols.st_name));
669 debug(" st_value:\t0x%x\n", elf32_to_cpu(symbols.st_value));
670 debug(" st_size:\t0x%x\n", elf32_to_cpu(symbols.st_size));
672 value = swrela.r_addend + elf32_to_cpu(symbols.st_value);
/u-boot/lib/zstd/decompress/
H A Dhuf_decompress.c306 /* Increase the weight for all non-zero probability symbols by scale. */
328 BYTE symbols[HUF_SYMBOLVALUE_MAX + 1]; member in struct:__anon156
368 /* Compute symbols and rankStart given rankVal:
372 * symbols contains the symbols ordered by weight. First are the rankVal[0]
373 * weight 0 symbols, followed by the rankVal[1] weight 1 symbols, and so on.
374 * symbols[0] is filled (but unused) to avoid a branch.
394 wksp->symbols[wksp->rankStart[w]++] = (BYTE)(n+u);
399 wksp->symbols[wks
[all...]
/u-boot/arch/arm/
H A Dconfig.mk113 # branches to weak symbols can be incorrectly optimized in thumb mode
/u-boot/doc/sphinx/
H A Dparse-headers.pl378 enums and enum symbols and create cross-references for all of them.

Completed in 165 milliseconds