Searched refs:to_byte (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dxmss_commons.h15 void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
H A Dxmss_commons.c17 void to_byte(unsigned char *out, unsigned long long in, uint32_t bytes) function
H A Dxmss_hash.c30 to_byte(bytes+i*4, addr[i],4);
45 to_byte(buf, type, n);
H A Dxmss_wots.c58 to_byte(ctr, i, 32);
138 to_byte(csum_bytes, csum, len_2_bytes);
176 to_byte(csum_bytes, csum, len_2_bytes);
H A Dxmss_fast.c567 to_byte(idx_bytes_32, idx, 32);
595 to_byte(hash_key+2*n, idx, n);
692 to_byte(hash_key+2*n, idx, n);
836 to_byte(idx_bytes_32, idx, 32);
841 to_byte(hash_key+2*n, idx, n);
1004 to_byte(hash_key+2*n, idx, n);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dia64-tdep.c379 int to_byte = to / 8; local
386 if (from_byte == to_byte)
391 for (i = from_byte+1; i < to_byte; i++)
397 if (from_byte < to_byte && (to % 8 != 0))
399 c = b[to_byte];
414 int to_byte = to / 8; local
418 if (from_byte == to_byte)
438 for (i = from_byte+1; i < to_byte; i++)
448 c = b[to_byte];
451 b[to_byte]
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dia64-tdep.c379 int to_byte = to / 8; local
386 if (from_byte == to_byte)
391 for (i = from_byte+1; i < to_byte; i++)
397 if (from_byte < to_byte && (to % 8 != 0))
399 c = b[to_byte];
414 int to_byte = to / 8; local
418 if (from_byte == to_byte)
438 for (i = from_byte+1; i < to_byte; i++)
448 c = b[to_byte];
451 b[to_byte]
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delfxx-tilegx.c2665 int to_byte = (to + i) / 8;
2668 addr[to_byte] = (addr[to_byte] & ~to_mask)
2662 int to_byte = (to + i) / 8; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delfxx-tilegx.c2665 int to_byte = (to + i) / 8;
2668 addr[to_byte] = (addr[to_byte] & ~to_mask)
2662 int to_byte = (to + i) / 8; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delfxx-tilegx.c2665 int to_byte = (to + i) / 8;
2668 addr[to_byte] = (addr[to_byte] & ~to_mask)
2662 int to_byte = (to + i) / 8; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delfxx-tilegx.c2665 int to_byte = (to + i) / 8;
2668 addr[to_byte] = (addr[to_byte] & ~to_mask)
2662 int to_byte = (to + i) / 8; local

Completed in 245 milliseconds