Home | History | Annotate | Download | only in tests

Lines Matching refs:alignment

76         for (int alignment = 0; alignment < MAX_ALIGNMENT; ++alignment) {
79 uint16_t* base = &buffer[PAD + alignment];
82 compare16(buffer, 0, PAD + alignment);
84 compare16(base + count, 0, TOTAL - count - PAD - alignment);
93 for (int alignment = 0; alignment < MAX_ALIGNMENT; ++alignment) {
96 uint32_t* base = &buffer[PAD + alignment];
99 compare32(buffer, 0, PAD + alignment);
101 compare32(base + count, 0, TOTAL - count - PAD - alignment);
109 * depending on the alignment of the dst, and/or the size of the count.