Searched defs:bytes (Results 76 - 100 of 490) sorted by relevance

1234567891011>>

/freebsd-current/stand/libsa/
H A Dzalloc_malloc.c57 Malloc(size_t bytes, const char *file __unused, int line __unused) argument
63 Memalign(size_t alignment, size_t bytes, const char *file __unused, argument
73 Malloc_align(size_t bytes, size_t alignment) argument
110 size_t bytes; local
157 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2; local
[all...]
/freebsd-current/tests/sys/fs/tarfs/
H A Dtarsum.c39 uint8_t bytes[512]; member in union:__anon16
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp69 int bytes = 0; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DMCInstPrinter.cpp25 void llvm::dumpBytes(ArrayRef<uint8_t> bytes, raw_ostream &OS) { argument
/freebsd-current/contrib/bmake/
H A Dbuf.c90 Buf_AddBytes(Buffer *buf, const char *bytes, size_t bytes_len) argument
/freebsd-current/contrib/flex/src/
H A Dtables.c286 int bytes, rv; local
305 int bytes, rv; local
323 int bytes, rv; local
[all...]
/freebsd-current/contrib/wpa/src/ap/
H A Daccounting.c272 u64 bytes; local
/freebsd-current/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/
H A Dpoly1305_donna32.h56 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, unsigned long long bytes) argument
H A Dpoly1305_donna64.h62 poly1305_blocks(poly1305_state_internal_t *st, const unsigned char *m, unsigned long long bytes) argument
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DDataEncoder.cpp169 const char *bytes = data.data(); local
176 const uint8_t *bytes = data.data(); local
183 const char *bytes = data.data(); local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dbptree.c119 bptree_add(objset_t *os, uint64_t obj, blkptr_t *bp, uint64_t birth_txg, uint64_t bytes, uint64_t comp, uint64_t uncomp, dmu_tx_t *tx) argument
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_mech_switch.c120 unsigned int bytes; local
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.h32 static ArrayRef<uint8_t> bytes(const codeview::CVSymbol &Item) { function in struct:llvm::BinaryItemTraits
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_port.c156 u64 packets, bytes; local
[all...]
/freebsd-current/contrib/bc/src/
H A Dfile.c93 size_t bytes = 0; local
/freebsd-current/contrib/libcbor/test/
H A Dbytestring_test.c333 unsigned char bytes[] = {0, 0, 0xFF, 0xAB}; local
341 unsigned char bytes[] = {0, 0, 0xFF, 0xAB}; local
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_hdr.c142 unsigned char *bytes = OPENSSL_malloc(len); local
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509name.c141 X509_NAME_add_entry_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len, int loc, int set) argument
156 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, const unsigned char *bytes, int len, int loc, int set) argument
170 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) argument
242 X509_NAME_ENTRY_create_by_txt(X509_NAME_ENTRY **ne, const char *field, int type, const unsigned char *bytes, int len) argument
261 X509_NAME_ENTRY_create_by_NID(X509_NAME_ENTRY **ne, int nid, int type, const unsigned char *bytes, int len) argument
279 X509_NAME_ENTRY_create_by_OBJ(X509_NAME_ENTRY **ne, const ASN1_OBJECT *obj, int type, const unsigned char *bytes, int len) argument
317 X509_NAME_ENTRY_set_data(X509_NAME_ENTRY *ne, int type, const unsigned char *bytes, int len) argument
[all...]
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_xts.c54 static int aes_xts_check_keys_differ(const unsigned char *key, size_t bytes, argument
/freebsd-current/crypto/openssl/crypto/rand/
H A Drandfile.c84 int RAND_load_file(const char *file, long bytes) argument
[all...]
/freebsd-current/tools/test/xregs_sig/
H A Dxregs_sig.c52 uint32_t bytes; member in struct:xregs_bank
[all...]
/freebsd-current/usr.sbin/cron/cron/
H A Ddo_command.c88 int bytes = 1; local
/freebsd-current/sys/dev/pci/
H A Dpci_host_generic_den0115.c202 pci_host_acpi_smccc_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, int bytes) argument
227 pci_host_acpi_smccc_write_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, uint32_t val, int bytes) argument
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_insformat.h101 uint8_t bytes[4]; member in union:ins_formats
/freebsd-current/sys/dev/isl/
H A Disl.c92 uint8_t bytes[] = { reg, val }; local

Completed in 197 milliseconds

1234567891011>>