HomeSort by relevance Sort by last modified time
    Searched full:bitb (Results 1 - 5 of 5) 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 592 uint8_t BitB = (Imm & 0x00ff000000000000ULL) != 0;
602 EncVal |= BitB;
641 uint8_t BitB = (Imm & 0x20000000ULL) != 0;
651 EncVal |= BitB;
690 uint8_t BitB = (Imm & 0x0040000000000000ULL) != 0;
700 EncVal |= BitB;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java     [all...]
  /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 192 milliseconds