Searched refs:offset1 (Results 1 - 25 of 85) sorted by relevance

1234

/netbsd-current/external/gpl2/dtc/dist/tests/
H A Ddtbs_equal_ordered.c70 int offset1, offset2; local
79 offset1 = nextoffset1;
80 tag1 = fdt_next_tag(fdt1, offset1, &nextoffset1);
89 tag1, tag2, offset1, offset2);
93 name1 = fdt_get_name(fdt1, offset1, &err);
96 offset1, fdt_strerror(err));
104 name1, name2, offset1, offset2);
108 prop1 = fdt_offset_ptr(fdt1, offset1, sizeof(*prop1));
110 FAIL("Could get fdt1 property at %d", offset1);
119 "at (%d, %d)", name1, name2, offset1, offset
[all...]
H A Ddtbs_equal_unordered.c93 static void compare_properties(const void *fdt1, int offset1, argument
96 int offset = offset1;
99 for (offset = fdt_first_property_offset(fdt1, offset1);
139 static void compare_node(const void *fdt1, int offset1,
142 static void compare_subnodes(const void *fdt1, int offset1, argument
148 for (depth = 0, coffset1 = offset1;
167 static void compare_node(const void *fdt1, int offset1, argument
173 CHECK(fdt_get_path(fdt1, offset1, path1, sizeof(path1)));
181 compare_properties(fdt1, offset1, fdt2, offset2);
182 compare_properties(fdt2, offset2, fdt1, offset1);
[all...]
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_pbg.c39 UINT64 offset1, offset2; local
59 offset1 = offset2 = len - (2 * TSS_TPM_RSP_BLOB_AUTH_LEN);
60 UnloadBlob_Auth(&offset1, b, auth1);
61 UnloadBlob_Auth(&offset1, b, auth2);
63 offset1 = offset2 = len - TSS_TPM_RSP_BLOB_AUTH_LEN;
64 UnloadBlob_Auth(&offset1, b, auth1);
66 offset1 = offset2 = len - TSS_TPM_RSP_BLOB_AUTH_LEN;
67 UnloadBlob_Auth(&offset1, b, auth2);
71 offset1 = TSS_TPM_TXBLOB_HDR_LEN;
73 UnloadBlob_UINT32(&offset1, val
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dipa-modref-tree.cc114 poly_int64 offset1, poly_int64 size1,
118 && known_eq (offset, offset1)
126 offset = offset1;
152 if (!known_eq (offset, offset1))
171 poly_int64 offset1 = 0; local
185 if (!combined_offsets (a, &new_parm_offset, &offset1, &aoffset1))
203 || !known_eq (offset1, aoffset1))
205 update (new_parm_offset, offset1, a.size, max_size,
213 if (known_le (offset1, aoffset1))
216 || known_ge (offset1
113 update(poly_int64 parm_offset1, poly_int64 offset1, poly_int64 size1, poly_int64 max_size1, bool record_adjustments) argument
339 poly_int64 new_parm_offset, offset1, aoffset1; local
358 update2(poly_int64 parm_offset1, poly_int64 offset1, poly_int64 size1, poly_int64 max_size1, poly_int64 offset2, poly_int64 size2, poly_int64 max_size2, bool record_adjustments) argument
730 update_for_kills(poly_int64 parm_offset1, poly_int64 offset1, poly_int64 max_size1, poly_int64 offset2, poly_int64 max_size2, bool record_adjustments) argument
777 poly_int64 offset1 = 0; local
[all...]
H A Drtl-tests.cc268 rtx offset1 = gen_int_mode (poly_int64 (9, 11), Pmode); local
269 rtx sum1 = gen_rtx_CONST (Pmode, gen_rtx_PLUS (Pmode, symbol, offset1));
H A Dtree-ssa-alias.cc1028 poly_int64 offset1, poly_int64 max_size1,
1041 offset1 -= offadj;
1042 if (!ranges_maybe_overlap_p (offset1, max_size1, offset2, max_size2))
1090 poly_int64 offset1, poly_int64 max_size1,
1149 offset1, max_size1,
1212 poly_int64 offset1, poly_int64 max_size1,
1318 offset1, max_size1,
1334 ref1, base1, offset1, max_size1,
1433 poly_uint64 offset1, offset2;
1436 if (poly_int_tree_p (DECL_FIELD_OFFSET (field1), &offset1)
1027 aliasing_matching_component_refs_p(tree match1, tree ref1, poly_int64 offset1, poly_int64 max_size1, tree match2, tree ref2, poly_int64 offset2, poly_int64 max_size2, bool partial_overlap) argument
1089 aliasing_component_refs_walk(tree ref1, tree type1, tree base1, poly_int64 offset1, poly_int64 max_size1, tree end_struct_ref1, tree ref2, tree base2, poly_int64 offset2, poly_int64 max_size2, bool *maybe_match) argument
1209 aliasing_component_refs_p(tree ref1, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, poly_int64 offset1, poly_int64 max_size1, tree ref2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, poly_int64 offset2, poly_int64 max_size2) argument
2002 decl_refs_may_alias_p(tree ref1, tree base1, poly_int64 offset1, poly_int64 max_size1, poly_int64 size1, tree ref2, tree base2, poly_int64 offset2, poly_int64 max_size2, poly_int64 size2) argument
2056 indirect_ref_may_alias_decl_p(tree ref1 ATTRIBUTE_UNUSED, tree base1, poly_int64 offset1, poly_int64 max_size1, poly_int64 size1, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, tree ref2 ATTRIBUTE_UNUSED, tree base2, poly_int64 offset2, poly_int64 max_size2, poly_int64 size2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, bool tbaa_p) argument
2220 indirect_refs_may_alias_p(tree ref1 ATTRIBUTE_UNUSED, tree base1, poly_int64 offset1, poly_int64 max_size1, poly_int64 size1, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, tree ref2 ATTRIBUTE_UNUSED, tree base2, poly_int64 offset2, poly_int64 max_size2, poly_int64 size2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, bool tbaa_p) argument
2356 poly_int64 offset1 = 0, offset2 = 0; local
3219 same_addr_size_stores_p(tree base1, poly_int64 offset1, poly_int64 size1, poly_int64 max_size1, tree base2, poly_int64 offset2, poly_int64 size2, poly_int64 max_size2) argument
[all...]
H A Dira-conflicts.cc260 int allocno_preferenced_hard_regno, index, offset1, offset2;
270 reg1 = go_through_subreg (reg1, &offset1);
278 allocno_preferenced_hard_regno = REGNO (reg1) + offset1 - offset2;
283 allocno_preferenced_hard_regno = REGNO (reg2) + offset2 - offset1;
292 && offset1 == offset2
258 int allocno_preferenced_hard_regno, index, offset1, offset2; local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors_memintrinsics.h132 static inline bool RangesOverlap(const char *offset1, uptr length1, argument
134 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
138 const char *offset1 = (const char *)_offset1; \
140 if (RangesOverlap(offset1, length1, offset2, length2)) { \
147 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
H A Dasan_report.h77 const char *offset1, uptr length1,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors_memintrinsics.h130 static inline bool RangesOverlap(const char *offset1, uptr length1, argument
132 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
136 const char *offset1 = (const char *)_offset1; \
138 if (RangesOverlap(offset1, length1, offset2, length2)) { \
145 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
H A Dasan_report.h75 const char *offset1, uptr length1,
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors_memintrinsics.h131 static inline bool RangesOverlap(const char *offset1, uptr length1, argument
133 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1));
137 const char *offset1 = (const char *)_offset1; \
139 if (RangesOverlap(offset1, length1, offset2, length2)) { \
146 ReportStringFunctionMemoryRangesOverlap(name, offset1, length1, \
H A Dasan_report.h78 const char *offset1, uptr length1,
/netbsd-current/sys/fs/nfs/common/
H A Dnfs_fha.c300 off_t offset1, offset2; local
320 offset1 = i->offset;
323 if (((offset1 >= offset2)
324 && ((offset1 - offset2) < (1 << softc->ctls.bin_shift)))
325 || ((offset2 > offset1)
326 && ((offset2 - offset1) < (1 << softc->ctls.bin_shift)))) {
345 req_count, offset1, offset2);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.c880 poly_int64 offset1, poly_int64 max_size1,
893 offset1 -= offadj;
894 if (!ranges_maybe_overlap_p (offset1, max_size1, offset2, max_size2))
942 poly_int64 offset1, poly_int64 max_size1,
1001 offset1, max_size1,
1064 poly_int64 offset1, poly_int64 max_size1,
1170 offset1, max_size1,
1186 ref1, base1, offset1, max_size1,
1285 poly_uint64 offset1, offset2;
1288 if (poly_int_tree_p (DECL_FIELD_OFFSET (field1), &offset1)
879 aliasing_matching_component_refs_p(tree match1, tree ref1, poly_int64 offset1, poly_int64 max_size1, tree match2, tree ref2, poly_int64 offset2, poly_int64 max_size2, bool partial_overlap) argument
941 aliasing_component_refs_walk(tree ref1, tree type1, tree base1, poly_int64 offset1, poly_int64 max_size1, tree end_struct_ref1, tree ref2, tree base2, poly_int64 offset2, poly_int64 max_size2, bool *maybe_match) argument
1061 aliasing_component_refs_p(tree ref1, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, poly_int64 offset1, poly_int64 max_size1, tree ref2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, poly_int64 offset2, poly_int64 max_size2) argument
1857 decl_refs_may_alias_p(tree ref1, tree base1, poly_int64 offset1, poly_int64 max_size1, poly_int64 size1, tree ref2, tree base2, poly_int64 offset2, poly_int64 max_size2, poly_int64 size2) argument
1897 indirect_ref_may_alias_decl_p(tree ref1 ATTRIBUTE_UNUSED, tree base1, poly_int64 offset1, poly_int64 max_size1, poly_int64 size1, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, tree ref2 ATTRIBUTE_UNUSED, tree base2, poly_int64 offset2, poly_int64 max_size2, poly_int64 size2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, bool tbaa_p) argument
2050 indirect_refs_may_alias_p(tree ref1 ATTRIBUTE_UNUSED, tree base1, poly_int64 offset1, poly_int64 max_size1, poly_int64 size1, alias_set_type ref1_alias_set, alias_set_type base1_alias_set, tree ref2 ATTRIBUTE_UNUSED, tree base2, poly_int64 offset2, poly_int64 max_size2, poly_int64 size2, alias_set_type ref2_alias_set, alias_set_type base2_alias_set, bool tbaa_p) argument
2186 poly_int64 offset1 = 0, offset2 = 0; local
3144 same_addr_size_stores_p(tree base1, poly_int64 offset1, poly_int64 size1, poly_int64 max_size1, tree base2, poly_int64 offset2, poly_int64 size2, poly_int64 max_size2) argument
[all...]
H A Drtl-tests.c268 rtx offset1 = gen_int_mode (poly_int64 (9, 11), Pmode); local
269 rtx sum1 = gen_rtx_CONST (Pmode, gen_rtx_PLUS (Pmode, symbol, offset1));
H A Dira-conflicts.c250 int allocno_preferenced_hard_regno, cost, index, offset1, offset2;
259 reg1 = go_through_subreg (reg1, &offset1);
267 allocno_preferenced_hard_regno = REGNO (reg1) + offset1 - offset2;
272 allocno_preferenced_hard_regno = REGNO (reg2) + offset2 - offset1;
281 && offset1 == offset2
248 int allocno_preferenced_hard_regno, cost, index, offset1, offset2; local
/netbsd-current/sys/arch/hpcmips/hpcmips/
H A Dbus_space_through.c581 bus_size_t offset1, bus_space_handle_t bsh2,
584 bus_space_copy_region_1(t->bs_base, bsh1, offset1, bsh2, offset2, n);
589 bus_size_t offset1, bus_space_handle_t bsh2,
592 bus_space_copy_region_2(t->bs_base, bsh1, offset1, bsh2, offset2, n);
597 bus_size_t offset1, bus_space_handle_t bsh2,
600 bus_space_copy_region_4(t->bs_base, bsh1, offset1, bsh2, offset2, n);
605 bus_size_t offset1, bus_space_handle_t bsh2,
608 bus_space_copy_region_8(t->bs_base, bsh1, offset1, bsh2, offset2, n);
580 bs_through_bs_c_1(bus_space_tag_t t, bus_space_handle_t bsh1, bus_size_t offset1, bus_space_handle_t bsh2, bus_size_t offset2, bus_size_t n) argument
588 bs_through_bs_c_2(bus_space_tag_t t, bus_space_handle_t bsh1, bus_size_t offset1, bus_space_handle_t bsh2, bus_size_t offset2, bus_size_t n) argument
596 bs_through_bs_c_4(bus_space_tag_t t, bus_space_handle_t bsh1, bus_size_t offset1, bus_space_handle_t bsh2, bus_size_t offset2, bus_size_t n) argument
604 bs_through_bs_c_8(bus_space_tag_t t, bus_space_handle_t bsh1, bus_size_t offset1, bus_space_handle_t bsh2, bus_size_t offset2, bus_size_t n) argument
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Ddri3.h252 uint32_t offset1; member in struct:xcb_dri3_pixmap_from_buffers_request_t
715 uint32_t offset1,
743 uint32_t offset1,
H A Ddri3.c621 uint32_t offset1,
654 xcb_out.offset1 = offset1;
685 uint32_t offset1,
718 xcb_out.offset1 = offset1;
612 xcb_dri3_pixmap_from_buffers_checked(xcb_connection_t *c, xcb_pixmap_t pixmap, xcb_window_t window, uint8_t num_buffers, uint16_t width, uint16_t height, uint32_t stride0, uint32_t offset0, uint32_t stride1, uint32_t offset1, uint32_t stride2, uint32_t offset2, uint32_t stride3, uint32_t offset3, uint8_t depth, uint8_t bpp, uint64_t modifier, const int32_t *buffers) argument
676 xcb_dri3_pixmap_from_buffers(xcb_connection_t *c, xcb_pixmap_t pixmap, xcb_window_t window, uint8_t num_buffers, uint16_t width, uint16_t height, uint32_t stride0, uint32_t offset0, uint32_t stride1, uint32_t offset1, uint32_t stride2, uint32_t offset2, uint32_t stride3, uint32_t offset3, uint8_t depth, uint8_t bpp, uint64_t modifier, const int32_t *buffers) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Df-valprint.c337 LONGEST offset1, LONGEST offset2)
358 offset1 + index_offset,
365 return value_contents_eq (val, offset1, val, offset2,
336 dimension_contents_eq(const struct value *val, struct type *type, LONGEST offset1, LONGEST offset2) argument
H A Dvalue.c96 /* Returns true if the ranges defined by [offset1, offset1+len1) and
100 ranges_overlap (LONGEST offset1, LONGEST len1, argument
105 l = std::max (offset1, offset2);
106 h = std::min (offset1 + len1, offset2 + len2);
788 LONGEST offset1, LONGEST offset2,
792 offset1, length);
816 l1 = std::max (offset1, r1->offset);
817 h1 = std::min (offset1 + length, r1->offset + r1->length);
824 l1 -= offset1;
786 find_first_range_overlap_and_match(struct ranges_and_idx *rp1, struct ranges_and_idx *rp2, LONGEST offset1, LONGEST offset2, LONGEST length, ULONGEST *l, ULONGEST *h) argument
848 value_contents_bits_eq(const struct value *val1, int offset1, const struct value *val2, int offset2, int length) argument
910 value_contents_eq(const struct value *val1, LONGEST offset1, const struct value *val2, LONGEST offset2, LONGEST length) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dvalue.c90 /* Returns true if the ranges defined by [offset1, offset1+len1) and
94 ranges_overlap (LONGEST offset1, LONGEST len1, argument
99 l = std::max (offset1, offset2);
100 h = std::min (offset1 + len1, offset2 + len2);
775 LONGEST offset1, LONGEST offset2,
779 offset1, length);
803 l1 = std::max (offset1, r1->offset);
804 h1 = std::min (offset1 + length, r1->offset + r1->length);
811 l1 -= offset1;
773 find_first_range_overlap_and_match(struct ranges_and_idx *rp1, struct ranges_and_idx *rp2, LONGEST offset1, LONGEST offset2, LONGEST length, ULONGEST *l, ULONGEST *h) argument
835 value_contents_bits_eq(const struct value *val1, int offset1, const struct value *val2, int offset2, int length) argument
897 value_contents_eq(const struct value *val1, LONGEST offset1, const struct value *val2, LONGEST offset2, LONGEST length) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c909 HOST_WIDE_INT offset1, offset2; local
912 offset1 = calculate_offset (eq1->expr);
916 v->offset + offset1 - offset2);
930 HOST_WIDE_INT offset1, offset2; local
932 offset1 = calculate_offset (eq1->expr);
935 if (s1->offset + offset1 != s2->offset + offset2)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc938 HOST_WIDE_INT offset1, offset2; local
941 offset1 = calculate_offset (eq1->expr);
945 v->offset + offset1 - offset2);
959 HOST_WIDE_INT offset1, offset2; local
961 offset1 = calculate_offset (eq1->expr);
964 if (s1->offset + offset1 != s2->offset + offset2)

Completed in 400 milliseconds

1234