Searched refs:bitshift (Results 1 – 11 of 11) sorted by relevance
/external/archive-patcher/applier/src/main/java/com/google/archivepatcher/applier/bsdiff/ |
D | BsPatch.java | 229 for (int bitshift = 0; bitshift < 64; bitshift += 8) { in readBsdiffLong() 230 result |= ((long) in.read()) << bitshift; in readBsdiffLong()
|
/external/libmtp/src/ |
D | mtpz.c | 315 int bitshift = (tlen * 8) - gcry_mpi_get_nbits(mpi_value); in mtpz_rsa_decrypt() local 318 if (bitshift / 8) in mtpz_rsa_decrypt() 320 memset(to, 0, bitshift / 8); in mtpz_rsa_decrypt() 321 to += bitshift / 8; in mtpz_rsa_decrypt() 322 tlen -= bitshift / 8; in mtpz_rsa_decrypt()
|
/external/skia/third_party/libpng/ |
D | png.c | 3313 int bitshift = 32; 3316 while (--bitshift >= 0) 3320 if (bitshift > 0) 3321 d32 = D >> (32-bitshift), d00 = D << bitshift; 3329 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3334 s32 = 0, s00 -= d00, result += 1<<bitshift;
|
/external/libpng/ |
D | png.c | 3345 int bitshift = 32; 3348 while (--bitshift >= 0) 3352 if (bitshift > 0) 3353 d32 = D >> (32-bitshift), d00 = D << bitshift; 3361 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3366 s32 = 0, s00 -= d00, result += 1<<bitshift;
|
/external/pdfium/third_party/libpng16/ |
D | png.c | 3314 int bitshift = 32; 3317 while (--bitshift >= 0) 3321 if (bitshift > 0) 3322 d32 = D >> (32-bitshift), d00 = D << bitshift; 3330 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3335 s32 = 0, s00 -= d00, result += 1<<bitshift;
|
/external/tinyalsa/ |
D | pcm.c | 774 const unsigned int bitshift = 5; /* for 32 bit integer */ in pcm_mask_test() local 775 const unsigned int bitmask = (1 << bitshift) - 1; in pcm_mask_test() 778 element = index >> bitshift; in pcm_mask_test()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUOperands.td | 174 def bitshift : PatLeaf<(imm), [{ 175 // bitshift predicate - returns true if 0 < imm <= 7 for SHLQBII
|
D | SPUInstrInfo.td | 2145 (SPUshlquad_l_bits (vectype VECREG:$rA), (i32 bitshift:$val)))]>;
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1536 ADDR32:$bitshift, ADDR32:$negbitshift, 1540 ADDR32:$bitshift, ADDR32:$negbitshift,
|
D | SystemZInstrFormats.td | 2529 (ins bdaddr20only:$ptr, operand:$src2, ADDR32:$bitshift, 2531 [(set GR32:$dst, (operator bdaddr20only:$ptr, pat, ADDR32:$bitshift,
|
/external/jemalloc/ |
D | ChangeLog | 299 + Don't bitshift by negative amounts when encoding/decoding run sizes in
|