| /src/external/gpl2/dtc/dist/tests/ |
| dtbs_equal_ordered.c | 70 int offset1, offset2; local 83 offset2 = nextoffset2; 84 tag2 = fdt_next_tag(fdt2, offset2, &nextoffset2); 89 tag1, tag2, offset1, offset2); 97 name2 = fdt_get_name(fdt2, offset2, NULL); 100 offset2, fdt_strerror(err)); 104 name1, name2, offset1, offset2); 111 prop2 = fdt_offset_ptr(fdt2, offset2, sizeof(*prop2)); 113 FAIL("Could get fdt2 property at %d", offset2); 119 "at (%d, %d)", name1, name2, offset1, offset2); [all...] |
| dtbs_equal_unordered.c | 94 const void *fdt2, int offset2) 114 data2 = fdt_getprop(fdt2, offset2, name, &len2); 140 const void *fdt2, int offset2); 143 const void *fdt2, int offset2, 155 coffset2 = fdt_subnode_offset(fdt2, offset2, name); 168 const void *fdt2, int offset2) 174 CHECK(fdt_get_path(fdt2, offset2, path2, sizeof(path2))); 181 compare_properties(fdt1, offset1, fdt2, offset2); 182 compare_properties(fdt2, offset2, fdt1, offset1); 184 compare_subnodes(fdt1, offset1, fdt2, offset2, 1) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_interceptors_memintrinsics.h | 91 const char *offset2, uptr length2) { 92 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); 97 const char *offset2 = (const char *)_offset2; \ 98 if (UNLIKELY(RangesOverlap(offset1, length1, offset2, length2))) { \ 106 offset2, length2, &stack); \
|
| asan_report.h | 80 const char *offset2, uptr length2,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_interceptors_memintrinsics.h | 133 const char *offset2, uptr length2) { 134 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); 139 const char *offset2 = (const char *)_offset2; \ 140 if (RangesOverlap(offset1, length1, offset2, length2)) { \ 148 offset2, length2, &stack); \
|
| asan_report.h | 78 const char *offset2, uptr length2,
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_interceptors_memintrinsics.h | 132 const char *offset2, uptr length2) { 133 return !((offset1 + length1 <= offset2) || (offset2 + length2 <= offset1)); 138 const char *offset2 = (const char *)_offset2; \ 139 if (RangesOverlap(offset1, length1, offset2, length2)) { \ 147 offset2, length2, &stack); \
|
| asan_report.h | 79 const char *offset2, uptr length2,
|
| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| import.c | 43 off_t offset2, uint32_t size2, 59 offset2, size2, checksum_fn, checksum))) 85 off_t offset2, uint32_t size2, 104 offset2, size2, checksum_fn, checksum))) {
|
| import-export.h | 77 off_t offset2, uint32_t size2, 84 off_t offset2, uint32_t size2,
|
| /src/crypto/external/cpl/trousers/dist/src/tcs/ |
| tcs_pbg.c | 39 UINT64 offset1, offset2; local 59 offset1 = offset2 = len - (2 * TSS_TPM_RSP_BLOB_AUTH_LEN); 63 offset1 = offset2 = len - TSS_TPM_RSP_BLOB_AUTH_LEN; 66 offset1 = offset2 = len - TSS_TPM_RSP_BLOB_AUTH_LEN; 69 offset2 = len; 77 *len1 = offset2 - offset1; 110 offset1 = offset2 = TSS_TPM_TXBLOB_HDR_LEN; 111 UnloadBlob_CURRENT_TICKS(&offset2, b, NULL); 112 *len1 = (UINT32)offset2 - offset1; 157 offset1 = offset2 = TSS_TPM_TXBLOB_HDR_LEN [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| argtypes.c | 209 * offset2 = offset of t2 from start of t1 214 static Type *argtypemerge(Type *t1, Type *t2, unsigned offset2) 216 //printf("argtypemerge(%s, %s, %d)\n", t1 ? t1->toChars() : "", t2 ? t2->toChars() : "", offset2); 218 { assert(!t2 || offset2 == 0); 233 if (t1->ty == Tfloat32 && t2->ty == Tfloat32 && offset2 == 4) 255 if (offset2 && sz1 < offset2 + sz2) 257 switch (offset2 + sz2)
|
| /src/sys/fs/nfs/common/ |
| nfs_fha.c | 300 off_t offset1, offset2; local 321 offset2 = thread->st_p3; 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);
|
| /src/external/mit/isl/dist/ |
| isl_stride.c | 151 isl_aff *offset2; local 166 offset2 = data->offset; 167 offset2 = isl_aff_scale_val(offset2, a); 169 offset = isl_aff_add(offset, offset2);
|
| /src/sys/arch/hpcmips/hpcmips/ |
| bus_space_through.c | 582 bus_size_t offset2, bus_size_t n) 584 bus_space_copy_region_1(t->bs_base, bsh1, offset1, bsh2, offset2, n); 590 bus_size_t offset2, bus_size_t n) 592 bus_space_copy_region_2(t->bs_base, bsh1, offset1, bsh2, offset2, n); 598 bus_size_t offset2, bus_size_t n) 600 bus_space_copy_region_4(t->bs_base, bsh1, offset1, bsh2, offset2, n); 606 bus_size_t offset2, bus_size_t n) 608 bus_space_copy_region_8(t->bs_base, bsh1, offset1, bsh2, offset2, n);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-modref-tree.cc | 361 poly_int64 offset2, poly_int64 size2, 373 if (known_le (offset1, offset2)) 375 else if (known_le (offset2, offset1)) 377 std::swap (offset1, offset2); 392 + (poly_offset_int)offset2 733 poly_int64 offset2, 737 if (known_le (offset1, offset2)) 739 else if (known_le (offset2, offset1)) 741 std::swap (offset1, offset2); 747 poly_int64 new_max_size = max_size2 + offset2 - offset1 [all...] |
| ipa-polymorphic-call.cc | 764 poly_int64 offset2, size, max_size; local 775 base = get_ref_base_and_extent (cst, &offset2, &size, &max_size, &reverse); 903 HOST_WIDE_INT offset2, size; local 907 &offset2, &size, &reverse); 912 offset + offset2, local 927 o += offset2; 944 offset + offset2, otr_type)) 951 set_by_decl (base, offset + offset2); 1314 unsigned HOST_WIDE_INT offset2; local 1316 if (!vtable_pointer_value_to_vtable (rhs, &vtable, &offset2)) 1652 HOST_WIDE_INT offset2, size; local [all...] |
| rtl-tests.cc | 274 rtx offset2 = gen_int_mode (poly_int64 (12, 20), Pmode); local 275 rtx sum2 = gen_rtx_CONST (Pmode, gen_rtx_PLUS (Pmode, symbol, offset2));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-modref-tree.cc | 361 poly_int64 offset2, poly_int64 size2, 373 if (known_le (offset1, offset2)) 375 else if (known_le (offset2, offset1)) 377 std::swap (offset1, offset2); 392 + (poly_offset_int)offset2 733 poly_int64 offset2, 737 if (known_le (offset1, offset2)) 739 else if (known_le (offset2, offset1)) 741 std::swap (offset1, offset2); 747 poly_int64 new_max_size = max_size2 + offset2 - offset1 [all...] |
| ipa-polymorphic-call.cc | 764 poly_int64 offset2, size, max_size; local 776 base = get_ref_base_and_extent (cst, &offset2, &size, &max_size, &reverse); 904 HOST_WIDE_INT offset2, size; local 908 &offset2, &size, &reverse); 913 offset + offset2, local 928 o += offset2; 945 offset + offset2, otr_type)) 952 set_by_decl (base, offset + offset2); 1315 unsigned HOST_WIDE_INT offset2; local 1317 if (!vtable_pointer_value_to_vtable (rhs, &vtable, &offset2)) 1653 HOST_WIDE_INT offset2, size; local [all...] |
| /src/external/gpl2/lvm2/dist/include/ |
| config.h | 68 off_t offset, size_t size, off_t offset2, size_t size2,
|
| device.h | 86 uint64_t offset2, size_t len2, void *buf);
|
| /src/external/gpl2/lvm2/dist/lib/config/ |
| config.h | 68 off_t offset, size_t size, off_t offset2, size_t size2,
|
| /src/external/gpl2/lvm2/dist/lib/device/ |
| device.h | 86 uint64_t offset2, size_t len2, void *buf);
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| thead.cc | 71 HOST_WIDE_INT offset1, offset2; local 110 split_plus (XEXP (mem2, 0), &base2, &offset2); local 115 gcc_assert (known_eq (offset1 + size1, offset2)); 153 rtx base1, base2, offset1, offset2; local 155 extract_base_offset_in_addr (*mem2, &base2, &offset2); 166 if (known_eq (UINTVAL (offset1) + size, UINTVAL (offset2))) 172 if (known_eq (UINTVAL (offset2) + size, UINTVAL (offset1))) 382 int regno2, HOST_WIDE_INT offset2) 389 rtx mem2 = plus_constant (mode, stack_pointer_rtx, offset2);
|