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

/external/sonivox/arm-fm-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/sonivox/arm-hybrid-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/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/dropbear/libtomcrypt/src/pk/ecc/
H A Dltc_ecc_mul2add.c43 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/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/llvm/lib/VMCore/
H A DAsmWriter.cpp771 // Bit position, in the current word, of the next nibble to print.
783 unsigned int nibble = (word>>shiftcount) & 15; local
784 if (nibble < 10)
785 Out << (unsigned char)(nibble + '0');
787 Out << (unsigned char)(nibble - 10 + 'A');
813 unsigned int nibble = (word>>shiftcount) & 15; local
814 if (nibble < 10)
815 Out << (unsigned char)(nibble + '0');
817 Out << (unsigned char)(nibble - 10 + 'A');
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c3789 Bit16u arg_seg, arg, digit, nibble, shift_count; local
3814 nibble = (arg >> (4 * digit)) & 0x000f;
3815 if (nibble <= 9)
3816 outb(0x0500, nibble + '0');
3818 outb(0x0500, (nibble - 10) + 'A');
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c1631 Bit16u arg_seg, arg, nibble, hibyte, shift_count, format_width, hexadd; local
1666 nibble = (arg >> (4 * i)) & 0x000f;
1667 send (action, (nibble<=9)? (nibble+'0') : (nibble-10+hexadd));
1696 nibble = ((((Bit32u) hibyte <<16) | arg) >> (4 * i)) & 0x000f;
1697 send (action, (nibble<=9)? (nibble+'0') : (nibble-10+hexadd));
/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 ...

Completed in 677 milliseconds