Home
last modified time | relevance | path

Searched defs:symb (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/util/verto/
H A Dmodule.c48 int (*shouldload)(void *symb, void *misc, char **err), void *misc, in module_load()
49 void **dll, void **symb) in module_load()
H A Dverto-module.h40 #define VERTO_MODULE(name, symb, types) \ argument
93 const char *symb; member
H A Dverto.c235 shouldload(void *symb, void *misc, char **err) in shouldload()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DSymbolicFile.h79 content_iterator(content_type symb) : Current(std::move(symb)) {} in content_iterator()
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c1202 const u8 symb = IO_get_read_ptr(in, 1)[0]; in decode_seq_table() local
1646 static inline void IO_write_byte(ostream_t *const out, u8 symb) { in IO_write_byte()
1795 const u8 symb = dtable->symbols[*state]; in HUF_decode_symbol() local
2032 const u8 symb = FSE_peek_symbol(dtable, *state); in FSE_decode_symbol() local
2232 int symb = 0; in FSE_decode_header() local
2297 static void FSE_init_dtable_rle(FSE_dtable *const dtable, const u8 symb) { in FSE_init_dtable_rle()
/freebsd/contrib/ntp/ntpd/
H A Dkeyword-gen.c287 char * symb[1024]; /* map token ID to symbolic name */ variable