| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | input.out_ascii | 11 U+001f 0x1f <US>? highest ASCII control character 12 U+007f 0x7f <DEL>? highest ASCII 14 0xbf ? leading highest continuation 18 U+007f 0xc1bf ?? highest obfuscated ASCII 20 U+07FF 0xdfbf <?><?> highest two-byte 26 U+007f 0xe081bf ??? highest obfuscated ASCII 28 U+07FF 0xe09fbf ??? highest obfuscated two-byte 34 U+D7FB 0xed9fbb <?><?> highest valid public three-byte 35 U+D7FF 0xed9fbf <?><?> highest public three-byte 37 U+DFFF 0xedbfbf ??? highest surrogate [all …]
|
| H A D | input.out_utf8 | 11 U+001f 0x1f �? highest ASCII control character 12 U+007f 0x7f �? highest ASCII 14 0xbf ? leading highest continuation 18 U+007f 0xc1bf ?? highest obfuscated ASCII 20 U+07FF 0xdfbf ߿߿ highest two-byte 26 U+007f 0xe081bf ??? highest obfuscated ASCII 28 U+07FF 0xe09fbf ??? highest obfuscated two-byte 34 U+D7FB 0xed9fbb ퟻퟻ highest valid public three-byte 35 U+D7FF 0xed9fbf highest public three-byte 37 U+DFFF 0xedbfbf ??? highest surrogate [all …]
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | line-map.c | 183 source_location highest = set->highest_location; in linemap_line_start() local 200 if (max_column_hint > 100000 || highest > 0xC0000000) in linemap_line_start() 205 if (highest >0xF0000000) in linemap_line_start() 220 || SOURCE_COLUMN (map, highest) >= (1U << column_bits)) in linemap_line_start() 227 r = highest - SOURCE_COLUMN (map, highest) in linemap_line_start()
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | utf8.t | 587 my @highest = 593 my $high = $highest[$length]; 594 while ($high > $highest[$length - 1]) { 596 $low = $highest[$length - 1] + 1 if $low <= $highest[$length - 1];
|
| /openbsd-src/regress/lib/libssl/interop/ |
| H A D | README | 8 that the highest available TLS version is selected. LibreSSL TLS
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Path/t/ |
| H A D | Path_root.t | 97 # find the highest uid ('nobody' or similar) 111 # find the highest gid ('nogroup' or similar)
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | srconv.c | 1219 unsigned int *highest = (unsigned *) nints (p->nsections); in wr_du() local 1234 highest[i] = 0; in wr_du() 1253 if (high > highest[sn]) in wr_du() 1254 highest[sn] = high; in wr_du() 1260 if (highest[i] == 0) in wr_du() 1261 lowest[i] = highest[i] = incit; in wr_du() 1264 du.length[used] = highest[i] - lowest[i]; in wr_du() 1272 highest[i]); in wr_du()
|
| /openbsd-src/usr.sbin/unbound/ |
| H A D | SECURITY.md | 9 highest minor and patch version level. We do not backport security fixes to
|
| /openbsd-src/usr.sbin/nsd/ |
| H A D | SECURITY.md | 9 highest minor and patch version level. We do not backport security fixes to
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 120 // Let b_hw be an infinitely precise number obtained from the highest (HW-1) 152 // HW is at least 32. Shifting into the highest bits if needed. 186 // expected to be strictly positive because b_UQ1_hw has its highest bit set 191 // obtaining an UQ1.(HW-1) number and proving its highest bit could be 280 - REP_C(2); // 1 to account for the highest bit of corr_UQ1 can be 1
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | portability.texi | 30 significant byte has the highest or lowest address of the bytes in a word)
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | portability.texi | 30 significant byte has the highest or lowest address of the bytes in a word)
|
| /openbsd-src/gnu/llvm/llvm/tools/xcode-toolchain/ |
| H A D | CMakeLists.txt | 60 …led to detect the version of an installed copy of Xcode, falling back to highest supported version…
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/ |
| H A D | Shell.pm | 770 my $highest; 772 $highest = List::Util::reduce { 776 $highest = $stems{$_}[0]; 778 $CPAN::Frontend->myprint("$highest\n");
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfoMMA.td | 51 // the highest possible priority in this range to force the register allocator
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regcomp_debug.c | 954 U8 highest = (op == ANYOFHr) in S_put_range() 964 if (lowest != highest) { in S_put_range() 965 Perl_sv_catpvf(aTHX_ sv, "-%02X", highest); in S_put_range() 808 U8 highest = (op == ANYOFHr) Perl_regprop() local
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ |
| H A D | ParseXS.pod | 85 last typemap having the highest precedence.
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | freebsd | 119 # byte 7: highest byte of the kernel stack pointer, always 0xfe
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | RCSFILES | 261 the highest pair). 268 branch is the highest branch on the trunk.
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | utf8 | 300 const U8 highest[] = /* 2*63-1 */ 302 const U8 *cur_h = highest; 309 /* If this byte is larger than the corresponding highest UTF-8
|
| /openbsd-src/gnu/llvm/lld/docs/ELF/ |
| H A D | warn_backrefs.rst | 62 highest level. When you are developing ``C_test`` testing ``C``, your link may
|
| /openbsd-src/gnu/llvm/lld/ELF/Arch/ |
| H A D | PPC64.cpp | 410 static uint16_t highest(uint64_t v) { return v >> 48; } in highest() function 1289 write16(loc, highest(val)); in relocate()
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/swsmu/smu12/ |
| H A D | renoir_ppt.c | 693 static int renoir_force_dpm_limit_value(struct smu_context *smu, bool highest) in renoir_force_dpm_limit_value() argument 711 force_freq = highest ? max_freq : min_freq; in renoir_force_dpm_limit_value()
|
| /openbsd-src/gnu/llvm/lldb/docs/design/ |
| H A D | overview.rst | 94 layers to the implementation: DataVisualization at the highest end of the
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | GenericOpcode.rst | 206 The input operands are always ordered from lowest bits to highest: 219 The output operands are always ordered from lowest bits to highest:
|