Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/gcclibs/libiberty/
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()
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 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()
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 Ddoublest.c133 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 Dcap_mkdb.c85 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 Dlocaledef.c59 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 DMakefile.inc40 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 DMakefile59 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 Dsmbios.c155 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 Dthread_db.c280 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 Dservices_mkdb.c92 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 Dlibelf_xlate.c56 encoding = LIBELF_PRIVATE(byteorder); in _libelf_xlate()
136 byteswap = encoding != LIBELF_PRIVATE(byteorder); in _libelf_xlate()
H A Dlibelf_ehdr.c66 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 Dbt_open.c72 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 DMakefile8 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
/freebsd-12.1/usr.sbin/timed/timed/
H A DMakefile9 slave.c timed.c byteorder.c measure.c cksum.c
H A Dextern.h55 void byteorder(struct tsp *);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp362 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 Dlibbfd.c941 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 Doutput.c738 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 Dh_common.sh89 if [ `sysctl -n hw.byteorder` = 4321 ]; then
/freebsd-12.1/contrib/gdb/include/
H A Dfloatformat.h56 enum floatformat_byteorders byteorder; member
/freebsd-12.1/contrib/binutils/include/
H A Dfloatformat.h58 enum floatformat_byteorders byteorder; member
/freebsd-12.1/contrib/gcclibs/include/
H A Dfloatformat.h58 enum floatformat_byteorders byteorder; member
/freebsd-12.1/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh12 if [ $(sysctl -n hw.byteorder) = "1234" ]; then
/freebsd-12.1/contrib/ntp/util/
H A DMakefile.in96 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@

123