HomeSort by relevance Sort by last modified time
    Searched full:nibble (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /build/libs/host/
list.java 4 private static char nibble(int c) { method in class:list
30 System.out.print("\\x" + nibble((b >> 4) & 0x0f) + nibble(b & 0xf));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_ec.h 26 low nibble holds status */
if_plip.h 21 unsigned long nibble; member in struct:plipconf
parport.h 67 Nibble mode, byte mode, ECP, ECPRLE and EPP are their own
  /external/dropbear/libtomcrypt/src/pk/ecc/
ltc_ecc_mul2add.c 43 unsigned bitbufA, bitbufB, lenA, lenB, len, x, y, nA, nB, nibble; local
131 nibble = 3;
138 /* grab a nibble */
139 if (++nibble == 4) {
143 nibble = 0;
  /external/icu4c/layout/
ValueRecords.cpp 17 #define Nibble(value, nibble) ((value >> (nibble * 4)) & 0xF)
18 #define NibbleBits(value, nibble) (bitsInNibble[Nibble(value, nibble)])
  /external/openssl/crypto/des/
spr.h 61 /* nibble 0 */
79 /* nibble 1 */
97 /* nibble 2 */
115 /* nibble 3 */
133 /* nibble 4 */
151 /* nibble 5 */
169 /* nibble 6 */
187 /* nibble 7 */
  /external/tcpdump/
slcompress.h 53 * The top nibble of the first octet is the packet type. There are
64 * IP protocol version number (4) which normally appears in this nibble
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 263 lcdPins &= 0x0f; //prepare place for the upper nibble
264 lcdPins |= ( val & 0xf0 ); //copy upper nibble to LCD variable
271 lcdPins &= 0x0f; //prepare place for the lower nibble
272 lcdPins |= ( val << 4 ) & 0xf0; //copy lower nibble to LCD variable
Max3421e.cpp 146 /* GPOUT bits are in the low nibble. 0-3 in IOPINS1, 4-7 in IOPINS2 */
191 tmpbyte &= 0xf0; //clean lower nibble
192 tmpbyte |= ( regRd( rIOPINS1 ) >>4 ) ; //shift low bits and OR with upper from previous operation. Upper nibble zeroes during shift, at least with this compiler
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 51 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)
235 if (nibble & 4)
238 if (nibble & 2)
242 if (nibble & 1)
250 if (nibble & 8)
263 pState->step += imaIndexTable[nibble];
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 51 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)
235 if (nibble & 4)
238 if (nibble & 2)
242 if (nibble & 1)
250 if (nibble & 8)
263 pState->step += imaIndexTable[nibble];
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 51 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)
235 if (nibble & 4)
238 if (nibble & 2)
242 if (nibble & 1)
250 if (nibble & 8)
263 pState->step += imaIndexTable[nibble];
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.cpp 871 char nibble = key[i] >> 4; local
872 if (nibble <= 9) {
873 nibble += '0';
875 nibble += 'a' - 10;
877 out->append(&nibble, 1);
879 nibble = key[i] & 0x0f;
880 if (nibble <= 9) {
881 nibble += '0';
883 nibble += 'a' - 10;
885 out->append(&nibble, 1)
    [all...]
MyTransmitter.h 247 char nibble = key[i] >> 4; local
248 if (nibble <= 9) {
249 nibble += '0';
251 nibble += 'a' - 10;
253 out->append(&nibble, 1);
255 nibble = key[i] & 0x0f;
256 if (nibble <= 9) {
257 nibble += '0';
259 nibble += 'a' - 10;
261 out->append(&nibble, 1)
    [all...]
  /development/tools/jdwpspy/
Common.h 98 * so that the low nibble of the address is always zero.
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 310 * Helper method to determine if a signed int value fits in a nibble.
320 * Helper method to determine if an unsigned int value fits in a nibble.
440 * @param n0 {@code 0..15;} low nibble
441 * @param n1 {@code 0..15;} medium-low nibble
442 * @param n2 {@code 0..15;} medium-high nibble
443 * @param n3 {@code 0..15;} high nibble
469 * @param low {@code 0..15;} low nibble
470 * @param high {@code 0..15;} high nibble
  /external/chromium/third_party/icu/source/io/
ufmt_cmn.c 206 /* Get the first nibble of the byte */
210 /* Get the second nibble of the byte when available */
  /external/icu4c/io/
ufmt_cmn.c 206 /* Get the first nibble of the byte */
210 /* Get the second nibble of the byte when available */
  /external/openssl/crypto/rsa/
rsa_x931.c 72 /* Absolute minimum amount of padding is 1 header nibble, 1 padding
73 * nibble and 2 trailer bytes: but 1 hash if is already in 'from'.
  /external/ppp/pppd/include/net/
slcompress.h 59 * The top nibble of the first octet is the packet type. There are
70 * IP protocol version number (4) which normally appears in this nibble
vjcompress.h 59 * The top nibble of the first octet is the packet type. There are
70 * IP protocol version number (4) which normally appears in this nibble
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccUtils.java 34 * Many fields in GSM SIM's are stored as nibble-swizzled BCD
66 * significant nibble.
94 * opposite nibble format. The least significant BCD digit
95 * is in the least significant nibble and the most significant
96 * is in the most significant nibble.
  /external/openssl/crypto/des/asm/
des-586.pl 334 # nibble 1
351 # nibble 2
368 # nibble 3
385 # nibble 4
402 # nibble 5
419 # nibble 6
436 # nibble 7
  /external/qemu/telephony/
gsm.h 25 /* convert a 8-bit value into the corresponding nibble-bcd byte */
28 /* convert a nibble-bcd byte into an int, invalid nibbles are silently converted to 0 */

Completed in 975 milliseconds

1 2 3 4