Home
last modified time | relevance | path

Searched defs:length (Results 176 – 200 of 1381) sorted by relevance

12345678910>>...56

/freebsd/contrib/unbound/util/storage/
H A Dlookup3.c234 size_t length, /* the length of the key, in uint32_ts */ in hashword()
282 size_t length, /* the length of the key, in uint32_ts */ in hashword2()
346 uint32_t hashlittle( const void *key, size_t length, uint32_t initval) in hashlittle()
542 size_t length, /* length of the key */ in hashlittle2()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp129 DataExtractor::DataExtractor(const void *data, offset_t length, in DataExtractor()
158 offset_t length, uint32_t target_byte_size /*=1*/) in DataExtractor()
224 lldb::offset_t DataExtractor::SetData(const void *bytes, offset_t length, in SetData()
660 size_t DataExtractor::ExtractBytes(offset_t offset, offset_t length, in ExtractBytes()
679 lldb::offset_t DataExtractor::CopyData(offset_t offset, offset_t length, in CopyData()
904 offset_t length, uint64_t base_addr, in PutToLog()
1003 bool DataExtractor::Append(void *buf, offset_t length) { in Append()
H A DStatus.cpp192 int length = 0; in SetExpressionErrorWithFormat() local
251 int length = SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat() local
/freebsd/contrib/tcpdump/
H A Dprint-stp.c103 u_int length) in stp_print_config_bpdu()
236 u_int length) in stp_print_mstp_bpdu()
375 stp_print(netdissect_options *ndo, const u_char *p, u_int length) in stp_print()
H A Dprint-pktap.c72 pktap_header_print(netdissect_options *ndo, const u_char *bp, u_int length) in pktap_header_print()
105 u_int length = h->len; in pktap_if_print() local
H A Dprint-dsa.c203 u_int length = h->len; in dsa_if_print() local
214 u_int length = h->len; in edsa_if_print() local
H A Dprint-bt.c53 u_int length = h->len; in bt_if_print() local
H A Dprint-dtp.c47 dtp_print(netdissect_options *ndo, const u_char *tptr, u_int length) in dtp_print()
/freebsd/sys/dev/sfxge/common/
H A Dsiena_vpd.c392 uint8_t length; in siena_vpd_reinit() local
426 uint8_t length; in siena_vpd_get() local
480 uint8_t length; in siena_vpd_set() local
/freebsd/sys/fs/ext2fs/
H A Dext2_inode.c225 ext2_ind_truncate(struct vnode *vp, off_t length, int flags, struct ucred *cred, in ext2_ind_truncate()
465 ext2_ext_truncate(struct vnode *vp, off_t length, int flags, in ext2_ext_truncate()
555 ext2_truncate(struct vnode *vp, off_t length, int flags, struct ucred *cred, in ext2_truncate()
/freebsd/sys/dev/ips/
H A Dips_disk.c185 ipsd_dump(void *arg, void *virtual, off_t offset, size_t length) in ipsd_dump()
251 int i, length; in ipsd_dump_map_sg() local
/freebsd/sys/amd64/include/pc/
H A Dbios.h53 u_int64_t length; member
60 u_int64_t length; member
/freebsd/crypto/heimdal/lib/krb5/
H A Dtest_prf.c56 size_t length; in main() local
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_sections.c48 Dwarf_Signed *elf_section_index, Dwarf_Unsigned *length, Dwarf_Error *error) in dwarf_get_section_bytes()
/freebsd/sys/dev/acpica/
H A Dacpi_resource.c236 UINT64 min, max, length, gran; in acpi_parse_resource() local
660 uint64_t length) in acpi_res_set_ioport()
673 uint64_t high, uint64_t length, uint64_t align) in acpi_res_set_iorange()
704 uint64_t length) in acpi_res_set_memory()
717 uint64_t high, uint64_t length, uint64_t align) in acpi_res_set_memoryrange()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c95 Dump(char direction, unsigned char *buffer, int length) in Dump()
264 printsub(int direction, unsigned char *pointer, size_t length) in printsub()
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dcbc.c35 cbc_encrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, in cbc_encrypt_contiguous_blocks()
141 cbc_decrypt_contiguous_blocks(cbc_ctx_t *ctx, char *data, size_t length, in cbc_decrypt_contiguous_blocks()
/freebsd/contrib/ntp/libntp/
H A Da_md5encrypt.c198 size_t length /* packet length */ in MD5authencrypt()
227 size_t length, /* packet length */ in MD5authdecrypt()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_short_writes.c50 short_write_callback(struct archive *a, void *client_data, const void *buffer, size_t length) in short_write_callback()
68 full_write_callback(struct archive *a, void *client_data, const void *buffer, size_t length) in full_write_callback()
H A Dtest_write_format_pax.c38 int64_t offset, length; in DEFINE_TEST() local
/freebsd/sys/netinet/
H A Dsctp_bsd_addr.c390 int length; in sctp_packet_log() local
480 sctp_copy_out_packet_log(uint8_t *target, int length) in sctp_copy_out_packet_log()
/freebsd/contrib/telnet/telnet/
H A Dutilities.c123 Dump(char direction, unsigned char *buffer, int length) in Dump()
282 printsub(char direction, unsigned char *pointer, int length) in printsub()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DELFAttributeParser.cpp94 Error ELFAttributeParser::parseAttributeList(uint32_t length) { in parseAttributeList()
122 Error ELFAttributeParser::parseSubsection(uint32_t length) { in parseSubsection()
/freebsd/usr.bin/mkuzip/
H A Dmkuz_fqueue.h32 int length; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStreamBuffer.h45 size_t WriteImpl(const void *s, size_t length) override { in WriteImpl()

12345678910>>...56