HomeSort by relevance Sort by last modified time
    Searched full:bitb (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/gzip/
infutil.h 52 uLong bitb; /* bit buffer */ member in struct:inflate_blocks_state
66 #define UPDBITS {s->bitb=b;s->bitk=k;}
72 #define LOADIN {p=z->next_in;n=z->avail_in;b=s->bitb;k=s->bitk;}
infblock.c 80 s->bitb = 0;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 596 uint8_t BitB = (Imm & 0x00ff000000000000ULL) != 0;
606 EncVal |= BitB;
645 uint8_t BitB = (Imm & 0x20000000ULL) != 0;
655 EncVal |= BitB;
694 uint8_t BitB = (Imm & 0x0040000000000000ULL) != 0;
704 EncVal |= BitB;
  /external/chromium_org/third_party/smhasher/src/
AvalancheTest.h 58 int bitB = getbit(&B,hashbytes,iOut);
60 (*cursor++) += (bitA ^ bitB);
  /external/stlport/src/
num_get_float.cpp 265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp.
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp.

Completed in 453 milliseconds