| /src/sys/external/isc/libsodium/dist/src/libsodium/sodium/ |
| codecs.c | 187 size_t nibbles; local 192 nibbles = bin_len / 3; 193 remainder = bin_len - 3 * nibbles; 194 b64_len = nibbles * 4;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| z8k-dis.c | 34 unsigned char nibbles[24]; member in struct:__anon10964 92 priv->nibbles[i++] = *p >> 4; 93 priv->nibbles[i++] = *p & 0xf; 97 priv->nibbles[i++] = *p >> 4; 98 priv->nibbles[i++] = *p & 0xf; 161 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); 191 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) 221 instr_nibl = nibbles[nibl_index]; 316 instr_nibl = instr_data->nibbles[nibl_count];
|
| sh-opc.h | 377 sh_nibble_type nibbles[9]; member in struct:__anon10958
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| z8k-dis.c | 34 unsigned char nibbles[24]; member in struct:__anon12411 92 priv->nibbles[i++] = *p >> 4; 93 priv->nibbles[i++] = *p & 0xf; 97 priv->nibbles[i++] = *p >> 4; 98 priv->nibbles[i++] = *p & 0xf; 161 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); 191 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) 221 instr_nibl = nibbles[nibl_index]; 316 instr_nibl = instr_data->nibbles[nibl_count];
|
| sh-opc.h | 377 sh_nibble_type nibbles[9]; member in struct:__anon12405
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| z8k-dis.c | 34 unsigned char nibbles[24]; member in struct:__anon19089 92 priv->nibbles[i++] = *p >> 4; 93 priv->nibbles[i++] = *p & 0xf; 97 priv->nibbles[i++] = *p >> 4; 98 priv->nibbles[i++] = *p & 0xf; 161 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); 191 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) 221 instr_nibl = nibbles[nibl_index]; 316 instr_nibl = instr_data->nibbles[nibl_count];
|
| sh-opc.h | 377 sh_nibble_type nibbles[9]; member in struct:__anon19083
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| z8k-dis.c | 34 unsigned char nibbles[24]; member in struct:__anon21828 92 priv->nibbles[i++] = *p >> 4; 93 priv->nibbles[i++] = *p & 0xf; 97 priv->nibbles[i++] = *p >> 4; 98 priv->nibbles[i++] = *p & 0xf; 161 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); 191 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) 221 instr_nibl = nibbles[nibl_index]; 316 instr_nibl = instr_data->nibbles[nibl_count];
|
| sh-opc.h | 377 sh_nibble_type nibbles[9]; member in struct:__anon21822
|
| /src/external/bsd/ntp/dist/sntp/unity/ |
| unity.c | 213 char nibbles = nibbles_to_print; local 217 while (nibbles > 0) 219 nibble = (number >> (--nibbles << 2)) & 0x0000000F;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| master.c | 598 * significant nibble. Zero fill upper most significant nibbles if 605 nibbles(char *numbuf, size_t length, unsigned int width, char mode, function 724 n = nibbles(numbuf, sizeof(numbuf), width,
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| master.c | 635 * significant nibble. Zero fill upper most significant nibbles if 642 nibbles(char *numbuf, size_t length, unsigned int width, char mode, int value) { function 760 n = nibbles(numbuf, sizeof(numbuf), width,
|