/openbsd/sys/dev/pci/drm/i915/gvt/ |
H A D | handlers.c | 88 void *p_data, unsigned int bytes) in read_vreg() 94 void *p_data, unsigned int bytes) in write_vreg() 241 void *p_data, unsigned int bytes) in fence_mmio_read() 254 void *p_data, unsigned int bytes) in fence_mmio_write() 361 void *p_data, unsigned int bytes) in gmbus_mmio_read() 367 void *p_data, unsigned int bytes) in gmbus_mmio_write() 403 void *p_data, unsigned int bytes) in lcpll_ctl_mmio_write() 421 void *p_data, unsigned int bytes) in dpy_reg_mmio_read() 1050 unsigned int bytes) in reg50080_mmio_write() 1935 unsigned int bytes) in guc_status_read() [all …]
|
H A D | edid.c | 139 unsigned int offset, void *p_data, unsigned int bytes) in gmbus0_mmio_write() 179 void *p_data, unsigned int bytes) in gmbus1_mmio_write() 280 void *p_data, unsigned int bytes) in gmbus3_mmio_write() 289 void *p_data, unsigned int bytes) in gmbus3_mmio_read() 342 void *p_data, unsigned int bytes) in gmbus2_mmio_read() 353 void *p_data, unsigned int bytes) in gmbus2_mmio_write() 377 unsigned int offset, void *p_data, unsigned int bytes) in intel_gvt_i2c_handle_gmbus_read() 407 unsigned int offset, void *p_data, unsigned int bytes) in intel_gvt_i2c_handle_gmbus_write()
|
H A D | cfg_space.c | 70 u8 *src, unsigned int bytes) in vgpu_pci_cfg_mem_write() 118 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_read() 146 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_command_write() 168 unsigned int offset, void *p_data, unsigned int bytes) in emulate_pci_rom_bar_write() 182 void *p_data, unsigned int bytes) in emulate_pci_bar_write() 257 void *p_data, unsigned int bytes) in intel_vgpu_emulate_cfg_write()
|
H A D | mmio.c | 65 void *p_data, unsigned int bytes, bool read) in failsafe_emulate_mmio_rw() 107 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_read() 182 void *p_data, unsigned int bytes) in intel_vgpu_emulate_mmio_write()
|
H A D | interrupt.c | 179 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_imr_handler() 209 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_master_irq_handler() 248 unsigned int reg, void *p_data, unsigned int bytes) in intel_vgpu_reg_ier_handler() 287 void *p_data, unsigned int bytes) in intel_vgpu_reg_iir_handler()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | gcov-io.h | 61 __store_gcov_type (value, dest, bytes) in __store_gcov_type() argument 96 __fetch_gcov_type (dest, source, bytes) in __fetch_gcov_type() argument 119 __fetch_long (dest, source, bytes) in __fetch_long() argument 151 __write_gcov_type (value, file, bytes) in __write_gcov_type() argument 165 __write_long (value, file, bytes) in __write_long() argument 188 __read_gcov_type (dest, file, bytes) in __read_gcov_type() argument 202 __read_long (dest, file, bytes) in __read_long() argument
|
/openbsd/lib/libcrypto/mlkem/ |
H A D | mlkem.h | 45 uint8_t bytes[512 * (3 + 9) + 32 + 32]; member 56 uint8_t bytes[512 * (3 + 3 + 9) + 32 + 32 + 32]; member 174 uint8_t bytes[512 * (4 + 16) + 32 + 32]; member 186 uint8_t bytes[512 * (4 + 4 + 16) + 32 + 32 + 32]; member
|
/openbsd/lib/libcrypto/cms/ |
H A D | cms_att.c | 111 const void *bytes, int len) in CMS_signed_add1_attr_by_OBJ() 121 const void *bytes, int len) in CMS_signed_add1_attr_by_NID() 131 const void *bytes, int len) in CMS_signed_add1_attr_by_txt() 194 int type, const void *bytes, int len) in CMS_unsigned_add1_attr_by_OBJ() 204 const void *bytes, int len) in CMS_unsigned_add1_attr_by_NID() 214 int type, const void *bytes, int len) in CMS_unsigned_add1_attr_by_txt()
|
/openbsd/lib/libcrypto/x509/ |
H A D | x509name.c | 220 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_OBJ() 236 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_NID() 252 const unsigned char *bytes, int len, int loc, int set) in X509_NAME_add_entry_by_txt() 327 const char *field, int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_txt() 346 const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_NID() 364 int type, const unsigned char *bytes, int len) in X509_NAME_ENTRY_create_by_OBJ() 405 const unsigned char *bytes, int len) in X509_NAME_ENTRY_set_data()
|
H A D | x509_req.c | 283 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_OBJ() 294 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_NID() 305 const unsigned char *bytes, int len) in X509_REQ_add1_attr_by_txt()
|
/openbsd/gnu/llvm/libcxx/src/ |
H A D | memory_resource.cpp | 41 void* do_allocate(size_t bytes, size_t align) override { in do_allocate() 56 …void do_deallocate(void* p, size_t bytes, size_t align) override { std::__libcpp_deallocate(p, byt… in do_deallocate() 157 …pool_resource::__adhoc_pool::__do_allocate(memory_resource* upstream, size_t bytes, size_t align) { in __do_allocate() 177 memory_resource* upstream, void* p, size_t bytes, size_t align) { in __do_deallocate() 278 int unsynchronized_pool_resource::__pool_index(size_t bytes, size_t align) const { in __pool_index() 341 void* unsynchronized_pool_resource::do_allocate(size_t bytes, size_t align) { in do_allocate() 395 void unsynchronized_pool_resource::do_deallocate(void* p, size_t bytes, size_t align) { in do_deallocate() 429 void* monotonic_buffer_resource::__initial_descriptor::__try_allocate_from_chunk(size_t bytes, size… in __try_allocate_from_chunk() 440 void* monotonic_buffer_resource::__chunk_footer::__try_allocate_from_chunk(size_t bytes, size_t ali… in __try_allocate_from_chunk() 449 void* monotonic_buffer_resource::do_allocate(size_t bytes, size_t align) { in do_allocate()
|
/openbsd/gnu/usr.bin/texinfo/lib/ |
H A D | xmalloc.c | 36 xmalloc (size_t bytes) in xmalloc() 46 xrealloc (void *pointer, size_t bytes) in xrealloc()
|
/openbsd/gnu/lib/libreadline/ |
H A D | xmalloc.c | 47 xmalloc (bytes) in xmalloc() argument 59 xrealloc (pointer, bytes) in xrealloc() argument
|
/openbsd/gnu/llvm/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
|
/openbsd/sys/scsi/ |
H A D | scsiconf.h | 68 _lto2b(u_int32_t val, u_int8_t *bytes) in _lto2b() 76 _lto3b(u_int32_t val, u_int8_t *bytes) in _lto3b() 85 _lto4b(u_int32_t val, u_int8_t *bytes) in _lto4b() 95 _lto8b(u_int64_t val, u_int8_t *bytes) in _lto8b() 109 _2btol(u_int8_t *bytes) in _2btol() 118 _3btol(u_int8_t *bytes) in _3btol() 127 _4btol(u_int8_t *bytes) in _4btol() 137 _5btol(u_int8_t *bytes) in _5btol() 150 _8btol(u_int8_t *bytes) in _8btol()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | DataEncoder.cpp | 169 const char *bytes = data.data(); in AppendData() local 176 const uint8_t *bytes = data.data(); in AppendData() local 183 const char *bytes = data.data(); in AppendCString() local
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/source/Host/windows/ |
H A D | LockFileWindows.cpp | 27 DWORD bytes; in fileLock() local 69 DWORD bytes; in DoUnlock() local
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Opcode.h | 63 Opcode(uint8_t *bytes, size_t length) in Opcode() 183 void SetOpcodeBytes(const void *bytes, size_t length) { in SetOpcodeBytes() 264 uint8_t bytes[16]; // This must be big enough to handle any opcode for any member
|
/openbsd/sys/dev/usb/dwc2/ |
H A D | dwc2var.h | 141 #define HS_NSECS(bytes) (((55 * 8 * 2083) \ argument 144 #define HS_NSECS_ISO(bytes) (((38 * 8 * 2083) \ argument 147 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) argument 148 #define HS_USECS_ISO(bytes) NS_TO_US(HS_NSECS_ISO(bytes)) argument
|
/openbsd/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | llvm-pdbutil.rst | 420 bytes subsection 430 Like the **dump** subcommand, the **bytes** subcommand displays low level argument 452 Dump binary data from specified range of bytes in the file. argument
|
/openbsd/usr.bin/lex/ |
H A D | tables.c | 283 size_t bytes, rv; in yytbl_write32() local 302 size_t bytes, rv; in yytbl_write16() local 320 size_t bytes, rv; in yytbl_write8() local
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_eeprom.c | 228 u32 bytes) in amdgpu_eeprom_read() 236 u32 bytes) in amdgpu_eeprom_write()
|
/openbsd/gnu/gcc/libdecnumber/ |
H A D | decUtility.c | 76 decDensePackCoeff (const decNumber * dn, uByte * bytes, Int len, Int shift) in decDensePackCoeff() 224 decDenseUnpackCoeff (const uByte * bytes, Int len, decNumber * dn, in decDenseUnpackCoeff()
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-object-size.c | 171 tree bytes; in addr_object_size() local 230 tree callee, arglist, a, bytes = NULL_TREE; in alloc_object_size() local 471 unsigned HOST_WIDE_INT bytes; in expr_object_size() local 566 unsigned HOST_WIDE_INT bytes; in plus_expr_object_size() local
|