Searched refs:offsets (Results 1 - 25 of 68) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dconst7.C5 short offsets[1] = { variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr62026.C12 int offsets; member in class:G
17 if (offsets) return 0;
/haiku-buildtools/gcc/gcc/
H A Dtree-stdarg.h30 int *offsets; member in struct:stdarg_info
H A Dvtable-verify.h49 the same vtable pointer decl with different offsets. Therefore,
51 of offsets used with that vtable. */
56 vec<unsigned> offsets; /* The offsets array. */ member in struct:vtable_registration
H A Dvtable-verify.c211 for (i = 0; i < ((*slot)->offsets).length (); ++i)
212 if ((*slot)->offsets[i] == offset)
244 (node->offsets).create (10);
245 (node->offsets).safe_push (offset);
255 for (i = 0; i < ((*slot)->offsets).length () && !found; ++i)
256 if ((*slot)->offsets[i] == offset)
261 ((*slot)->offsets).safe_push (offset);
H A Dtree-stdarg.c149 if (si->offsets == NULL)
153 si->offsets = XNEWVEC (int, num_ssa_names);
155 si->offsets[i] = -1;
166 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
174 ret -= counter_val - si->offsets[SSA_NAME_VERSION (lhs)];
240 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
244 si->offsets[SSA_NAME_VERSION (lhs)] = max_size;
246 si->offsets[SSA_NAME_VERSION (lhs)] = val;
614 && si->offsets[SSA_NAME_VERSION (use)] != -1)
619 gpr_size = si->offsets[SSA_NAME_VERSIO
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drd-v10_32o-2.d4 # Check that branch offsets are computed as for v32. The
H A Drd-dtpoffd1.s2 ; module-local) and local symbols with offsets.
H A Drd-v32-l4.d4 # Test that lapc shrinks to lapcq and that offsets are emitted correctly.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Drd-v10_32o-2.d4 # Check that branch offsets are computed as for v32. The
H A Drd-v32-l4.d4 # Test that lapc shrinks to lapcq and that offsets are emitted correctly.
/haiku-buildtools/binutils/gas/testsuite/gas/z80/
H A Doffset.s1 ;;; various instructions involving offsets
H A Doffset.d2 #name: instructions with offsets
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/z80/
H A Doffset.s1 ;;; various instructions involving offsets
H A Doffset.d2 #name: instructions with offsets
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dgot-page-5.s4 # The mergeable entries collapse to one, but the offsets
9 # offsets in mergeable sections are handled correctly.
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dcache.s1 # Source file to test offsets used with the CACHE and PREF instruction.
H A D24k-triple-stores-8.s1 # Range check after alignment between adjacent offsets >= 24 ??
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue6036.go9 // offsets larger than 32-bit.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr40924.C88 const uintv &offsets = indexes * uintv (1); local
89 data = gather (offsets.data, array);
/haiku-buildtools/isl/
H A Disl_ast_build.c63 isl_multi_aff_free(build->offsets);
64 build->offsets = isl_multi_aff_zero(isl_space_copy(space));
70 !build->strides || !build->offsets || !build->options)
178 dup->offsets = isl_multi_aff_copy(build->offsets);
193 !dup->strides || !dup->offsets || !dup->options ||
219 build->offsets = isl_multi_aff_align_params(build->offsets,
225 if (!build->domain || !build->values || !build->offsets ||
261 isl_multi_aff_free(build->offsets);
[all...]
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dtestranges-ia64.s2 # offsets strictly as increasing.
H A Dtestranges.s2 # offsets strictly as increasing.
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc24 // it's just a sorted sequence of 4-byte offsets in the module.
364 InternalMmapVector<u32> offsets(size);
380 offsets.clear();
386 offsets.push_back(static_cast<u32>(diff));
391 CovWritePacked(internal_getpid(), module_name, offsets.data(),
392 offsets.size() * sizeof(u32));
402 internal_write(fd, offsets.data(), offsets.size() * sizeof(u32));
/haiku-buildtools/binutils/ld/testsuite/ld-cris/
H A Dlibdso-1c.d10 # offsets into the GOT, with a tell-tale sign being one or more

Completed in 265 milliseconds

123