Home | History | Annotate | Download | only in memcheck

Lines Matching refs:byteno

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