/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_imaadpcm.c | 51 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble); 225 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble) in IMADecoderADPCM() argument 235 if (nibble & 4) in IMADecoderADPCM() 238 if (nibble & 2) in IMADecoderADPCM() 242 if (nibble & 1) in IMADecoderADPCM() 250 if (nibble & 8) in IMADecoderADPCM() 263 pState->step += imaIndexTable[nibble]; in IMADecoderADPCM()
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_imaadpcm.c | 51 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble); 225 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble) in IMADecoderADPCM() argument 235 if (nibble & 4) in IMADecoderADPCM() 238 if (nibble & 2) in IMADecoderADPCM() 242 if (nibble & 1) in IMADecoderADPCM() 250 if (nibble & 8) in IMADecoderADPCM() 263 pState->step += imaIndexTable[nibble]; in IMADecoderADPCM()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_imaadpcm.c | 51 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble); 225 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble) in IMADecoderADPCM() argument 235 if (nibble & 4) in IMADecoderADPCM() 238 if (nibble & 2) in IMADecoderADPCM() 242 if (nibble & 1) in IMADecoderADPCM() 250 if (nibble & 8) in IMADecoderADPCM() 263 pState->step += imaIndexTable[nibble]; in IMADecoderADPCM()
|
/external/lldb/source/Utility/ |
D | StringExtractor.cpp | 234 uint8_t nibble = xdigit_to_sint (m_packet[m_index]); in GetHexMaxU32() local 237 result |= nibble; in GetHexMaxU32() 296 uint8_t nibble = xdigit_to_sint (m_packet[m_index]); in GetHexMaxU64() local 299 result |= nibble; in GetHexMaxU64()
|
/external/icu/icu4c/source/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/jetty/src/java/org/eclipse/jetty/util/ |
D | UrlEncoded.java | 998 byte nibble= (byte) ((b&0xf0)>>4); in encodeString() 999 if (nibble>=10) in encodeString() 1000 encoded[n++]=(byte)('A'+nibble-10); in encodeString() 1002 encoded[n++]=(byte)('0'+nibble); in encodeString() 1003 nibble= (byte) (b&0xf); in encodeString() 1004 if (nibble>=10) in encodeString() 1005 encoded[n++]=(byte)('A'+nibble-10); in encodeString() 1007 encoded[n++]=(byte)('0'+nibble); in encodeString()
|
D | B64Code.java | 391 byte nibble=__rfc1421nibbles[c]; in decode() 392 if (nibble<0) in decode()
|
/external/kernel-headers/original/uapi/linux/ |
D | if_plip.h | 20 unsigned long nibble; member
|
/external/clang/test/CodeGenObjC/ |
D | block-var-layout.m | 36 // many sizeof(void*) chunks to skip (high nibble) and then how many 37 // to scan (low nibble). A zero byte says that we've reached the end
|
D | arc-captured-32bit-block-var-layout.m | 26 // many sizeof(void*) chunks to skip (high nibble) and then how many 27 // to scan (low nibble). A zero byte says that we've reached the end
|
D | arc-captured-block-var-layout.m | 26 // many sizeof(void*) chunks to skip (high nibble) and then how many 27 // to scan (low nibble). A zero byte says that we've reached the end
|
/external/srtp/crypto/math/ |
D | datatypes.c | 101 nibble_to_hex_char(uint8_t nibble) { in nibble_to_hex_char() argument 104 return buf[nibble & 0xF]; in nibble_to_hex_char()
|
D | math.c | 276 nibble_to_hex_char(uint8_t nibble) { in nibble_to_hex_char() argument 279 return buf[nibble & 0xF]; in nibble_to_hex_char()
|
/external/lldb/scripts/ |
D | disasm-gdb-remote.pl | 1062 my $nibble; 1065 foreach $nibble (@_) 1073 print $nibble; 1213 my $nibble; 1216 foreach $nibble (@_) 1219 print $nibble;
|
/external/v8/src/ |
D | utils.h | 70 int nibble = 0; in MostSignificantBit() local 72 nibble += 16; in MostSignificantBit() 76 nibble += 8; in MostSignificantBit() 80 nibble += 4; in MostSignificantBit() 83 return nibble + msb4[x]; in MostSignificantBit()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1115 unsigned int nibble = (word>>shiftcount) & 15; in WriteConstantInternal() local 1116 if (nibble < 10) in WriteConstantInternal() 1117 Out << (unsigned char)(nibble + '0'); in WriteConstantInternal() 1119 Out << (unsigned char)(nibble - 10 + 'A'); in WriteConstantInternal() 1145 unsigned int nibble = (word>>shiftcount) & 15; in WriteConstantInternal() local 1146 if (nibble < 10) in WriteConstantInternal() 1147 Out << (unsigned char)(nibble + '0'); in WriteConstantInternal() 1149 Out << (unsigned char)(nibble - 10 + 'A'); in WriteConstantInternal()
|
/external/srtp/crypto/include/ |
D | datatypes.h | 127 nibble_to_hex_char(uint8_t nibble);
|
/external/libmtp/m4/ |
D | stdint.m4 | 477 /* (btw, those nibble-addressable systems are way off, or so we assume) */
|
/external/libexif/m4m/ |
D | stdint.m4 | 479 /* (btw, those nibble-addressable systems are way off, or so we assume) */
|
/external/nanopb-c/docs/ |
D | reference.rst | 201 The low-order nibble of the enumeration values defines the function that can be used for encoding a…
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 593 nibble and bitstring formats so it should work with any
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 10463 蝕 < nibble\-away; 18356 輕咬 < nibble; 33450 輕咬 > nibble; 43030 蝕 > nibble\-away; 43103 蚀 > nibble\-away;
|
/external/libvncserver/ |
D | acinclude.m4 | 184 # there a few 32-bit-only dsp-systems. nibble-addressable systems are way off.
|
/external/libvncserver/autom4te.cache/ |
D | traces.2 | 896 # there a few 32-bit-only dsp-systems. nibble-addressable systems are way off.
|
D | traces.0 | 808 # there a few 32-bit-only dsp-systems. nibble-addressable systems are way off.
|