Searched defs:nibble (Results 1 - 19 of 19) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dif_plip.h20 unsigned long nibble; member in struct:plipconf
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_imaadpcm.c51 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble);
110 /* if high nibble, decode */
117 /* low nibble, need to fetch another byte */
186 /* decode the low nibble */
225 static void IMADecoderADPCM (S_DECODER_STATE *pState, EAS_U8 nibble) argument
235 if (nibble & 4)
238 if (nibble & 2)
242 if (nibble & 1)
250 if (nibble & 8)
263 pState->step += imaIndexTable[nibble];
[all...]
/external/lldb/source/Utility/
H A DStringExtractor.cpp234 uint8_t nibble = xdigit_to_sint (m_packet[m_index]); local
237 result |= nibble;
296 uint8_t nibble = xdigit_to_sint (m_packet[m_index]); local
299 result |= nibble;
329 // Consume ASCII hex nibble character pairs until we have decoded byte_size
/external/ImageMagick/coders/
H A Dicon.c1160 nibble,
1172 nibble=0;
1178 nibble++;
1179 if (nibble == 2)
1182 nibble=0;
1187 if (nibble != 0)
1152 nibble, local
H A Dbmp.c1786 nibble;
1800 nibble=0;
1806 nibble++;
1807 if (nibble == 2)
1810 nibble=0;
1815 if (nibble != 0)
1775 nibble; local
H A Dpsd.c858 nibble;
871 p=PushShortPixel(MSBEndian,p,&nibble);
872 pixel=ScaleShortToQuantum(nibble);
853 nibble; local
/external/srtp/crypto/math/
H A Ddatatypes.c101 nibble_to_hex_char(uint8_t nibble) { argument
104 return buf[nibble & 0xF];
H A Dmath.c276 nibble_to_hex_char(uint8_t nibble) { argument
279 return buf[nibble & 0xF];
/external/v8/src/
H A Dutils.h123 int nibble = 0; local
125 nibble += 16;
129 nibble += 8;
133 nibble += 4;
136 return nibble + msb4[x];
/external/ImageMagick/MagickCore/
H A Dxwindow.c6043 nibble;
6054 nibble=0;
6058 switch (nibble)
6063 nibble++;
6069 nibble++;
6075 nibble++;
6082 nibble=0;
6095 nibble;
6106 nibble=0;
6110 switch (nibble)
5997 nibble; local
6049 nibble; local
6153 nibble; local
6206 nibble; local
6614 nibble; local
6667 nibble; local
6778 nibble; local
6831 nibble; local
[all...]
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 859 milliseconds