/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-section.c | 163 uint8_t bytes[] = { 0xcc, 0xcc, 0xcc, 0xcc, 0xcc }; in create() local 198 uint8_t bytes[] = { 0xcc, 0xcc, 0xcc, 0xcc, 0xcc }; in create_truncated() local 366 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in get_overflow() local 388 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in attach_overflow() local 410 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in attach_bad_ucount() local 431 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in map_change() local 450 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in map_put() local 473 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in unmap_nomap() local 490 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in map_overflow() local 511 uint8_t bytes[] = { 0xcc, 0x2, 0x4, 0x6 }; in get_put() local [all …]
|
/freebsd/crypto/openssl/test/ |
H A D | cipherbytes_test.c | 30 const unsigned char bytes[] = {0x00}; in test_empty() local 49 const unsigned char bytes[] = {0xc0, 0x0f, 0x00, 0x2f, 0x01, 0x00}; in test_unsupported() local 74 const unsigned char bytes[] = {0x00, 0x00, 0x35, 0x01, 0x00, 0x80, in test_v2() local 104 const unsigned char bytes[] = {0x00, 0x2f, 0x00, 0x33, 0x00, 0x9f, 0x00, 0xff, in test_v3() local
|
/freebsd/stand/libsa/ |
H A D | zalloc_malloc.c | 57 Malloc(size_t bytes, const char *file __unused, int line __unused) in Malloc() 63 Memalign(size_t alignment, size_t bytes, const char *file __unused, in Memalign() 73 Malloc_align(size_t bytes, size_t alignment) in Malloc_align() 110 size_t bytes; in Free() local 157 uintptr_t bytes = (uintptr_t)n1 * (uintptr_t)n2; in Calloc() local
|
H A D | zalloc.c | 88 znalloc(MemPool *mp, uintptr_t bytes, size_t align) in znalloc() 172 zfree(MemPool *mp, void *ptr, uintptr_t bytes) in zfree() 279 zextendPool(MemPool *mp, void *base, uintptr_t bytes) in zextendPool()
|
/freebsd/sys/amd64/pci/ |
H A D | pci_cfgreg.c | 101 pci_docfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_docfgregread() 125 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() 152 int bytes) in pci_cfgregwrite() 180 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() 206 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() 232 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() 330 unsigned func, unsigned reg, unsigned bytes) in pciereg_cfgread() 362 unsigned func, unsigned reg, int data, unsigned bytes) in pciereg_cfgwrite()
|
/freebsd/tests/atf_python/sys/net/ |
H A D | rtsock.py | 254 def print_sa_inet(sa: bytes): 261 def print_sa_inet6(sa: bytes): 269 def print_sa_link(sa: bytes, hd: Optional[bool] = True): 291 def print_sa_unknown(sa: bytes): 295 def print_sa(cls, sa: bytes, hd: Optional[bool] = False): 358 def add_sa_attr(self, attr_type, attr_bytes: bytes): 442 def from_bytes(cls, data: bytes): 530 def new_rtm_any(self, msg_type, prefix: str, gw: Union[str, bytes]): argument 549 def new_rtm_add(self, prefix: str, gw: Union[str, bytes]): argument 552 def new_rtm_del(self, prefix: str, gw: Union[str, bytes]): argument [all …]
|
/freebsd/usr.sbin/bhyve/amd64/ |
H A D | pm.c | 61 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in reset_handler() 159 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in pm1_status_handler() 183 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in pm1_enable_handler() 236 int port __unused, int bytes, uint32_t *eax, void *arg __unused) in pm1_control_handler() 286 int bytes, uint32_t *eax, void *arg __unused) in gpe0_sts() 310 int bytes, uint32_t *eax, void *arg __unused) in gpe0_en() 334 int bytes, uint32_t *eax, void *arg __unused) in smi_cmd_handler()
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_egd.c | 21 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() 31 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes() 109 int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) in RAND_query_egd_bytes() 204 int RAND_egd_bytes(const char *path, int bytes) in RAND_egd_bytes()
|
/freebsd/tests/atf_python/sys/netlink/ |
H A D | message.py | 71 def parse_nl_header(data: bytes): 140 def print_as_bytes(data: bytes, descr: str): 197 def parse_child(self, data: bytes, attr_key, attr_map): 201 def parse_child_array(self, data: bytes, attr_key, attr_map): 218 def parse_attrs(self, data: bytes, attr_map): 250 def parse_nla_list(self, data: bytes) -> List[NlAttr]:
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x509name.c | 142 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_OBJ() 157 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_NID() 171 const unsigned char *bytes, int len, int loc, in X509_NAME_add_entry_by_txt() 244 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_txt() 263 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_NID() 281 const unsigned char *bytes, in X509_NAME_ENTRY_create_by_OBJ() 318 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
|
/freebsd/crypto/openssl/providers/implementations/rands/seeding/ |
H A D | rand_win.c | 73 size_t bytes = 0; in ossl_pool_acquire_entropy() local 87 size_t bytes = 0; in ossl_pool_acquire_entropy() local 106 size_t bytes = 0; in ossl_pool_acquire_entropy() local
|
/freebsd/sys/i386/pci/ |
H A D | pci_cfgreg.c | 175 pci_docfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_docfgregread() 199 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() 221 int bytes) in pci_cfgregwrite() 249 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable() 299 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread() 325 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite() 651 unsigned func, unsigned reg, unsigned bytes) in pciereg_cfgread() 683 unsigned func, unsigned reg, int data, unsigned bytes) in pciereg_cfgwrite()
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | memory_resource.cpp | 41 void* do_allocate(size_t bytes, size_t align) override { in do_allocate() argument 56 void do_deallocate(void* p, size_t bytes, size_t align) override { std::__libcpp_deallocate(p, bytes, align); } in do_deallocate() argument 157 void* unsynchronized_pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t bytes, size_t align) { in __do_allocate() argument 177 __do_deallocate(memory_resource * upstream,void * p,size_t bytes,size_t align) __do_deallocate() argument 278 __pool_index(size_t bytes,size_t align) const __pool_index() argument 341 do_allocate(size_t bytes,size_t align) do_allocate() argument 395 do_deallocate(void * p,size_t bytes,size_t align) do_deallocate() argument 430 __try_allocate_from_chunk(size_t bytes,size_t align) __try_allocate_from_chunk() argument 441 __try_allocate_from_chunk(size_t bytes,size_t align) __try_allocate_from_chunk() argument 450 do_allocate(size_t bytes,size_t align) do_allocate() argument [all...] |
/freebsd/contrib/kyua/utils/ |
H A D | units_test.cpp | 185 units::bytes bytes; in ATF_TEST_CASE_BODY() local 197 units::bytes bytes; in ATF_TEST_CASE_BODY() local 213 units::bytes bytes(123456789); in ATF_TEST_CASE_BODY() local
|
H A D | units.cpp | 45 units::bytes::bytes(void) : in bytes() function in units::bytes 54 units::bytes::bytes(const uint64_t count_) : in bytes() function in units::bytes
|
/freebsd/crypto/openssl/crypto/cms/ |
H A D | cms_att.c | 105 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ() 113 int nid, int type, const void *bytes, int len) in CMS_signed_add1_attr_by_NID() 122 const void *bytes, int len) in CMS_signed_add1_attr_by_txt() 173 const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ() 182 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID() 191 const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
|
/freebsd/sys/arm64/acpica/ |
H A D | pci_cfgreg.c | 43 pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes) in pci_cfgregread() 56 int bytes) in pci_cfgregwrite()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 238 size_t const bytes = (alignBytes - ((size_t)ptr & (alignBytesMask))) & alignBytesMask; in ZSTD_cwksp_bytes_to_align_ptr() local 252 ZSTD_cwksp_reserve_internal_buffer_space(ZSTD_cwksp* ws, size_t const bytes) in ZSTD_cwksp_reserve_internal_buffer_space() 331 ZSTD_cwksp_reserve_internal(ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) in ZSTD_cwksp_reserve_internal() 362 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_buffer() 370 MEM_STATIC void* ZSTD_cwksp_reserve_aligned(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_aligned() 383 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_table() 424 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_object()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | CommandObjectTraceStartIntelPT.cpp | 36 if (std::optional<uint64_t> bytes = in SetOptionValue() local 101 if (std::optional<uint64_t> bytes = in SetOptionValue() local 110 if (std::optional<uint64_t> bytes = in SetOptionValue() local
|
/freebsd/usr.sbin/fstyp/ |
H A D | hammer2.c | 72 size_t bytes, io_bytes, boff; in read_media() local 118 size_t bytes; find_pfs() local 208 size_t bytes; read_label() local [all...] |
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | UUID.h | 31 UUID(llvm::ArrayRef<uint8_t> bytes) : m_bytes(bytes.begin(), bytes.end()) { in UUID() 54 UUID(const void *bytes, uint32_t num_bytes) { in UUID()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_cwksp.h | 225 ZSTD_cwksp* ws, size_t bytes, ZSTD_cwksp_alloc_phase_e phase) { in ZSTD_cwksp_reserve_internal() 263 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_buffer() 270 MEM_STATIC void* ZSTD_cwksp_reserve_aligned(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_aligned() 280 MEM_STATIC void* ZSTD_cwksp_reserve_table(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_table() 309 MEM_STATIC void* ZSTD_cwksp_reserve_object(ZSTD_cwksp* ws, size_t bytes) { in ZSTD_cwksp_reserve_object()
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_ses.h | 159 uint8_t bytes[1]; member 191 uint8_t bytes[3]; member 253 uint8_t bytes[3]; member 313 uint8_t bytes[3]; member 340 uint8_t bytes[3]; member 375 uint8_t bytes[3]; member 397 uint8_t bytes[3]; member 424 uint8_t bytes[3]; member 465 uint8_t bytes[3]; member 493 uint8_t bytes[3]; member [all …]
|
/freebsd/contrib/cortex-strings/scripts/ |
H A D | bench.py | 58 def run(cache, variant, function, bytes, loops, alignment, run_id, quiet=False): argument 84 def run_many(cache, variants, bytes, all_functions): argument
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | p8_pkey.c | 75 const unsigned char *bytes, int len) in PKCS8_pkey_add1_attr_by_NID() 83 const unsigned char *bytes, int len) in PKCS8_pkey_add1_attr_by_OBJ()
|