Home | History | Annotate | Download | only in memcheck

Lines Matching refs:byteno

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