Searched refs:ALIGN_POWER_OF_TWO (Results 1 – 3 of 3) sorted by relevance
788 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_F()1104 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_F()1225 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_F()1332 maxBytesCount = ALIGN_POWER_OF_TWO(maxBytesCount, 10); in TEST_F()
60 #define ALIGN_POWER_OF_TWO(value, n) \ macro
391 portDef.nBufferSize = ALIGN_POWER_OF_TWO(nBufferSize, 12); in TEST_F()