/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 20010102-1.c | 66 register long obj_size = h->next_free - h->object_base; local 70 new_size = (obj_size + length) + (obj_size >> 3) + 100; 81 for (i = obj_size / sizeof (COPYING_UNIT) - 1; 85 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); 89 for (i = already; i < obj_size; i++) 99 h->next_free = h->object_base + obj_size;
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | obstack.c | 243 register long obj_size = h->next_free - h->object_base; in _obstack_newchunk() local 248 new_size = (obj_size + length) + (obj_size >> 3) + 100; in _obstack_newchunk() 265 for (i = obj_size / sizeof (COPYING_UNIT) - 1; in _obstack_newchunk() 272 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); in _obstack_newchunk() 277 for (i = already; i < obj_size; i++) in _obstack_newchunk() 290 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
|
/openbsd/lib/libc/rpc/ |
H A D | xdr_reference.c | 110 xdr_pointer(XDR *xdrs, char **objpp, u_int obj_size, xdrproc_t xdr_obj) in xdr_pointer() argument 123 return (xdr_reference(xdrs,objpp,obj_size,xdr_obj)); in xdr_pointer()
|
/openbsd/gnu/llvm/lldb/examples/python/ |
H A D | bsd.py | 52 self.obj_size = self.size - name_len 53 file.seek(self.obj_size, 1) 76 bytes = self.file.read(self.obj_size)
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgv_sriovmsg.h | 306 unsigned int amd_sriov_msg_checksum(void *obj, unsigned long obj_size, unsigned int key,
|
H A D | amdgpu_virt.c | 273 unsigned long obj_size, in amd_sriov_msg_checksum() argument 283 for (i = 0; i < obj_size; ++i) in amd_sriov_msg_checksum()
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_gem.c | 1241 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, in drm_gem_mmap_obj() argument 1247 if (obj_size < vma->vm_end - vma->vm_start) in drm_gem_mmap_obj() 1350 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, in drm_gem_mmap_obj() argument 1356 if (obj_size < size) in drm_gem_mmap_obj()
|
/openbsd/sys/dev/pci/drm/include/drm/ |
H A D | drm_gem.h | 491 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size,
|
/openbsd/sys/isofs/udf/ |
H A D | ecma167-udf.h | 755 uint64_t obj_size; member
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | radeon_asic.h | 92 uint32_t offset, uint32_t obj_size); 339 uint32_t offset, uint32_t obj_size);
|
H A D | r100.c | 3112 uint32_t offset, uint32_t obj_size) in r100_set_surface_reg() argument 3151 DRM_DEBUG_KMS("writing surface %d %d %x %x\n", reg, flags, offset, offset+obj_size-1); in r100_set_surface_reg() 3154 WREG32(RADEON_SURFACE0_UPPER_BOUND + surf_index, offset + obj_size - 1); in r100_set_surface_reg()
|
H A D | radeon.h | 1945 uint32_t offset, uint32_t obj_size);
|
H A D | r600.c | 3030 uint32_t offset, uint32_t obj_size) in r600_set_surface_reg() argument
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | vmm_machdep.c | 142 int vmm_gpa_is_valid(struct vcpu *vcpu, paddr_t gpa, size_t obj_size); 6406 vmm_gpa_is_valid(struct vcpu *vcpu, paddr_t gpa, size_t obj_size) in vmm_gpa_is_valid() argument 6414 if (vmr->vmr_size >= obj_size && in vmm_gpa_is_valid() 6416 gpa < (vmr->vmr_gpa + vmr->vmr_size - obj_size)) { in vmm_gpa_is_valid()
|