Searched refs:MAX_ALIGNMENT (Results 1 - 5 of 5) sorted by relevance

/external/skia/tests/
H A DMemsetTest.cpp19 #define MAX_ALIGNMENT 64 macro
20 #define MAX_COUNT ((MAX_ALIGNMENT) * 32)
22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
51 for (int alignment = 0; alignment < MAX_ALIGNMENT; ++alignment) {
68 for (int alignment = 0; alignment < MAX_ALIGNMENT; ++alignment) {
/external/skqp/tests/
H A DMemsetTest.cpp19 #define MAX_ALIGNMENT 64 macro
20 #define MAX_COUNT ((MAX_ALIGNMENT) * 32)
22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
51 for (int alignment = 0; alignment < MAX_ALIGNMENT; ++alignment) {
68 for (int alignment = 0; alignment < MAX_ALIGNMENT; ++alignment) {
/external/gptfdisk/
H A Dgpt.h20 #define MAX_ALIGNMENT 65536 macro
H A Dgpttext.cc816 prompt << "Enter the sector alignment value (1-" << MAX_ALIGNMENT << ", default = "
818 temp1 = GetNumber(1, MAX_ALIGNMENT, DEFAULT_ALIGNMENT, prompt.str());
H A Dgptcurses.cc407 } while ((alignment == 0) || (alignment > MAX_ALIGNMENT));

Completed in 646 milliseconds