Searched refs:ALIGN_POWER_OF_TWO (Results 1 – 3 of 3) sorted by relevance
797 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()1113 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()1234 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()1341 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()
72 #define ALIGN_POWER_OF_TWO(value, n) \ macro
402 portDef.nBufferSize = ALIGN_POWER_OF_TWO(nBufferSize, 12); in TEST_P()