Lines Matching refs:byteno
1018 /* Returns the offset in memory of the byteno-th most significant byte1021 UWord byteno ) {1022 return bigendian ? (wordszB-1-byteno) : byteno;