Searched refs:le32enc (Results 1 – 20 of 20) sorted by relevance
| /netbsd/src/lib/libc/cdb/ |
| D | cdbw.c | 554 le32enc(buf + 24, cdbw->data_size); in print_hash() 555 le32enc(buf + 28, cdbw->data_counter); in print_hash() 556 le32enc(buf + 32, state->entries); in print_hash() 557 le32enc(buf + 36, state->seed); in print_hash() 563 le32enc(buf + cur_pos, state->g[i]); in print_hash() 571 le32enc(buf + cur_pos, 0); in print_hash() 576 le32enc(buf + cur_pos, data_size); in print_hash() 581 le32enc(buf + cur_pos, data_size); in print_hash()
|
| /netbsd/src/sys/arch/hpc/stand/include/machine/ |
| D | endian.h | 259 le32enc(void *buf, uint32_t u) in le32enc() function 306 le32enc(p, (uint32_t)(u & 0xffffffffULL)); in le64enc() 307 le32enc(p + 4, (uint32_t)(u >> 32)); in le64enc()
|
| /netbsd/src/lib/libterminfo/ |
| D | term_private.h | 234 le32enc(*cap, (uint32_t)num); in _ti_encode_32() 266 le32enc(tbuf->buf + tbuf->bufpos, (uint32_t)num); in _ti_encode_buf_32()
|
| /netbsd/src/sys/sys/ |
| D | endian.h | 280 le32enc(void *buf, uint32_t u) 320 le32enc(p, __CAST(uint32_t, (u & 0xffffffffULL))); 321 le32enc(p + 4, __CAST(uint32_t, (u >> 32)));
|
| /netbsd/src/sys/external/bsd/drm2/include/asm/ |
| D | unaligned.h | 62 le32enc(p, v); in put_unaligned_le32()
|
| /netbsd/src/common/lib/libx86emu/ |
| D | x86emu_util.c | 133 le32enc(emu->mem_base + addr, val); in wrl()
|
| /netbsd/src/lib/libc/uuid/ |
| D | uuid_stream.c | 65 le32enc(p, uuid->time_low); in uuid_enc_le()
|
| /netbsd/src/lib/libc/locale/ |
| D | c32rtomb.c | 161 le32enc(utf32le, c32); in c32rtomb_l()
|
| /netbsd/src/sys/kern/ |
| D | kern_uuid.c | 147 le32enc(p, uuid->time_low); in uuid_enc_le()
|
| /netbsd/src/sys/fs/msdosfs/ |
| D | bpb.h | 120 #define putulong(p, v) le32enc((p), (v))
|
| /netbsd/src/sbin/gpt/ |
| D | gpt_uuid.c | 119 le32enc(p, uuid->time_low); in gpt_dce_to_uuid()
|
| /netbsd/src/sys/uvm/ |
| D | uvm_swap.c | 2121 le32enc(preiv, slot); in uvm_swap_encryptpage() 2143 le32enc(preiv, slot); in uvm_swap_decryptpage()
|
| /netbsd/src/tools/compat/ |
| D | configure.ac | 268 AC_CHECK_DECLS([be16enc, le16enc, be16dec, le16dec, be32enc, le32enc,
|
| D | nbtool_config.h.in | 233 /* Define to 1 if you have the declaration of `le32enc', and to 0 if you
|
| D | configure | 5956 ac_fn_c_check_decl "$LINENO" "le32enc" "ac_cv_have_decl_le32enc" "#include <sys/endian.h>
|
| /netbsd/src/sys/netbt/ |
| D | l2cap_signal.c | 972 le32enc(rsp + 4, 0x00000080); in l2cap_recv_info_req()
|
| /netbsd/src/sys/dev/pci/ |
| D | hifn7751.c | 1143 le32enc(data, b); in hifn_sramsize() 1150 le32enc(dataexpect, b); in hifn_sramsize()
|
| /netbsd/src/share/man/man9/ |
| D | Makefile | 248 byteorder.9 le16enc.9 byteorder.9 le32enc.9 byteorder.9 le64enc.9
|
| /netbsd/src/doc/ |
| D | CHANGES | 510 libc: Hide le32enc(3), be32enc(3) in strict standards mode.
|
| /netbsd/src/distrib/sets/lists/comp/ |
| D | mi | 12354 ./usr/share/man/cat9/le32enc.0 comp-sys-catman .cat 20821 ./usr/share/man/html9/le32enc.html comp-sys-htmlman html 29439 ./usr/share/man/man9/le32enc.9 comp-sys-man .man
|