/external/boringssl/src/crypto/ec/ |
p224-64.c | 925 static char get_bit(const felem_bytearray in, unsigned i) { function [all...] |
p256-64.c | 1493 static char get_bit(const felem_bytearray in, int i) { function [all...] |
/external/e2fsprogs/lib/quota/ |
quotaio_tree.c | 540 #define get_bit(bmp, ind) ((bmp)[(ind) >> 3] & (1 << ((ind) & 7))) macro 603 if (blk && !get_bit(bitmap, blk)) 627 if (get_bit(bmp, i))
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
vc1parse_bitplane.c | 92 static inline int get_bit( int x, int y, int mbx, uint32_t* outp) function 123 previousBit = get_bit(0, i-1, widthMB, pBitplane->databits); 130 get_bit(j, i-1, widthMB, pBitplane->databits))))
|
/external/dng_sdk/source/ |
dng_lossless_jpeg.cpp | 473 int32 get_bit (); 1587 inline int32 dng_lossless_decoder::get_bit () function in class:dng_lossless_decoder [all...] |