Searched refs:C2FUZZER_ALIGN (Results 1 – 2 of 2) sorted by relevance
37 #define C2FUZZER_ALIGN(_sz, _align) (((_sz) + ((_align)-1)) & ~((_align)-1)) macro
272 int32_t alignedSize = C2FUZZER_ALIGN(frameSize, PAGE_SIZE); in decodeFrames()