| /mirbsd/src/lib/libc/net/ |
| D | Makefile.inc | 44 MAN+= byteorder.3 ethers.3 gai_strerror.3 getaddrinfo.3 gethostbyname.3 \ 51 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ 52 byteorder.3 ntohs.3 byteorder.3 htobe16.3 byteorder.3 htobe32.3 \ 53 byteorder.3 htobe64.3 byteorder.3 betoh16.3 byteorder.3 betoh32.3 \ 54 byteorder.3 betoh64.3 byteorder.3 htole16.3 byteorder.3 htole32.3 \ 55 byteorder.3 htole64.3 byteorder.3 letoh16.3 byteorder.3 letoh32.3 \ 56 byteorder.3 letoh64.3 byteorder.3 swap16.3 byteorder.3 swap32.3 \ 57 byteorder.3 swap64.3
|
| /mirbsd/src/gnu/usr.bin/binutils/libiberty/ |
| D | floatformat.c | 122 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 124 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 280 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 297 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 314 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double() 350 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 370 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double() 449 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1); in floatformat_from_double() 462 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 465 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Storable/t/ |
| D | malice.t | 32 use vars qw($file_magic_str $other_magic $network_magic $byteorder 35 $byteorder = $Config{byteorder}; 38 $other_magic = 7 + length $byteorder; 54 plan tests => 368 + length ($byteorder) * 4 + $fancy * 8 + 1; 84 is ($header->{byteorder}, $byteorder, "byte order"); 193 substr ($copy, $file_magic + 3, length $header->{byteorder}) 194 = reverse $header->{byteorder}; 198 $where = $file_magic + 3 + length $header->{byteorder};
|
| D | interwork56.t | 59 is ($header->{byteorder}, $Config{byteorder}, 67 my $kingdom = $Config{byteorder} =~ /23/ ? "Lillput" : "Belfuscu"; 127 cmp_ok (length ($header_kludge->{byteorder}), '==', $Config{longsize},
|
| D | make_56_interwork.pl | 9 my $kingdom = $Config{byteorder} =~ /23/ ? "Lillput" : "Belfuscu"; 21 if ($Config{byteorder} eq $storebyteorder) {
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | pack.t | 30 } elsif ($Config{byteorder} =~ /^1234(?:5678)?$/) { 34 elsif ($Config{byteorder} =~ /^(?:8765)?4321$/) { 703 sub byteorder 733 byteorder('s', -32768, -1, 0, 1, 32767); 734 byteorder('S', 0, 1, 32767, 32768, 65535); 735 byteorder('i', -2147483648, -1, 0, 1, 2147483647); 736 byteorder('I', 0, 1, 2147483647, 2147483648, 4294967295); 737 byteorder('l', -2147483648, -1, 0, 1, 2147483647); 738 byteorder('L', 0, 1, 2147483647, 2147483648, 4294967295); 739 byteorder('j', -2147483648, -1, 0, 1, 2147483647); [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | doublest.c | 126 if (fmt->byteorder == floatformat_little in floatformat_normalize_byteorder() 127 || fmt->byteorder == floatformat_big) in floatformat_normalize_byteorder() 128 return fmt->byteorder; in floatformat_normalize_byteorder() 130 gdb_assert (fmt->byteorder == floatformat_littlebyte_bigword); in floatformat_normalize_byteorder() 173 if (order != fmt->byteorder) in convert_floatformat_to_doublest() 357 enum floatformat_byteorders order = fmt->byteorder; in convert_doublest_to_floatformat() 451 if (order != fmt->byteorder) in convert_doublest_to_floatformat() 488 if (order != fmt->byteorder) in floatformat_is_negative() 513 if (order != fmt->byteorder) in floatformat_is_nan() 572 if (order != fmt->byteorder) in floatformat_mantissa()
|
| /mirbsd/src/usr.sbin/wsconfig/ |
| D | wsconfig.c | 216 if ((unsigned)f.byteorder < 3) in main() 218 (f.byteorder == 0) ? "KNOWN (host)" : in main() 219 (f.byteorder == 1) ? "L2R" : "R2L"); in main() 222 "Byte Order:", f.byteorder); in main()
|
| /mirbsd/src/sys/dev/wsfont/ |
| D | wsfont.c | 558 wsfont_lock(cookie, ptr, bitorder, byteorder) in wsfont_lock() argument 561 int bitorder, byteorder; 583 if (byteorder && byteorder != ent->font->byteorder) { 590 ent->font->byteorder = byteorder;
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Config.t | 57 like($Config{byteorder}, qr/^(1234|4321|12345678|87654321)$/, 61 is(length $Config{byteorder}, $Config{ivsize}, 82 like(Config::config_sh(), qr/byteorder='[1-8]+'/, 223 my @virtual = qw(byteorder ccflags_nolargefiles ldflags_nolargefiles
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | mach-o.c | 603 header->byteorder = BFD_ENDIAN_BIG; in bfd_mach_o_read_header() 609 header->byteorder = BFD_ENDIAN_LITTLE; in bfd_mach_o_read_header() 615 header->byteorder = BFD_ENDIAN_UNKNOWN; in bfd_mach_o_read_header() 1560 mdata->header.byteorder = BFD_ENDIAN_UNKNOWN; in bfd_mach_o_mkobject() 1581 if (! (header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_object_p() 1582 || header.byteorder == BFD_ENDIAN_LITTLE)) in bfd_mach_o_object_p() 1585 (long) header.byteorder); in bfd_mach_o_object_p() 1589 if (! ((header.byteorder == BFD_ENDIAN_BIG in bfd_mach_o_object_p() 1590 && abfd->xvec->byteorder == BFD_ENDIAN_BIG in bfd_mach_o_object_p() 1592 || (header.byteorder == BFD_ENDIAN_LITTLE in bfd_mach_o_object_p() [all …]
|
| D | coff-mcore.c | 366 if ( input_bfd->xvec->byteorder != output_bfd->xvec->byteorder 367 && output_bfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)
|
| D | libbfd.c | 923 if (ibfd->xvec->byteorder != obfd->xvec->byteorder in _bfd_generic_verify_endian_match() 924 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN in _bfd_generic_verify_endian_match() 925 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN) in _bfd_generic_verify_endian_match()
|
| D | mach-o.h | 185 enum bfd_endian byteorder; member
|
| D | pe-mips.c | 593 BFD_ASSERT (input_bfd->xvec->byteorder in coff_pe_mips_relocate_section() 594 == output_bfd->xvec->byteorder); in coff_pe_mips_relocate_section()
|
| D | bfd-in.h | 504 #define bfd_big_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_BIG) 505 #define bfd_little_endian(abfd) ((abfd)->xvec->byteorder == BFD_ENDIAN_LITTLE)
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | configpm | 300 our \$byteorder = join('', unpack('$format', pack('$f', \$i))); 333 if ($Common{byteorder}) { 340 s/(byteorder=)(['"]).*?\2/$1$2$Config::byteorder$2/m; 530 $Common{byteorder} = 'byteorder => $byteorder';
|
| D | myconfig.SH | 45 …ntsize=$intsize, longsize=$longsize, ptrsize=$ptrsize, doublesize=$doublesize, byteorder=$byteorder
|
| /mirbsd/src/lib/libc/db/btree/ |
| D | bt_open.c | 63 static int byteorder(void); 105 machine_lorder = byteorder(); in __bt_open() 406 byteorder(void) in byteorder() function
|
| /mirbsd/src/usr.sbin/wsfontload/ |
| D | wsfontload.c | 109 f.byteorder = DEFBYTEORDER; in main() 145 f.byteorder = WSDISPLAY_FONTORDER_R2L; in main()
|
| /mirbsd/src/gnu/usr.bin/perl/hints/ |
| D | titanos.sh | 7 byteorder="4321"
|
| /mirbsd/src/usr.sbin/timed/timedc/ |
| D | Makefile | 6 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
|
| /mirbsd/src/usr.sbin/timed/timed/ |
| D | Makefile | 9 slave.c timed.c byteorder.c measure.c cksum.c
|
| D | timed-extern.h | 51 void byteorder(struct tsp *);
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | floatformat.h | 56 enum floatformat_byteorders byteorder; member
|