Home
last modified time | relevance | path

Searched refs:c_val (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Dcodecs.c53 unsigned char c_val; in sodium_hex2bin() local
69 c_val = (c_num0 & c_num) | (c_alpha0 & c_alpha); in sodium_hex2bin()
76 c_acc = c_val * 16U; in sodium_hex2bin()
78 bin[bin_pos++] = c_acc | c_val; in sodium_hex2bin()
/f-stack/freebsd/sys/
H A Dsyslog.h71 int c_val; member
H A Delf32.h188 Elf32_Word c_val; member
H A Delf64.h195 Elf64_Xword c_val; member