Home
last modified time | relevance | path

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

/freebsd/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h337 t_match_bit = t_match_byte & t_offset; \
338 t_subcoder_index = t_offset + t_match_bit + symbol; \
340 t_offset &= ~t_match_bit, \
341 t_offset &= t_match_bit)
348 uint32_t t_offset = 0x100; \
461 t_match_bit = t_match_byte & t_offset; \
462 t_subcoder_index = t_offset + t_match_bit + symbol; \
465 t_offset &= ~t_match_bit ^ rc_mask)
891 uint32_t t_offset = 0x100; \
912 [offset] "+&r"(t_offset), \
/freebsd/contrib/ntp/ntpd/
H A Dntp_leapsec.h131 uint32_t t_offset; /* the current time for which a smear offset has been computed */ member