| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| 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() 313 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 330 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 390 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 493 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 496 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double() 505 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 512 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 518 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() [all …]
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| 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() 313 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 330 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 390 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 493 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 496 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in floatformat_from_double() 505 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 512 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() 518 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() [all …]
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | doublest.c | 133 if (fmt->byteorder == floatformat_littlebyte_bigword) in convert_floatformat_to_doublest() 164 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest() 203 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in convert_floatformat_to_doublest() 352 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in convert_doublest_to_floatformat() 355 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start, in convert_doublest_to_floatformat() 425 put_field (uto, fmt->byteorder, fmt->totalsize, in convert_doublest_to_floatformat() 430 if (fmt->byteorder == floatformat_littlebyte_bigword) in convert_doublest_to_floatformat() 473 exponent = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_is_nan() 486 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_is_nan() 526 mant = get_field (uval, fmt->byteorder, fmt->totalsize, in floatformat_mantissa() [all …]
|
| /freebsd-12.1/usr.bin/cap_mkdb/ |
| H A D | cap_mkdb.c | 85 int byteorder, c; in main() local 88 byteorder = 0; in main() 93 if (byteorder != 0) in main() 95 byteorder = c == 'b' ? 4321 : 1234; in main() 115 openinfo.lorder = byteorder; in main()
|
| /freebsd-12.1/usr.bin/localedef/ |
| H A D | localedef.c | 59 static int byteorder = 0; variable 231 if (byteorder == 4321) in htote() 233 else if (byteorder == 1234) in htote() 287 if (byteorder != 0) in main() 289 byteorder = c == 'b' ? 4321 : 1234; in main()
|
| /freebsd-12.1/lib/libc/net/ |
| H A D | Makefile.inc | 40 MAN+= byteorder.3 ethers.3 eui64.3 \ 54 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \ 55 byteorder.3 ntohs.3
|
| /freebsd-12.1/share/man/man9/ |
| H A D | Makefile | 59 byteorder.9 \ 741 byteorder.9 be16enc.9 \ 742 byteorder.9 be16toh.9 \ 743 byteorder.9 be32dec.9 \ 744 byteorder.9 be32enc.9 \ 745 byteorder.9 be32toh.9 \ 746 byteorder.9 be64dec.9 \ 747 byteorder.9 be64enc.9 \ 748 byteorder.9 be64toh.9 \ 749 byteorder.9 bswap16.9 \ [all …]
|
| /freebsd-12.1/stand/i386/libi386/ |
| H A D | smbios.c | 155 int byteorder, i, ones, zeros; in smbios_setuuid() local 186 byteorder = LITTLE_ENDIAN; in smbios_setuuid() 188 byteorder = BIG_ENDIAN; in smbios_setuuid() 190 byteorder = ver < 0x0206 ? BIG_ENDIAN : LITTLE_ENDIAN; in smbios_setuuid() 192 if (byteorder != LITTLE_ENDIAN) { in smbios_setuuid()
|
| /freebsd-12.1/lib/libthread_db/ |
| H A D | thread_db.c | 280 u_int size, u_int byteorder) in thr_pread() argument 292 switch (byteorder) { in thr_pread() 371 u_int size, u_int byteorder) in thr_pwrite() argument 379 switch (byteorder) { in thr_pwrite()
|
| /freebsd-12.1/usr.sbin/services_mkdb/ |
| H A D | services_mkdb.c | 92 int byteorder = 0; in main() local 105 if (byteorder != 0) in main() 107 byteorder = ch == 'b' ? 4321 : 1234; in main() 134 hinfo.lorder = byteorder; in main()
|
| /freebsd-12.1/contrib/elftoolchain/libelf/ |
| H A D | libelf_xlate.c | 56 encoding = LIBELF_PRIVATE(byteorder); in _libelf_xlate() 136 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
|
| H A D | libelf_ehdr.c | 66 e->e_byteorder != LIBELF_PRIVATE(byteorder)); in _libelf_load_extended() 172 e->e_byteorder != LIBELF_PRIVATE(byteorder)); in _libelf_ehdr()
|
| /freebsd-12.1/lib/libc/db/btree/ |
| H A D | bt_open.c | 72 static int byteorder(void); 113 machine_lorder = byteorder(); in __bt_open() 415 byteorder(void) in byteorder() function
|
| /freebsd-12.1/usr.sbin/timed/timedc/ |
| H A D | Makefile | 8 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
|
| /freebsd-12.1/usr.sbin/timed/timed/ |
| H A D | Makefile | 9 slave.c timed.c byteorder.c measure.c cksum.c
|
| H A D | extern.h | 55 void byteorder(struct tsp *);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| H A D | ThreadElfCore.cpp | 362 ByteOrder byteorder = data.GetByteOrder(); in Parse() local 399 data.ExtractBytes(offset, size, byteorder, pr_fname); in Parse() 403 data.ExtractBytes(offset, size, byteorder, pr_psargs); in Parse()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | libbfd.c | 941 if (ibfd->xvec->byteorder != obfd->xvec->byteorder in _bfd_generic_verify_endian_match() 942 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN in _bfd_generic_verify_endian_match() 943 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN) in _bfd_generic_verify_endian_match()
|
| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | output.c | 738 int byteorder; in write_ctf() local 753 byteorder = ELFDATA2MSB; in write_ctf() 755 byteorder = ELFDATA2LSB; in write_ctf() 761 if (ehdr.e_ident[EI_DATA] == byteorder) in write_ctf()
|
| /freebsd-12.1/contrib/netbsd-tests/ipf/ |
| H A D | h_common.sh | 89 if [ `sysctl -n hw.byteorder` = 4321 ]; then
|
| /freebsd-12.1/contrib/gdb/include/ |
| H A D | floatformat.h | 56 enum floatformat_byteorders byteorder; member
|
| /freebsd-12.1/contrib/binutils/include/ |
| H A D | floatformat.h | 58 enum floatformat_byteorders byteorder; member
|
| /freebsd-12.1/contrib/gcclibs/include/ |
| H A D | floatformat.h | 58 enum floatformat_byteorders byteorder; member
|
| /freebsd-12.1/contrib/netbsd-tests/sbin/resize_ffs/ |
| H A D | common.sh | 12 if [ $(sysctl -n hw.byteorder) = "1234" ]; then
|
| /freebsd-12.1/contrib/ntp/util/ |
| H A D | Makefile.in | 96 EXTRA_PROGRAMS = audio-pcm$(EXEEXT) byteorder$(EXEEXT) hist$(EXEEXT) \ 164 byteorder_SOURCES = byteorder.c 165 byteorder_OBJECTS = byteorder.$(OBJEXT) 271 SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \ 274 DIST_SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \ 856 byteorder$(EXEEXT): $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES) $(EXTRA_byteorder_DEPENDENCIES) 857 @rm -f byteorder$(EXEEXT) 923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byteorder.Po@am__quote@
|