Home
last modified time | relevance | path

Searched refs:firstbyte (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/smbus/atmel_mxt/
H A Dobp-utils.c87 crc24_2byte(uint32_t crc, uint8_t firstbyte, uint8_t secondbyte) in crc24_2byte() argument
93 data_word = (uint16_t) ((uint16_t)(secondbyte << 8u) | firstbyte); in crc24_2byte()
/dflybsd-src/contrib/grep/lib/glthread/
H A Dlock.c710 char *firstbyte = (char *)once_control; in glthread_once_singlethreaded() local
711 if (*firstbyte == *(const char *)&fresh_once) in glthread_once_singlethreaded()
714 *firstbyte = ~ *(const char *)&fresh_once; in glthread_once_singlethreaded()