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

  /src/usr.bin/gzip/
unlz.c 249 const unsigned match_bit = (match_byte >> i) & 1; local
251 &bm[symbol + (match_bit << 8) + 0x100]);
253 if (match_bit != bit) {
  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_decoder.c 723 const uint32_t match_bit local
726 = offset + match_bit
730 offset &= ~match_bit,
731 offset &= match_bit,
lzma_encoder.c 31 const uint32_t match_bit = match_byte & offset; local
33 = offset + match_bit + (symbol >> 8);
lzma_encoder_optimum_normal.c 40 const uint32_t match_bit = match_byte & offset; local
42 = offset + match_bit + (symbol >> 8);
  /src/external/public-domain/xz/dist/src/liblzma/rangecoder/
range_decoder.h 845 "and %[offset], %[match_bit]\n\t" \
846 "add %[match_bit], %[symbol]\n\t" \
853 "xor %[match_bit], %[offset]\n\t" \
867 "cmovae %[match_bit], %[offset]\n\t" \
868 "mov %[match_byte], %[match_bit]\n\t" \
874 /* Undo symbol += match_bit + offset: */ \
909 [match_bit] "+&r"(t_match_bit), \
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 3607 unsigned int match_bit; local
3619 match_bit = match & bit;
3621 idx = bit + match_bit + sym;
3628 bit &= match_bit;
3632 bit &= ~ match_bit;
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 6129 unsigned int match_bit; local
6141 match_bit = match & bit;
6143 idx = bit + match_bit + sym;
6150 bit &= match_bit;
6154 bit &= ~ match_bit;
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 6129 unsigned int match_bit; local
6141 match_bit = match & bit;
6143 idx = bit + match_bit + sym;
6150 bit &= match_bit;
6154 bit &= ~ match_bit;
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 6129 unsigned int match_bit; local
6141 match_bit = match & bit;
6143 idx = bit + match_bit + sym;
6150 bit &= match_bit;
6154 bit &= ~ match_bit;

Completed in 28 milliseconds