HomeSort by: relevance | last modified time | path
    Searched refs:t_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/rangecoder/
range_decoder.h 337 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), \
    [all...]
  /src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.h 133 uint32_t t_offset; /* the current time for which a smear offset has been computed */ member in struct:leap_smear_info
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 1657 tree t_offset = fold_build2_loc (UNKNOWN_LOCATION, local
1662 POINTER_PLUS_EXPR, t_type_ptr, t_ptr, t_offset);
1668 set_tree_location (t_offset, loc);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 1492 tree t_offset = fold_build2_loc (UNKNOWN_LOCATION, local
1497 POINTER_PLUS_EXPR, t_type_ptr, t_ptr, t_offset);
1503 set_tree_location (t_offset, loc);

Completed in 164 milliseconds