Searched refs:symb (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/tools/ |
H A D | fw_stub.awk | 143 symb = filenames[file_i]; 145 gsub(/-|\.|\/|@/, "_", symb); 146 printc("extern char _binary_" symb "_start[], _binary_" symb "_end[];"); 171 symb = filenames[file_i]; 174 gsub(/-|\.|\/|@/, "_", symb); 177 reg = reg "firmware_register(\"" short "\", _binary_" symb "_start , "; 178 reg = reg "(size_t)(_binary_" symb "_end - _binary_" symb "_start), ";
|
/freebsd/sys/contrib/zstd/doc/educational_decoder/ |
H A D | zstd_decompress.c | 107 static inline void IO_write_byte(ostream_t *const out, u8 symb); 254 static void FSE_init_dtable_rle(FSE_dtable *const dtable, const u8 symb); 1202 const u8 symb = IO_get_read_ptr(in, 1)[0]; in decode_seq_table() local 1203 FSE_init_dtable_rle(table, symb); in decode_seq_table() 1646 static inline void IO_write_byte(ostream_t *const out, u8 symb) { in IO_write_byte() argument 1651 out->ptr[0] = symb; in IO_write_byte() 1795 const u8 symb = dtable->symbols[*state]; in HUF_decode_symbol() local 1803 return symb; in HUF_decode_symbol() 2032 const u8 symb = FSE_peek_symbol(dtable, *state); in FSE_decode_symbol() local 2034 return symb; in FSE_decode_symbol() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | keyword-gen.c | 287 char * symb[1024]; /* map token ID to symbolic name */ variable 724 * populate_symb() - populate symb[] lookup array with symbolic token 725 * names such that symb[T_Age] == "T_Age", etc. 746 && token < COUNTOF(symb)) { in populate_symb() 748 symb[token] = estrdup(name); in populate_symb() 768 if (token < COUNTOF(symb) && symb[token] != NULL) { in symbname() 769 name = symb[token]; in symbname()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | SymbolicFile.h | 79 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator() argument
|