Searched refs:ALIGN_POWER_OF_TWO (Results 1 – 3 of 3) sorted by relevance
798 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()1114 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()1235 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()1342 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_P()
65 #define ALIGN_POWER_OF_TWO(value, n) \ macro
402 portDef.nBufferSize = ALIGN_POWER_OF_TWO(nBufferSize, 12); in TEST_P()