Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 25 of 97) sorted by relevance

1234

/netbsd-src/external/gpl2/dtc/dist/tests/
H A Ddtbs_equal_ordered.c70 int offset1, offset2; in compare_structure() local
83 offset2 = nextoffset2; in compare_structure()
84 tag2 = fdt_next_tag(fdt2, offset2, &nextoffset2); in compare_structure()
89 tag1, tag2, offset1, offset2); in compare_structure()
97 name2 = fdt_get_name(fdt2, offset2, NULL); in compare_structure()
100 offset2, fdt_strerror(err)); in compare_structure()
104 name1, name2, offset1, offset2); in compare_structure()
111 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); in compare_structure()
113 FAIL("Could get fdt2 property at %d", offset2); in compare_structure()
119 "at (%d, %d)", name1, name2, offset1, offset2); in compare_structure()
[all …]
H A Ddtbs_equal_unordered.c94 const void *fdt2, int offset2) in compare_properties() argument
114 data2 = fdt_getprop(fdt2, offset2, name, &len2); in compare_properties()
140 const void *fdt2, int offset2);
143 const void *fdt2, int offset2, in compare_subnodes() argument
155 coffset2 = fdt_subnode_offset(fdt2, offset2, name); in compare_subnodes()
168 const void *fdt2, int offset2) in compare_node() argument
174 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2))); in compare_node()
181 compare_properties(fdt1, offset1, fdt2, offset2); in compare_node()
182 compare_properties(fdt2, offset2, fdt1, offset1); in compare_node()
184 compare_subnodes(fdt1, offset1, fdt2, offset2, 1); in compare_node()
[all …]
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_pbg.c39 UINT64 offset1, offset2; in tpm_rsp_parse() local
59 offset1 = offset2 = len - (2 * TSS_TPM_RSP_BLOB_AUTH_LEN); in tpm_rsp_parse()
63 offset1 = offset2 = len - TSS_TPM_RSP_BLOB_AUTH_LEN; in tpm_rsp_parse()
66 offset1 = offset2 = len - TSS_TPM_RSP_BLOB_AUTH_LEN; in tpm_rsp_parse()
69 offset2 = len; in tpm_rsp_parse()
77 *len1 = offset2 - offset1; in tpm_rsp_parse()
110 offset1 = offset2 = TSS_TPM_TXBLOB_HDR_LEN; in tpm_rsp_parse()
111 UnloadBlob_CURRENT_TICKS(&offset2, b, NULL); in tpm_rsp_parse()
112 *len1 = (UINT32)offset2 - offset1; in tpm_rsp_parse()
157 offset1 = offset2 = TSS_TPM_TXBLOB_HDR_LEN; in tpm_rsp_parse()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors_memintrinsics.h132 const char *offset2, uptr length2) { in DECLARE_REAL()
133 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL()
138 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL()
139 if (RangesOverlap(offset1, length1, offset2, length2)) { \ in DECLARE_REAL()
147 offset2, length2, &stack); \ in DECLARE_REAL()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors_memintrinsics.h131 const char *offset2, uptr length2) { in DECLARE_REAL()
132 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL()
137 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL()
138 if (RangesOverlap(offset1, length1, offset2, length2)) { \ in DECLARE_REAL()
146 offset2, length2, &stack); \ in DECLARE_REAL()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors_memintrinsics.h133 const char *offset2, uptr length2) { in DECLARE_REAL()
134 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); in DECLARE_REAL()
139 const char *offset2 = (const char *)_offset2; \ in DECLARE_REAL()
140 if (RangesOverlap(offset1, length1, offset2, length2)) { \ in DECLARE_REAL()
148 offset2, length2, &stack); \ in DECLARE_REAL()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dbfdwin.c142 file_ptr file_offset, offset2; in bfd_get_file_window() local
163 offset2 = offset % pagesize; in bfd_get_file_window()
164 if (offset2 < 0) in bfd_get_file_window()
166 file_offset = offset - offset2; in bfd_get_file_window()
195 (long) real_size, i->data, (long) offset2); in bfd_get_file_window()
197 windowp->data = (bfd_byte *) i->data + offset2; in bfd_get_file_window()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dbfdwin.c196 file_ptr file_offset, offset2; in bfd_get_file_window() local
217 offset2 = offset % pagesize; in bfd_get_file_window()
218 if (offset2 < 0) in bfd_get_file_window()
220 file_offset = offset - offset2; in bfd_get_file_window()
249 (long) real_size, i->data, (long) offset2); in bfd_get_file_window()
251 windowp->data = (bfd_byte *) i->data + offset2; in bfd_get_file_window()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dimport.c43 off_t offset2, uint32_t size2, in text_vgname_import() argument
59 offset2, size2, checksum_fn, checksum))) in text_vgname_import()
85 off_t offset2, uint32_t size2, in text_vg_import_fd() argument
104 offset2, size2, checksum_fn, checksum))) { in text_vg_import_fd()
H A Dimport-export.h77 off_t offset2, uint32_t size2,
84 off_t offset2, uint32_t size2,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dargtypes.c214 static Type *argtypemerge(Type *t1, Type *t2, unsigned offset2) in toArgTypes()
218 { assert(!t2 || offset2 == 0); in toArgTypes()
233 if (t1->ty == Tfloat32 && t2->ty == Tfloat32 && offset2 == 4) in toArgTypes()
255 if (offset2 && sz1 < offset2 + sz2) in toArgTypes()
257 switch (offset2 + sz2) in toArgTypes()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_fha.c300 off_t offset1, offset2; in fha_hash_entry_choose_thread() local
321 offset2 = thread->st_p3; in fha_hash_entry_choose_thread()
323 if (((offset1 >= offset2) in fha_hash_entry_choose_thread()
324 && ((offset1 - offset2) < (1 << softc->ctls.bin_shift))) in fha_hash_entry_choose_thread()
325 || ((offset2 > offset1) in fha_hash_entry_choose_thread()
326 && ((offset2 - offset1) < (1 << softc->ctls.bin_shift)))) { in fha_hash_entry_choose_thread()
345 req_count, offset1, offset2); in fha_hash_entry_choose_thread()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c882 poly_int64 offset2, poly_int64 max_size2, in aliasing_matching_component_refs_p() argument
891 offset2 -= offadj; in aliasing_matching_component_refs_p()
894 if (!ranges_maybe_overlap_p (offset1, max_size1, offset2, max_size2)) in aliasing_matching_component_refs_p()
945 poly_int64 offset2, poly_int64 max_size2, in aliasing_component_refs_walk() argument
1003 offset2, max_size2, in aliasing_component_refs_walk()
1068 poly_int64 offset2, poly_int64 max_size2) in aliasing_component_refs_p() argument
1172 ref2, base2, offset2, max_size2, in aliasing_component_refs_p()
1184 offset2, max_size2, in aliasing_component_refs_p()
1285 poly_uint64 offset1, offset2; in nonoverlapping_component_refs_p_1() local
1289 && poly_int_tree_p (DECL_FIELD_OFFSET (field2), &offset2) in nonoverlapping_component_refs_p_1()
[all …]
H A Dipa-polymorphic-call.c761 poly_int64 offset2, size, max_size; in set_by_invariant() local
773 base = get_ref_base_and_extent (cst, &offset2, &size, &max_size, &reverse); in set_by_invariant()
901 HOST_WIDE_INT offset2, size; in ipa_polymorphic_call_context() local
905 &offset2, &size, &reverse); in ipa_polymorphic_call_context()
910 offset + offset2, in ipa_polymorphic_call_context()
925 o += offset2; in ipa_polymorphic_call_context()
942 offset + offset2, otr_type)) in ipa_polymorphic_call_context()
949 set_by_decl (base, offset + offset2); in ipa_polymorphic_call_context()
1311 unsigned HOST_WIDE_INT offset2; in extr_type_from_vtbl_ptr_store() local
1313 if (!vtable_pointer_value_to_vtable (rhs, &vtable, &offset2)) in extr_type_from_vtbl_ptr_store()
[all …]
H A Dira-conflicts.c248 int allocno_preferenced_hard_regno, cost, index, offset1, offset2; in process_regs_for_copy() local
258 reg2 = go_through_subreg (reg2, &offset2); in process_regs_for_copy()
265 allocno_preferenced_hard_regno = REGNO (reg1) + offset1 - offset2; in process_regs_for_copy()
270 allocno_preferenced_hard_regno = REGNO (reg2) + offset2 - offset1; in process_regs_for_copy()
279 && offset1 == offset2 in process_regs_for_copy()
H A Drtl-tests.c273 rtx offset2 = gen_int_mode (poly_int64 (12, 20), Pmode);
274 rtx sum2 = gen_rtx_CONST (Pmode, gen_rtx_PLUS (Pmode, symbol, offset2));
/netbsd-src/external/mit/isl/dist/
H A Disl_stride.c151 isl_aff *offset2; in set_stride() local
166 offset2 = data->offset; in set_stride()
167 offset2 = isl_aff_scale_val(offset2, a); in set_stride()
169 offset = isl_aff_add(offset, offset2); in set_stride()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.cc1030 poly_int64 offset2, poly_int64 max_size2, in aliasing_matching_component_refs_p() argument
1039 offset2 -= offadj; in aliasing_matching_component_refs_p()
1042 if (!ranges_maybe_overlap_p (offset1, max_size1, offset2, max_size2)) in aliasing_matching_component_refs_p()
1093 poly_int64 offset2, poly_int64 max_size2, in aliasing_component_refs_walk() argument
1151 offset2, max_size2, in aliasing_component_refs_walk()
1216 poly_int64 offset2, poly_int64 max_size2) in aliasing_component_refs_p() argument
1320 ref2, base2, offset2, max_size2, in aliasing_component_refs_p()
1332 offset2, max_size2, in aliasing_component_refs_p()
1433 poly_uint64 offset1, offset2; in nonoverlapping_component_refs_p_1() local
1437 && poly_int_tree_p (DECL_FIELD_OFFSET (field2), &offset2) in nonoverlapping_component_refs_p_1()
[all …]
H A Dipa-modref-tree.cc361 poly_int64 offset2, poly_int64 size2, in update2() argument
373 if (known_le (offset1, offset2)) in update2()
375 else if (known_le (offset2, offset1)) in update2()
377 std::swap (offset1, offset2); in update2()
392 + (poly_offset_int)offset2 in update2()
733 poly_int64 offset2, in update_for_kills() argument
737 if (known_le (offset1, offset2)) in update_for_kills()
739 else if (known_le (offset2, offset1)) in update_for_kills()
741 std::swap (offset1, offset2); in update_for_kills()
747 poly_int64 new_max_size = max_size2 + offset2 - offset1; in update_for_kills()
H A Dipa-polymorphic-call.cc764 poly_int64 offset2, size, max_size; in set_by_invariant() local
776 base = get_ref_base_and_extent (cst, &offset2, &size, &max_size, &reverse); in set_by_invariant()
904 HOST_WIDE_INT offset2, size; in ipa_polymorphic_call_context() local
908 &offset2, &size, &reverse); in ipa_polymorphic_call_context()
913 offset + offset2, in ipa_polymorphic_call_context()
928 o += offset2; in ipa_polymorphic_call_context()
945 offset + offset2, otr_type)) in ipa_polymorphic_call_context()
952 set_by_decl (base, offset + offset2); in ipa_polymorphic_call_context()
1315 unsigned HOST_WIDE_INT offset2; in extr_type_from_vtbl_ptr_store() local
1317 if (!vtable_pointer_value_to_vtable (rhs, &vtable, &offset2)) in extr_type_from_vtbl_ptr_store()
[all …]
H A Dira-conflicts.cc258 int allocno_preferenced_hard_regno, index, offset1, offset2; in process_regs_for_copy() local
269 reg2 = go_through_subreg (reg2, &offset2); in process_regs_for_copy()
276 allocno_preferenced_hard_regno = REGNO (reg1) + offset1 - offset2; in process_regs_for_copy()
281 allocno_preferenced_hard_regno = REGNO (reg2) + offset2 - offset1; in process_regs_for_copy()
290 && offset1 == offset2 in process_regs_for_copy()
H A Drtl-tests.cc273 rtx offset2 = gen_int_mode (poly_int64 (12, 20), Pmode); in run() local
274 rtx sum2 = gen_rtx_CONST (Pmode, gen_rtx_PLUS (Pmode, symbol, offset2)); in run()
/netbsd-src/sys/arch/hpcmips/hpcmips/
H A Dbus_space_through.c582 bus_size_t offset2, bus_size_t n) in bs_through_bs_c_1() argument
584 bus_space_copy_region_1(t->bs_base, bsh1, offset1, bsh2, offset2, n); in bs_through_bs_c_1()
590 bus_size_t offset2, bus_size_t n) in bs_through_bs_c_2() argument
592 bus_space_copy_region_2(t->bs_base, bsh1, offset1, bsh2, offset2, n); in bs_through_bs_c_2()
598 bus_size_t offset2, bus_size_t n) in bs_through_bs_c_4() argument
600 bus_space_copy_region_4(t->bs_base, bsh1, offset1, bsh2, offset2, n); in bs_through_bs_c_4()
606 bus_size_t offset2, bus_size_t n) in bs_through_bs_c_8() argument
608 bus_space_copy_region_8(t->bs_base, bsh1, offset1, bsh2, offset2, n); in bs_through_bs_c_8()
/netbsd-src/external/bsd/libevent/dist/
H A Devent_tagging.c593 int len, offset, offset2; in evtag_unmarshal_timeval() local
603 if ((offset2 = decode_int_internal(&integer, evbuf, offset)) == -1) in evtag_unmarshal_timeval()
606 if (offset + offset2 > len) /* XXX Should this be != instead of > ? */ in evtag_unmarshal_timeval()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Ddri3.h265 uint32_t offset2; member
778 uint32_t offset2,
806 uint32_t offset2,

1234