Home
last modified time | relevance | path

Searched refs:obj_size (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.c250 register long obj_size = h->next_free - h->object_base; in _obstack_newchunk() local
256 new_size = (obj_size + length) + (obj_size >> 3) + h->alignment_mask + 100; in _obstack_newchunk()
277 for (i = obj_size / sizeof (COPYING_UNIT) - 1; in _obstack_newchunk()
284 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); in _obstack_newchunk()
289 for (i = already; i < obj_size; i++) in _obstack_newchunk()
305 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.c250 register long obj_size = h->next_free - h->object_base; in _obstack_newchunk() local
256 new_size = (obj_size + length) + (obj_size >> 3) + h->alignment_mask + 100; in _obstack_newchunk()
277 for (i = obj_size / sizeof (COPYING_UNIT) - 1; in _obstack_newchunk()
284 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); in _obstack_newchunk()
289 for (i = already; i < obj_size; i++) in _obstack_newchunk()
305 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobstack.c192 size_t obj_size = h->next_free - h->object_base; in _obstack_newchunk() local
196 size_t sum1 = obj_size + length; in _obstack_newchunk()
198 size_t new_size = sum2 + (obj_size >> 3) + 100; in _obstack_newchunk()
205 if (obj_size <= sum1 && sum1 <= sum2) in _obstack_newchunk()
218 memcpy (object_base, h->object_base, obj_size); in _obstack_newchunk()
233 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobstack.c192 size_t obj_size = h->next_free - h->object_base; in _obstack_newchunk() local
196 size_t sum1 = obj_size + length; in _obstack_newchunk()
198 size_t new_size = sum2 + (obj_size >> 3) + 100; in _obstack_newchunk()
205 if (obj_size <= sum1 && sum1 <= sum2) in _obstack_newchunk()
218 memcpy (object_base, h->object_base, obj_size); in _obstack_newchunk()
233 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobstack.c192 size_t obj_size = h->next_free - h->object_base; in _obstack_newchunk() local
196 size_t sum1 = obj_size + length; in _obstack_newchunk()
198 size_t new_size = sum2 + (obj_size >> 3) + 100; in _obstack_newchunk()
205 if (obj_size <= sum1 && sum1 <= sum2) in _obstack_newchunk()
218 memcpy (object_base, h->object_base, obj_size); in _obstack_newchunk()
233 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobstack.c192 size_t obj_size = h->next_free - h->object_base; in _obstack_newchunk() local
196 size_t sum1 = obj_size + length; in _obstack_newchunk()
198 size_t new_size = sum2 + (obj_size >> 3) + 100; in _obstack_newchunk()
205 if (obj_size <= sum1 && sum1 <= sum2) in _obstack_newchunk()
218 memcpy (object_base, h->object_base, obj_size); in _obstack_newchunk()
233 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dobstack.c283 register long obj_size = h->next_free - h->object_base; local
288 new_size = (obj_size + length) + (obj_size >> 3) + 100;
305 for (i = obj_size / sizeof (COPYING_UNIT) - 1;
312 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
317 for (i = already; i < obj_size; i++)
330 h->next_free = h->object_base + obj_size;
/netbsd-src/usr.sbin/makefs/
H A Dudf.c415 uint64_t inf_len, obj_size; in udf_file_inject_blob() local
429 obj_size = 0; in udf_file_inject_blob()
437 obj_size = udf_rw64(efe->obj_size); in udf_file_inject_blob()
465 obj_size += size; in udf_file_inject_blob()
473 efe->obj_size = udf_rw64(inf_len); in udf_file_inject_blob()
480 (void) obj_size; in udf_file_inject_blob()
494 uint64_t inf_len, obj_size, logblks_rec; in udf_append_file_mapping() local
518 obj_size = 0; in udf_append_file_mapping()
526 obj_size = udf_rw64(efe->obj_size); in udf_append_file_mapping()
614 obj_size += size; in udf_append_file_mapping()
[all …]
/netbsd-src/lib/libc/rpc/
H A Dxdr_reference.c131 xdr_pointer(XDR *xdrs, char **objpp, u_int obj_size, xdrproc_t xdr_obj) in xdr_pointer() argument
144 return (xdr_reference(xdrs,objpp,obj_size,xdr_obj)); in xdr_pointer()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_virt.c224 unsigned long obj_size, in amdgpu_virt_fw_reserve_get_checksum() argument
234 for (i = 0; i < obj_size; ++i) in amdgpu_virt_fw_reserve_get_checksum()
H A Damdgpu_virt.h305 int amdgpu_virt_fw_reserve_get_checksum(void *obj, unsigned long obj_size,
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dwrite.c2108 index_type obj_size; in nml_write_obj() local
2173 obj_size = size_from_real_kind (len); in nml_write_obj()
2177 obj_size = size_from_complex_kind (len); in nml_write_obj()
2181 obj_size = obj->string_length; in nml_write_obj()
2185 obj_size = len; in nml_write_obj()
2189 obj_size = obj->size; in nml_write_obj()
2210 p = (void *)(obj->mem_pos + elem_ctr * obj_size); in nml_write_obj()
2217 !memcmp (p, (void *)(p + obj_size ), obj_size )) in nml_write_obj()
2263 write_complex (dtp, p, len, obj_size); in nml_write_obj()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dwrite.c2056 index_type obj_size; in nml_write_obj() local
2121 obj_size = size_from_real_kind (len); in nml_write_obj()
2125 obj_size = size_from_complex_kind (len); in nml_write_obj()
2129 obj_size = obj->string_length; in nml_write_obj()
2133 obj_size = len; in nml_write_obj()
2137 obj_size = obj->size; in nml_write_obj()
2158 p = (void *)(obj->mem_pos + elem_ctr * obj_size); in nml_write_obj()
2165 !memcmp (p, (void *)(p + obj_size ), obj_size )) in nml_write_obj()
2211 write_complex (dtp, p, len, obj_size); in nml_write_obj()
/netbsd-src/sbin/fsck_udf/
H A Dmain.c99 uint64_t obj_size; member
806 stats->obj_size = piece_len; in udf_process_ad()
810 stats->obj_size += piece_len; in udf_process_ad()
814 stats->obj_size += piece_len; in udf_process_ad()
818 stats->obj_size += piece_len; in udf_process_ad()
1970 if (dscr->efe.obj_size != dscr->efe.inf_len) { in udf_extract_vat()
3197 node->declared.obj_size = udf_rw64(fe->inf_len); in udf_extract_node_info()
3210 node->declared.obj_size = udf_rw64(efe->obj_size); in udf_extract_node_info()
3329 node->found.obj_size = node->found.inf_len; in udf_fixup_lengths_pass1()
3333 node->parent->parent->found.obj_size += in udf_fixup_lengths_pass1()
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_gem.h381 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size,
/netbsd-src/sys/fs/udf/
H A Dudf_allocation.c1440 metamirror_node->efe->obj_size = meta_node->efe->obj_size; in udf_synchronise_metadatamirror_node()
2639 objsize = udf_rw64(efe->obj_size); in udf_grow_node()
2668 efe->obj_size = udf_rw64(objsize); in udf_grow_node()
2833 efe->obj_size = udf_rw64(objsize); in udf_grow_node()
2916 objsize = udf_rw64(efe->obj_size); in udf_shrink_node()
2946 efe->obj_size = udf_rw64(objsize); in udf_shrink_node()
3112 efe->obj_size = udf_rw64(objsize); in udf_shrink_node()
3192 efe->obj_size = udf_rw64(objsize); in udf_shrink_node()
H A Decma167-udf.h781 uint64_t obj_size; member
/netbsd-src/sbin/newfs_udf/
H A Dudf_core.c2135 efe->obj_size = udf_rw64(fidsize); in udf_append_parentfid()
2592 efe->obj_size = udf_rw64(0); in udf_create_new_efe()
2614 uint64_t inf_len, obj_size, logblks_rec; in udf_append_meta_mapping_part_to_efe() local
2620 obj_size = udf_rw64(efe->obj_size); in udf_append_meta_mapping_part_to_efe()
2637 obj_size += UDF_EXT_LEN(udf_rw32(mapping->len)); in udf_append_meta_mapping_part_to_efe()
2643 efe->obj_size = udf_rw64(obj_size); in udf_append_meta_mapping_part_to_efe()
2975 efe->obj_size = udf_rw64(inf_len); in udf_create_VAT()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_gem.c1218 int drm_gem_mmap_obj(struct drm_gem_object *obj, unsigned long obj_size, in drm_gem_mmap_obj() argument
1225 if (obj_size < vma->vm_end - vma->vm_start) in drm_gem_mmap_obj()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_asic.h94 uint32_t offset, uint32_t obj_size);
342 uint32_t offset, uint32_t obj_size);
H A Dradeon_r100.c3114 uint32_t offset, uint32_t obj_size) in r100_set_surface_reg() argument
3153 DRM_DEBUG_KMS("writing surface %d %d %x %x\n", reg, flags, offset, offset+obj_size-1); in r100_set_surface_reg()
3156 WREG32(RADEON_SURFACE0_UPPER_BOUND + surf_index, offset + obj_size - 1); in r100_set_surface_reg()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dxdr_func.c574 xdr_pointer(register XDR *xdrs, char **objpp, u_int obj_size, XDRPROC_T_TYPE xdr_obj) in xdr_pointer() argument
590 return (xdr_reference(xdrs, objpp, obj_size, xdr_obj)); in xdr_pointer()
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_xdr_func.h1078 bool_t xdr_pointer(register XDR *xdrs, char **objpp, u_int obj_size, XDRPROC_T_TYPE xdr_obj);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c2237 const_tree exp, HOST_WIDE_INT obj_size) in nvptx_asm_declare_constant_name() argument
2244 nvptx_assemble_decl_begin (file, name, ".const", type, obj_size, in nvptx_asm_declare_constant_name()
2260 HOST_WIDE_INT obj_size = tree_to_shwi (DECL_SIZE_UNIT (decl)); in nvptx_declare_object_name() local
2262 type, obj_size, DECL_ALIGN (decl)); in nvptx_declare_object_name()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc2505 const_tree exp, HOST_WIDE_INT obj_size) in nvptx_asm_declare_constant_name() argument
2512 nvptx_assemble_decl_begin (file, name, ".const", type, obj_size, in nvptx_asm_declare_constant_name()
2528 HOST_WIDE_INT obj_size = tree_to_shwi (DECL_SIZE_UNIT (decl)); in nvptx_declare_object_name() local
2530 type, obj_size, DECL_ALIGN (decl)); in nvptx_declare_object_name()

12