/openbsd/gnu/usr.bin/perl/dist/Storable/t/ |
H A D | file_magic.t | 35 byteorder => 1234, 49 byteorder => 1234, 75 byteorder => 1234, 101 byteorder => 1234, 129 byteorder => 1234, 146 byteorder => 4321, 175 byteorder => 4321, 204 byteorder => 4321, 233 byteorder => 4321, 279 byteorder => 1234, [all …]
|
H A D | malice.t | 29 our $byteorder = $Config{byteorder}; 32 our $other_magic = 7 + length $byteorder; 48 plan tests => 372 + length ($byteorder) * 4 + $fancy * 8; 78 is ($header->{byteorder}, $byteorder, "byte order"); 189 substr ($copy, $file_magic + 3, length $header->{byteorder}) 190 = reverse $header->{byteorder}; 194 $where = $file_magic + 3 + length $header->{byteorder};
|
H A D | interwork56.t | 55 is ($header->{byteorder}, $Config{byteorder}, 63 my $kingdom = $Config{byteorder} =~ /23/ ? "Lillput" : "Belfuscu"; 123 cmp_ok (length ($header_kludge->{byteorder}), '==', $Config{longsize},
|
H A D | make_56_interwork.pl | 9 my $kingdom = $Config{byteorder} =~ /23/ ? "Lillput" : "Belfuscu"; 21 if ($Config{byteorder} eq $storebyteorder) {
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | floatformat.c | 157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 315 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 332 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 392 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 504 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 507 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double() 516 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 523 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 529 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | doublest.c | 140 if (fmt->byteorder == floatformat_littlebyte_bigword) in convert_floatformat_to_doublest() 171 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest() 210 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest() 359 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in convert_doublest_to_floatformat() 362 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in convert_doublest_to_floatformat() 432 put_field (uto, fmt->byteorder, fmt->totalsize, in convert_doublest_to_floatformat() 437 if (fmt->byteorder == floatformat_littlebyte_bigword) in convert_doublest_to_floatformat() 480 exponent = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_is_nan() 493 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_is_nan() 533 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_mantissa() [all …]
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | pack.t | 20 if ($Config{byteorder} =~ /^1234(?:5678)?$/) { 24 elsif ($Config{byteorder} =~ /^(?:8765)?4321$/) { 658 sub byteorder 691 byteorder('s', -32768, -1, 0, 1, 32767); 692 byteorder('S', 0, 1, 32767, 32768, 65535); 699 byteorder('s!', -32768, -1, 0, 1, 32767); 700 byteorder('S!', 0, 1, 32767, 32768, 65535); 707 byteorder('f', -1, 0, 0.5, 42, 2**34); 708 byteorder('F', -1, 0, 0.5, 42, 2**34); 709 byteorder('d', -(2**34), -1, 0, 1, 2**34); [all …]
|
/openbsd/sys/dev/wsfont/ |
H A D | wsfont.c | 543 int byteorder) in wsfont_lock() argument 565 if (byteorder && byteorder != ent->font->byteorder) { in wsfont_lock() 572 ent->font->byteorder = byteorder; in wsfont_lock()
|
H A D | spleen5x8.h | 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen6x12.h | 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen8x16.h | 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | gallant12x22.h | 51 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen12x24.h | 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen16x32.h | 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
H A D | spleen8x16-ibm.h | 41 .byteorder = WSDISPLAY_FONTORDER_L2R,
|
/openbsd/usr.sbin/wsfontload/ |
H A D | wsfontload.c | 122 f.byteorder = WSDISPLAY_FONTORDER_R2L; in main() 204 if (f.byteorder == 0) in main() 205 f.byteorder = DEFBYTEORDER; in main()
|
/openbsd/gnu/usr.bin/perl/lib/ |
H A D | Config.t | 91 like($Config{byteorder}, qr/^(1234|4321|12345678|87654321)$/, 95 is(length $Config{byteorder}, $Config{ivsize}, 116 like(Config::config_sh(), qr/byteorder='[1-8]+'/, 257 my @virtual = qw(byteorder ccflags_nolargefiles ldflags_nolargefiles
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | mach-o.c | 604 header->byteorder = BFD_ENDIAN_BIG; in bfd_mach_o_read_header() 610 header->byteorder = BFD_ENDIAN_LITTLE; in bfd_mach_o_read_header() 616 header->byteorder = BFD_ENDIAN_UNKNOWN; in bfd_mach_o_read_header() 1582 if (! (header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_object_p() 1583 || header.byteorder == BFD_ENDIAN_LITTLE)) in bfd_mach_o_object_p() 1586 (long) header.byteorder); in bfd_mach_o_object_p() 1590 if (! ((header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_object_p() 1593 || (header.byteorder == BFD_ENDIAN_LITTLE in bfd_mach_o_object_p() 1629 if (! (header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_core_p() 1633 (long) header.byteorder); in bfd_mach_o_core_p() [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | myconfig.SH | 62 byteorder=$byteorder
|
H A D | configpm | 360 our \$byteorder = join('', unpack('$format', pack('$f', \$i))); 597 if ($Common{byteorder}) { 868 $Common{byteorder} = 'byteorder => $byteorder'; 1329 byteorder: 184
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | mach-o.c | 534 header->byteorder = BFD_ENDIAN_BIG; 540 header->byteorder = BFD_ENDIAN_LITTLE; 546 header->byteorder = BFD_ENDIAN_UNKNOWN; 1759 if (! (header.byteorder == BFD_ENDIAN_BIG 1760 || header.byteorder == BFD_ENDIAN_LITTLE)) 1763 (long) header.byteorder); 1767 if (! ((header.byteorder == BFD_ENDIAN_BIG 1770 || (header.byteorder == BFD_ENDIAN_LITTLE 1807 if (! (header.byteorder == BFD_ENDIAN_BIG 1811 (long) header.byteorder); [all …]
|
H A D | libbfd.c | 814 if (ibfd->xvec->byteorder != obfd->xvec->byteorder in _bfd_generic_verify_endian_match() 815 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN in _bfd_generic_verify_endian_match() 816 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN) in _bfd_generic_verify_endian_match()
|
/openbsd/lib/libelf/ |
H A D | libelf_xlate.c | 57 encoding = LIBELF_PRIVATE(byteorder); in _libelf_xlate() 136 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
|
/openbsd/lib/libcurses/trace/ |
H A D | lib_trace.c | 397 } byteorder; in _nc_fmt_funcptr() local 399 byteorder.value = 0x1234; in _nc_fmt_funcptr() 405 unsigned ch = ((byteorder.bytes[0] == 0x34) in _nc_fmt_funcptr()
|
/openbsd/lib/libc/db/btree/ |
H A D | bt_open.c | 62 static int byteorder(void); 104 machine_lorder = byteorder(); in __bt_open() 405 byteorder(void) in byteorder() function
|