| /dflybsd-src/contrib/mdocml/ |
| H A D | dbm_map.c | 52 static int32_t max_offset; variable 101 max_offset = be32toh(*dbm_getint(3)) + sizeof(int32_t); in dbm_map() 102 if (st.st_size != max_offset) { in dbm_map() 104 fname, (long long)st.st_size, max_offset); in dbm_map() 150 if (offset >= max_offset) { in dbm_get() 152 offset, max_offset); in dbm_get()
|
| /dflybsd-src/sys/dev/drm/radeon/ |
| H A D | radeon_object.c | 329 int radeon_bo_pin_restricted(struct radeon_bo *bo, u32 domain, u64 max_offset, in radeon_bo_pin_restricted() argument 340 if (max_offset != 0) { in radeon_bo_pin_restricted() 347 WARN_ON_ONCE(max_offset < in radeon_bo_pin_restricted() 363 (!max_offset || max_offset > bo->rdev->mc.visible_vram_size)) in radeon_bo_pin_restricted() 367 bo->placements[i].lpfn = max_offset >> PAGE_SHIFT; in radeon_bo_pin_restricted()
|
| H A D | radeon_object.h | 137 u64 max_offset, u64 *gpu_addr);
|
| /dflybsd-src/sys/dev/video/cxm/ |
| H A D | cxm_tuner.c | 809 unsigned long max_offset; in cxm_tuner_apply_afc() local 821 max_offset = 2000; in cxm_tuner_apply_afc() 824 for (i = 0; i < (max_offset / step_size); i++) { in cxm_tuner_apply_afc()
|
| /dflybsd-src/sys/dev/drm/amd/amdgpu/ |
| H A D | amdgpu_object.c | 43 #undef max_offset 879 u64 min_offset, u64 max_offset) in amdgpu_bo_pin_restricted() argument 888 if (WARN_ON_ONCE(min_offset > max_offset)) in amdgpu_bo_pin_restricted() 912 if (max_offset != 0) { in amdgpu_bo_pin_restricted() 914 WARN_ON_ONCE(max_offset < in amdgpu_bo_pin_restricted() 930 lpfn = max_offset >> PAGE_SHIFT; in amdgpu_bo_pin_restricted()
|
| H A D | amdgpu_object.h | 261 u64 min_offset, u64 max_offset);
|
| H A D | gfx_v8_0.c | 4009 int max_offset) in gfx_v8_0_parse_ind_reg_list() argument 4020 BUG_ON(*offset_count >= max_offset); in gfx_v8_0_parse_ind_reg_list()
|
| /dflybsd-src/contrib/tcpdump/ |
| H A D | print-domain.c | 192 u_int offset, max_offset; in fqdn_print() local 199 max_offset = (u_int)(cp - bp); in fqdn_print() 229 if (offset >= max_offset) { in fqdn_print() 233 max_offset = offset; in fqdn_print()
|
| /dflybsd-src/contrib/gcc-8.0/libbacktrace/ |
| H A D | elf.c | 2674 off_t max_offset; in elf_add() local 3051 max_offset = 0; in elf_add() 3061 if (end > max_offset) in elf_add() 3062 max_offset = end; in elf_add() 3064 if (min_offset == 0 || max_offset == 0) in elf_add() 3072 max_offset - min_offset, in elf_add()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | class.c | 3424 tree max_offset, in walk_subobject_offsets() argument 3432 if (max_offset && INT_CST_LT (max_offset, offset)) in walk_subobject_offsets() 3496 max_offset, in walk_subobject_offsets() 3523 max_offset, in walk_subobject_offsets() 3541 offsets, max_offset, /*vbases_p=*/0)); in walk_subobject_offsets() 3566 max_offset, in walk_subobject_offsets() 3595 max_offset, in walk_subobject_offsets() 3604 if (max_offset && INT_CST_LT (max_offset, offset)) in walk_subobject_offsets() 3623 tree max_offset; in record_subobject_offsets() local 3639 max_offset = sizeof_biggest_empty_class; in record_subobject_offsets() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | class.c | 3786 tree max_offset, in walk_subobject_offsets() argument 3794 if (max_offset && tree_int_cst_lt (max_offset, offset)) in walk_subobject_offsets() 3844 max_offset, in walk_subobject_offsets() 3870 max_offset, in walk_subobject_offsets() 3888 offsets, max_offset, /*vbases_p=*/0)); in walk_subobject_offsets() 3911 max_offset, in walk_subobject_offsets() 3939 max_offset, in walk_subobject_offsets() 3948 if (max_offset && tree_int_cst_lt (max_offset, offset)) in walk_subobject_offsets() 3967 tree max_offset; in record_subobject_offsets() local 3983 max_offset = sizeof_biggest_empty_class; in record_subobject_offsets() [all …]
|
| H A D | constexpr.c | 3199 poly_uint64 max_offset in cxx_fold_indirect_ref() local 3202 if (known_lt (const_op01, max_offset)) in cxx_fold_indirect_ref()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | varasm.c | 7488 unsigned HOST_WIDE_INT min_offset, max_offset, range, bias, delta; in get_section_anchor() local 7505 max_offset = (unsigned HOST_WIDE_INT) targetm.max_anchor_offset; in get_section_anchor() 7507 range = max_offset - min_offset + 1; in get_section_anchor() 7515 delta = -(unsigned HOST_WIDE_INT) offset + max_offset; in get_section_anchor()
|
| H A D | fold-const.c | 14199 poly_uint64 max_offset in fold_indirect_ref_1() local 14202 if (known_lt (const_op01, max_offset)) in fold_indirect_ref_1()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | varasm.c | 7292 unsigned HOST_WIDE_INT min_offset, max_offset, range, bias, delta; in get_section_anchor() local 7309 max_offset = (unsigned HOST_WIDE_INT) targetm.max_anchor_offset; in get_section_anchor() 7311 range = max_offset - min_offset + 1; in get_section_anchor() 7319 delta = -(unsigned HOST_WIDE_INT) offset + max_offset; in get_section_anchor()
|
| H A D | tree-ssa-loop-ivopts.c | 3226 HOST_WIDE_INT min_offset, max_offset; member 3293 data->max_offset = off; in get_address_cost() 3303 data->max_offset); in get_address_cost() 3487 && s_offset <= data->max_offset); in get_address_cost()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
| H A D | tm.texi | 10324 @defmac CASE_VECTOR_SHORTEN_MODE (@var{min_offset}, @var{max_offset}, @var{body})
|
| H A D | tm.texi.in | 10192 @defmac CASE_VECTOR_SHORTEN_MODE (@var{min_offset}, @var{max_offset}, @var{body})
|