Searched defs:nibble (Results 1 – 8 of 8) sorted by relevance
/external/dropbear/libtomcrypt/src/pk/ecc/ |
D | ltc_ecc_mul2add.c | 43 unsigned bitbufA, bitbufB, lenA, lenB, len, x, y, nA, nB, nibble; in ltc_ecc_mul2add() local
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_imaadpcm.c | 225 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble) in IMADecoderADPCM()
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_imaadpcm.c | 225 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble) in IMADecoderADPCM()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_imaadpcm.c | 225 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble) in IMADecoderADPCM()
|
/external/icu4c/layout/ |
D | ValueRecords.cpp | 17 #define Nibble(value, nibble) ((value >> (nibble * 4)) & 0xF) argument 18 #define NibbleBits(value, nibble) (bitsInNibble[Nibble(value, nibble)]) argument
|
/external/srtp/crypto/math/ |
D | datatypes.c | 101 nibble_to_hex_char(uint8_t nibble) { in nibble_to_hex_char()
|
D | math.c | 276 nibble_to_hex_char(uint8_t nibble) { in nibble_to_hex_char()
|
/external/llvm/lib/VMCore/ |
D | AsmWriter.cpp | 783 unsigned int nibble = (word>>shiftcount) & 15; in WriteConstantInternal() local 813 unsigned int nibble = (word>>shiftcount) & 15; in WriteConstantInternal() local
|