Home
last modified time | relevance | path

Searched refs:byteorder (Results 1 – 25 of 140) sorted by relevance

123456

/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dfile_magic.t35 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 Dmalice.t29 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 Dinterwork56.t55 is ($header->{byteorder}, $Config{byteorder},
63 my $kingdom = $Config{byteorder} =~ /23/ ? "Lillput" : "Belfuscu";
123 cmp_ok (length ($header_kludge->{byteorder}), '==', $Config{longsize},
H A Dmake_56_interwork.pl9 my $kingdom = $Config{byteorder} =~ /23/ ? "Lillput" : "Belfuscu";
21 if ($Config{byteorder} eq $storebyteorder) {
/openbsd/gnu/lib/libiberty/src/
H A Dfloatformat.c157 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 Ddoublest.c140 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 Dpack.t20 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 Dwsfont.c543 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 Dspleen5x8.h41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen6x12.h41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen8x16.h41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dgallant12x22.h51 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen12x24.h41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen16x32.h41 .byteorder = WSDISPLAY_FONTORDER_L2R,
H A Dspleen8x16-ibm.h41 .byteorder = WSDISPLAY_FONTORDER_L2R,
/openbsd/usr.sbin/wsfontload/
H A Dwsfontload.c122 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 DConfig.t91 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 Dmach-o.c604 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 Dmyconfig.SH62 byteorder=$byteorder
H A Dconfigpm360 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 Dmach-o.c534 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 Dlibbfd.c814 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 Dlibelf_xlate.c57 encoding = LIBELF_PRIVATE(byteorder); in _libelf_xlate()
136 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
/openbsd/lib/libcurses/trace/
H A Dlib_trace.c397 } 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 Dbt_open.c62 static int byteorder(void);
104 machine_lorder = byteorder(); in __bt_open()
405 byteorder(void) in byteorder() function

123456