Home | History | Annotate | Download | only in Unwind

Lines Matching defs:high

704   // If the high bit is set, the exception handling table entry is inline inside
729 // If the high bit in the exception handling table entry is set, the entry is
901 uint32_t high = sectionHeader.indexCount();
902 uint32_t last = high - 1;
903 while (low < high) {
904 uint32_t mid = (low + high) / 2;
905 //if ( log ) fprintf(stderr, "\tmid=%d, low=%d, high=%d, *mid=0x%08X\n",
906 //mid, low, high, topIndex.functionOffset(mid));
916 high = mid;
952 high = pageHeader.entryCount();
953 while (low < high) {
954 uint32_t mid = (low + high) / 2;
970 high = mid;
1007 high = pageHeader.entryCount();
1008 while (low < high) {
1009 uint32_t mid = (low + high) / 2;
1019 high = mid;
1069 high = (uint32_t)(lsdaArrayEndAddr - lsdaArrayStartAddr) /
1076 while (low < high) {
1077 uint32_t mid = (low + high) / 2;
1084 high = mid;