Searched refs:padlength (Results 1 – 2 of 2) sorted by relevance
972 static const int padlength[4] = { 0, 3, 2, 1 }; in test_padding_for_int32() local978 assert(padding_for_int32(i) == padlength[i & 3]); in test_padding_for_int32()
71727 Replace padlength tables with inline functions from misc.h