Home
last modified time | relevance | path

Searched refs:nibble (Results 1 – 25 of 26) sorted by relevance

12

/external/sonivox/arm-wt-22k/lib_src/
Deas_imaadpcm.c51 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/
DStringExtractor.cpp234 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/
DValueRecords.cpp17 #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/
DUrlEncoded.java998 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()
DB64Code.java391 byte nibble=__rfc1421nibbles[c]; in decode()
392 if (nibble<0) in decode()
/external/kernel-headers/original/uapi/linux/
Dif_plip.h20 unsigned long nibble; member
/external/ImageMagick/MagickCore/
Dxwindow.c5997 nibble; in XMakeImageLSBFirst() local
6008 nibble=0; in XMakeImageLSBFirst()
6012 switch (nibble) in XMakeImageLSBFirst()
6017 nibble++; in XMakeImageLSBFirst()
6023 nibble++; in XMakeImageLSBFirst()
6029 nibble++; in XMakeImageLSBFirst()
6036 nibble=0; in XMakeImageLSBFirst()
6049 nibble; in XMakeImageLSBFirst() local
6060 nibble=0; in XMakeImageLSBFirst()
6064 switch (nibble) in XMakeImageLSBFirst()
[all …]
/external/clang/test/CodeGenObjC/
Dblock-var-layout.m36 // 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
Darc-captured-32bit-block-var-layout.m26 // 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
Darc-captured-block-var-layout.m26 // 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/
Ddatatypes.c101 nibble_to_hex_char(uint8_t nibble) { in nibble_to_hex_char() argument
104 return buf[nibble & 0xF]; in nibble_to_hex_char()
Dmath.c276 nibble_to_hex_char(uint8_t nibble) { in nibble_to_hex_char() argument
279 return buf[nibble & 0xF]; in nibble_to_hex_char()
/external/ImageMagick/coders/
Dicon.c1152 nibble, in WriteICONImage() local
1164 nibble=0; in WriteICONImage()
1170 nibble++; in WriteICONImage()
1171 if (nibble == 2) in WriteICONImage()
1174 nibble=0; in WriteICONImage()
1179 if (nibble != 0) in WriteICONImage()
Dbmp.c1775 nibble; in WriteBMPImage() local
1789 nibble=0; in WriteBMPImage()
1795 nibble++; in WriteBMPImage()
1796 if (nibble == 2) in WriteBMPImage()
1799 nibble=0; in WriteBMPImage()
1804 if (nibble != 0) in WriteBMPImage()
Dpsd.c853 nibble; in ReadPSDChannelPixels() local
866 p=PushShortPixel(MSBEndian,p,&nibble); in ReadPSDChannelPixels()
867 pixel=ScaleShortToQuantum(nibble); in ReadPSDChannelPixels()
/external/lldb/scripts/
Ddisasm-gdb-remote.pl1062 my $nibble;
1065 foreach $nibble (@_)
1073 print $nibble;
1213 my $nibble;
1216 foreach $nibble (@_)
1219 print $nibble;
/external/v8/src/
Dutils.h123 int nibble = 0; in MostSignificantBit() local
125 nibble += 16; in MostSignificantBit()
129 nibble += 8; in MostSignificantBit()
133 nibble += 4; in MostSignificantBit()
136 return nibble + msb4[x]; in MostSignificantBit()
/external/srtp/crypto/include/
Ddatatypes.h127 nibble_to_hex_char(uint8_t nibble);
/external/libexif/m4m/
Dstdint.m4479 /* (btw, those nibble-addressable systems are way off, or so we assume) */
/external/libmtp/m4/
Dstdint.m4477 /* (btw, those nibble-addressable systems are way off, or so we assume) */
/external/nanopb-c/docs/
Dreference.rst201 The low-order nibble of the enumeration values defines the function that can be used for encoding a…
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt4757 蝕>'[nibble away]';
/external/dnsmasq/
DCHANGELOG.archive593 nibble and bitstring formats so it should work with any
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/
DChangeLog.242368 of nibble characters instead of accessing `a2i' array.
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt10463 蝕 < nibble\-away;
18356 輕咬 < nibble;
33450 輕咬 > nibble;
43030 蝕 > nibble\-away;
43103 蚀 > nibble\-away;

12