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