Searched defs:alignments (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dstring_test.cpp163 int alignments[] = { 24, 32, 16, 48, 1, 2, 3, 0, 5, 11 }; local
165 int align1 = alignments[random() % (usable_alignments - 1)];
166 int align2 = alignments[random() % (usable_alignments - 1)];
371 // properly. The idea is to cover all possible alignments of the location
911 int alignments[] = {0, 5, 11, 29, 30}; local
922 char* ptr2 = glob_ptr2 + alignments[i];

Completed in 107 milliseconds