Home
last modified time | relevance | path

Searched refs:nibbles (Results 1 – 25 of 58) sorted by relevance

123

/netbsd/external/bsd/libevent/dist/
H A Devent_tagging.c126 int off = 1, nibbles = 0; \
140 nibbles = off - 2; \
327 int nibbles = 0; \
337 nibbles = ((data[0] & 0xf0) >> 4) + 1; \
338 if (nibbles > maxnibbles || (nibbles >> 1) + 1 > len) \
340 len = (nibbles >> 1) + 1; \
346 while (nibbles > 0) { \
348 if (nibbles & 0x1) \
349 number |= data[nibbles >> 1] & 0x0f; \
351 number |= (data[nibbles >> 1] & 0xf0) >> 4; \
[all …]
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devent_tagging.c119 int off = 1, nibbles = 0; \
133 nibbles = off - 2; \
320 int nibbles = 0; \
330 nibbles = ((data[0] & 0xf0) >> 4) + 1; \
331 if (nibbles > maxnibbles || (nibbles >> 1) + 1 > len) \
333 len = (nibbles >> 1) + 1; \
339 while (nibbles > 0) { \
341 if (nibbles & 0x1) \
342 number |= data[nibbles >> 1] & 0x0f; \
344 number |= (data[nibbles >> 1] & 0xf0) >> 4; \
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dsh-dis.c150 while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3) in print_insn_ddt()
151 || op->nibbles[3] != (unsigned) (insn & 0xf)) in print_insn_ddt()
171 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
173 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;) in print_insn_ddt()
179 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
189 for (opy = first_movy; opy->nibbles[2] != insn_y;) in print_insn_ddt()
318 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1) in print_insn_ppi()
319 && op->nibbles[2] == nib2 in print_insn_ppi()
320 && op->nibbles[3] == nib3) in print_insn_ppi()
324 switch (op->nibbles[4]) in print_insn_ppi()
[all …]
H A Dz8k-dis.c34 unsigned char nibbles[24]; member
92 priv->nibbles[i++] = *p >> 4; in fetch_data()
93 priv->nibbles[i++] = *p & 0xf; in fetch_data()
97 priv->nibbles[i++] = *p >> 4; in fetch_data()
98 priv->nibbles[i++] = *p & 0xf; in fetch_data()
161 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); in print_insn_z8k()
191 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) in z8k_lookup_instr() argument
221 instr_nibl = nibbles[nibl_index]; in z8k_lookup_instr()
316 instr_nibl = instr_data->nibbles[nibl_count]; in unpack_instr()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dsh-dis.c150 while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3) in print_insn_ddt()
151 || op->nibbles[3] != (unsigned) (insn & 0xf)) in print_insn_ddt()
171 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
173 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;) in print_insn_ddt()
179 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
189 for (opy = first_movy; opy->nibbles[2] != insn_y;) in print_insn_ddt()
318 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1) in print_insn_ppi()
319 && op->nibbles[2] == nib2 in print_insn_ppi()
320 && op->nibbles[3] == nib3) in print_insn_ppi()
324 switch (op->nibbles[4]) in print_insn_ppi()
[all …]
H A Dz8k-dis.c34 unsigned char nibbles[24]; member
92 priv->nibbles[i++] = *p >> 4; in fetch_data()
93 priv->nibbles[i++] = *p & 0xf; in fetch_data()
97 priv->nibbles[i++] = *p >> 4; in fetch_data()
98 priv->nibbles[i++] = *p & 0xf; in fetch_data()
161 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); in print_insn_z8k()
191 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) in z8k_lookup_instr() argument
221 instr_nibl = nibbles[nibl_index]; in z8k_lookup_instr()
316 instr_nibl = instr_data->nibbles[nibl_count]; in unpack_instr()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dsh-dis.c150 while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3) in print_insn_ddt()
151 || op->nibbles[3] != (unsigned) (insn & 0xf)) in print_insn_ddt()
171 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
173 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;) in print_insn_ddt()
179 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
189 for (opy = first_movy; opy->nibbles[2] != insn_y;) in print_insn_ddt()
318 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1) in print_insn_ppi()
319 && op->nibbles[2] == nib2 in print_insn_ppi()
320 && op->nibbles[3] == nib3) in print_insn_ppi()
324 switch (op->nibbles[4]) in print_insn_ppi()
[all …]
H A Dz8k-dis.c34 unsigned char nibbles[24]; member
92 priv->nibbles[i++] = *p >> 4; in fetch_data()
93 priv->nibbles[i++] = *p & 0xf; in fetch_data()
97 priv->nibbles[i++] = *p >> 4; in fetch_data()
98 priv->nibbles[i++] = *p & 0xf; in fetch_data()
161 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); in print_insn_z8k()
191 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) in z8k_lookup_instr() argument
221 instr_nibl = nibbles[nibl_index]; in z8k_lookup_instr()
316 instr_nibl = instr_data->nibbles[nibl_count]; in unpack_instr()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dsh-dis.c150 while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3) in print_insn_ddt()
151 || op->nibbles[3] != (unsigned) (insn & 0xf)) in print_insn_ddt()
171 for (first_movx = sh_table; first_movx->nibbles[1] != MOVX;) in print_insn_ddt()
173 for (first_movy = first_movx; first_movy->nibbles[1] != MOVY;) in print_insn_ddt()
179 for (opx = first_movx; opx->nibbles[2] != insn_x;) in print_insn_ddt()
189 for (opy = first_movy; opy->nibbles[2] != insn_y;) in print_insn_ddt()
318 if ((op->nibbles[1] == nib1 || op->nibbles[1] == altnib1) in print_insn_ppi()
319 && op->nibbles[2] == nib2 in print_insn_ppi()
320 && op->nibbles[3] == nib3) in print_insn_ppi()
324 switch (op->nibbles[4]) in print_insn_ppi()
[all …]
H A Dz8k-dis.c34 unsigned char nibbles[24]; member
92 priv->nibbles[i++] = *p >> 4; in fetch_data()
93 priv->nibbles[i++] = *p & 0xf; in fetch_data()
97 priv->nibbles[i++] = *p >> 4; in fetch_data()
98 priv->nibbles[i++] = *p & 0xf; in fetch_data()
161 instr_data.tabl_index = z8k_lookup_instr (instr_data.nibbles, info); in print_insn_z8k()
191 z8k_lookup_instr (unsigned char *nibbles, disassemble_info *info) in z8k_lookup_instr() argument
221 instr_nibl = nibbles[nibl_index]; in z8k_lookup_instr()
316 instr_nibl = instr_data->nibbles[nibl_count]; in unpack_instr()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-sh.c1879 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]); in build_relax()
2270 + (opcode->nibbles[2] << 4) in assemble_ppi()
2271 + opcode->nibbles[3] in assemble_ppi()
2286 + (opcode->nibbles[2] << 4) in assemble_ppi()
2287 + opcode->nibbles[3] in assemble_ppi()
2298 if (opcode->nibbles[2] & 8) in assemble_ppi()
2319 if (opcode->nibbles[2] & 8) in assemble_ppi()
2357 field_b = ((opcode->nibbles[2] << 12) + (opcode->nibbles[3] << 8) in assemble_ppi()
2359 switch (opcode->nibbles[4]) in assemble_ppi()
2383 field_b = ((opcode->nibbles[2] << 12) + (opcode->nibbles[3] << 8) in assemble_ppi()
[all …]
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-sh.c1879 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]); in build_relax()
2270 + (opcode->nibbles[2] << 4) in assemble_ppi()
2271 + opcode->nibbles[3] in assemble_ppi()
2286 + (opcode->nibbles[2] << 4) in assemble_ppi()
2287 + opcode->nibbles[3] in assemble_ppi()
2298 if (opcode->nibbles[2] & 8) in assemble_ppi()
2319 if (opcode->nibbles[2] & 8) in assemble_ppi()
2357 field_b = ((opcode->nibbles[2] << 12) + (opcode->nibbles[3] << 8) in assemble_ppi()
2359 switch (opcode->nibbles[4]) in assemble_ppi()
2383 field_b = ((opcode->nibbles[2] << 12) + (opcode->nibbles[3] << 8) in assemble_ppi()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-sh.c1879 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]); in build_relax()
2269 + (opcode->nibbles[2] << 4) in assemble_ppi()
2270 + opcode->nibbles[3] in assemble_ppi()
2285 + (opcode->nibbles[2] << 4) in assemble_ppi()
2286 + opcode->nibbles[3] in assemble_ppi()
2297 if (opcode->nibbles[2] & 8) in assemble_ppi()
2318 if (opcode->nibbles[2] & 8) in assemble_ppi()
2356 field_b = ((opcode->nibbles[2] << 12) + (opcode->nibbles[3] << 8) in assemble_ppi()
2358 switch (opcode->nibbles[4]) in assemble_ppi()
2382 field_b = ((opcode->nibbles[2] << 12) + (opcode->nibbles[3] << 8) in assemble_ppi()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-sh.c1879 p[high_byte] = (opcode->nibbles[0] << 4) | (opcode->nibbles[1]); in build_relax()
2270 + (opcode->nibbles[2] << 4) in assemble_ppi()
2271 + opcode->nibbles[3] in assemble_ppi()
2286 + (opcode->nibbles[2] << 4) in assemble_ppi()
2287 + opcode->nibbles[3] in assemble_ppi()
2298 if (opcode->nibbles[2] & 8) in assemble_ppi()
2319 if (opcode->nibbles[2] & 8) in assemble_ppi()
2357 field_b = ((opcode->nibbles[2] << 12) + (opcode->nibbles[3] << 8) in assemble_ppi()
2359 switch (opcode->nibbles[4]) in assemble_ppi()
2383 field_b = ((opcode->nibbles[2] << 12) + (opcode->nibbles[3] << 8) in assemble_ppi()
[all …]
/netbsd/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dcodecs.c187 size_t nibbles; in sodium_bin2base64() local
192 nibbles = bin_len / 3; in sodium_bin2base64()
193 remainder = bin_len - 3 * nibbles; in sodium_bin2base64()
194 b64_len = nibbles * 4; in sodium_bin2base64()
/netbsd/sys/arch/mac68k/obio/
H A Diwm.s742 moveb %a0@,%d3 | Get 2 bit nibbles
807 moveb %a0@,%d3 | Get 2 bit nibbles
859 moveb %a0@,%d3 | Get 2 bit nibbles
904 bra rsDone | nibbles was incorrect
1191 lsrw #6,%d3 | Set up 2 bit nibbles
/netbsd/external/bsd/ntp/dist/sntp/unity/
H A Dunity.c213 char nibbles = nibbles_to_print; in UnityPrintNumberHex() local
217 while (nibbles > 0) in UnityPrintNumberHex()
219 nibble = (number >> (--nibbles << 2)) & 0x0000000F; in UnityPrintNumberHex()
H A Dunity_internals.h424 void UnityPrintNumberHex(const _U_UINT number, const char nibbles);
/netbsd/sys/arch/vax/vax/
H A Demulate.S586 ashl $-1,%r11,%r11 # length is number of bytes, not nibbles
590 movb (%r10)+,(%r3)+ # move two nibbles
807 movzbl (%r3)+,%r0 # get count of nibbles from pattern
990 movl arg2,%r3 # ignore zero nibbles
1049 incl %r10 # length is # of bytes, not nibbles
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dip2k.cpu316 ; "DC" = "digit carry", ie carry between nibbles
872 (dni swap_fr "Swap fr nibbles"
881 (dni swapw_fr "Swap fr nibbles into W"
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dip2k.cpu316 ; "DC" = "digit carry", ie carry between nibbles
872 (dni swap_fr "Swap fr nibbles"
881 (dni swapw_fr "Swap fr nibbles into W"
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dip2k.cpu316 ; "DC" = "digit carry", ie carry between nibbles
872 (dni swap_fr "Swap fr nibbles"
881 (dni swapw_fr "Swap fr nibbles into W"
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dip2k.cpu316 ; "DC" = "digit carry", ie carry between nibbles
872 (dni swap_fr "Swap fr nibbles"
881 (dni swapw_fr "Swap fr nibbles into W"
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dmaster.c642 nibbles(char *numbuf, size_t length, unsigned int width, char mode, int value) { in nibbles() function
760 n = nibbles(numbuf, sizeof(numbuf), width, in genname()
/netbsd/sys/arch/m68k/fpsp/
H A Ddecbin.sa170 move.l #EDIGITS,d2 ;# of nibbles (digits) in fraction part

123