Home
last modified time | relevance | path

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

/src/contrib/xz/src/liblzma/rangecoder/
H A Drange_decoder.h336 t_match_bit = t_match_byte & t_offset; \
337 t_subcoder_index = t_offset + t_match_bit + symbol; \
339 t_offset &= ~t_match_bit, \
340 t_offset &= t_match_bit)
347 uint32_t t_offset = 0x100; \
460 t_match_bit = t_match_byte & t_offset; \
461 t_subcoder_index = t_offset + t_match_bit + symbol; \
464 t_offset &= ~t_match_bit ^ rc_mask)
890 uint32_t t_offset = 0x100; \
911 [offset] "+&r"(t_offset), \
/src/contrib/ntp/ntpd/
H A Dntp_leapsec.h131 uint32_t t_offset; /* the current time for which a smear offset has been computed */ member