Home
last modified time | relevance | path

Searched refs:highbit (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delf64-mmix.c1131 bfd_vma highbit; local
1135 highbit = 1 << 24;
1139 highbit = 0;
1145 | highbit
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf64-mmix.c1123 bfd_vma highbit; local
1127 highbit = 1 << 24;
1131 highbit = 0;
1137 | highbit
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlpodspec.pod617 being UTF-8 if the first highbit byte sequence in the file seems
651 the first highbit
657 UTF-8, and all highbit sequences in the file should be assumed to
666 In the unlikely circumstance that the first highbit
669 by prefacing that line with a comment line containing a highbit
671 of simply "#", an e-acute, and any non-highbit byte,
/openbsd/src/gnu/usr.bin/perl/
Dpp.c1213 unsigned int highbit = 8 * sizeof(UV); in PP() local
1216 highbit -= diff; in PP()
1217 if (baseuv >> highbit) { in PP()
1218 highbit += diff; in PP()
1222 if (power * highbit <= 8 * sizeof(UV)) { in PP()
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-arm.c2135 valueT highbit; in s_arm_rel31() local
2137 highbit = 0; in s_arm_rel31()
2139 highbit = 0x80000000; in s_arm_rel31()
2161 md_number_to_chars (p, highbit, 4); in s_arm_rel31()