| /openbsd-src/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-src/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-src/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-src/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-src/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() 283 for (i = 0; i < obj_size; ++i) in amd_sriov_msg_checksum() 271 amd_sriov_msg_checksum(void * obj,unsigned long obj_size,unsigned int key,unsigned int checksum) amd_sriov_msg_checksum() argument
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_gem.c | 1219 * @obj_size: the object size to be mapped, in bytes 1240 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, 1246 if (obj_size < vma->vm_end - vma->vm_start) in drm_gem_mmap_obj() 1349 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, 1355 if (obj_size < size) in drm_gem_mmap_obj() 1241 drm_gem_mmap_obj(struct drm_gem_object * obj,unsigned long obj_size,struct vm_area_struct * vma) drm_gem_mmap_obj() argument 1350 drm_gem_mmap_obj(struct drm_gem_object * obj,unsigned long obj_size,vm_prot_t accessprot,voff_t off,vsize_t size) drm_gem_mmap_obj() argument
|
| /openbsd-src/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-src/sys/isofs/udf/ |
| H A D | ecma167-udf.h | 755 uint64_t obj_size; member
|
| /openbsd-src/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() 3151 DRM_DEBUG_KMS("writing surface %d %d %x %x\n", reg, flags, offset, offset+obj_size-1); in r100_bandwidth_update() 3154 WREG32(RADEON_SURFACE0_UPPER_BOUND + surf_index, offset + obj_size - 1); in r100_bandwidth_update() 3092 r100_set_surface_reg(struct radeon_device * rdev,int reg,uint32_t tiling_flags,uint32_t pitch,uint32_t offset,uint32_t obj_size) r100_set_surface_reg() argument
|
| 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-src/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); 6401 * obj_size: The size of the object assigned to gpa in vcpu_run_svm() 6408 vmm_gpa_is_valid(struct vcpu *vcpu, paddr_t gpa, size_t obj_size) in vcpu_run_svm() 6416 if (vmr->vmr_size >= obj_size && in vcpu_run_svm() 6418 gpa < (vmr->vmr_gpa + vmr->vmr_size - obj_size)) { in vcpu_run_svm() 6725 vmm_gpa_is_valid(struct vcpu * vcpu,paddr_t gpa,size_t obj_size) vmm_gpa_is_valid() argument
|