Home | History | Annotate | Download | only in Support

Lines Matching defs:hiWord

915   unsigned hiWord = whichWord(n-1);
916 if (hiWord == 0) {
921 assert(hiWord > 0 && "huh?");
922 uint64_t hibits = Tmp.pVal[hiWord] << (52 - n % APINT_BITS_PER_WORD);
923 uint64_t lobits = Tmp.pVal[hiWord-1] >> (11 + n % APINT_BITS_PER_WORD);