Searched refs:wordszB (Results 1 – 1 of 1) sorted by relevance
1030 static INLINE UWord byte_offset_w ( UWord wordszB, Bool bigendian, in byte_offset_w() argument1032 return bigendian ? (wordszB-1-byteno) : byteno; in byte_offset_w()