Home | History | Annotate | Download | only in memcheck

Lines Matching defs:aligned

365 /* An entry in the auxiliary primary map.  base must be a 64k-aligned
696 tl_assert(VG_IS_2_ALIGNED(a)); // Must be 2-aligned
714 tl_assert(VG_IS_2_ALIGNED(a)); // Must be 2-aligned
1217 /* Some code steps along byte strings in aligned word-sized chunks
1220 modern machines, since an aligned load cannot span two pages and
1227 - it's a word-sized, word-aligned load
1288 /* Handle common case quickly: a is suitably aligned, */
1310 /* Handle common case quickly: a is suitably aligned, */
1487 // 8-aligned, 8 byte steps
1514 // 64KB-aligned, 64KB steps.
1560 // 8-aligned, 8 byte steps
1683 Bool aligned, nooverlap;
1691 aligned = VG_IS_4_ALIGNED(src) && VG_IS_4_ALIGNED(dst);
1694 if (nooverlap && aligned) {
1696 /* Vectorised fast case, when no overlap and suitably aligned */
2374 && lineoff < OC_W32S_PER_LINE -1/*'cos 8-aligned*/);
2387 /*--- Aligned fast case permission setters, ---*/
2393 /* Nb: by "aligned" here we mean 4-byte aligned */
2477 /* Nb: by "aligned" here we mean 8-byte aligned */
2512 && lineoff < OC_W32S_PER_LINE -1/*'cos 8-aligned*/);
2550 && lineoff < OC_W32S_PER_LINE -1/*'cos 8-aligned*/);
3360 * 8-aligned and length is 128
3369 /* Now we know the address range is suitably sized and aligned. */
3425 /* Now we know the address range is suitably sized and aligned. */
4012 naturally '_sz/8'-aligned, or it exceeds the range covered by the
4051 precisely when a is not 1/2/4/8-bytes aligned. And obviously, for
4109 // Handle common case quickly: a is suitably aligned, is mapped, and
4163 /* Handle common case quickly: a is suitably aligned, */
4217 // Handle common case quickly: a is suitably aligned, is mapped, and the
4332 // Handle common case quickly: a is suitably aligned, is mapped, and is
4388 /* Handle common case quickly: a is suitably aligned, */
5838 tl_assert(lineoff == (lineoff & 6)); /*0,2,4,6*//*since 8-aligned*/
5967 tl_assert(lineoff == (lineoff & 6)); /*0,2,4,6*//*since 8-aligned*/
6358 // operating system. So if sbrk(0) already is page aligned, then
6362 // changed. So if (x = sbrk(0)) is not page aligned, then