Searched refs:byteorder (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-11-stable/usr.sbin/timed/timedc/
H A DMakefile8 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
/freebsd-11-stable/usr.sbin/timed/timed/
H A DMakefile9 slave.c timed.c byteorder.c measure.c cksum.c
H A Dextern.h53 void byteorder(struct tsp *);
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Din.h40 #include <asm/byteorder.h>
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
259 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
314 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
331 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
355 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
391 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
411 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
424 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
482 put_field (uto, fmt->byteorder, fm
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfloatformat.c157 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
159 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize,
259 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
314 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
331 if (get_field (ufrom, fmt->byteorder, fmt->totalsize,
355 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
391 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
411 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
424 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
482 put_field (uto, fmt->byteorder, fm
[all...]
/freebsd-11-stable/usr.bin/cap_mkdb/
H A Dcap_mkdb.c83 int byteorder, c; local
86 byteorder = 0;
91 if (byteorder != 0)
93 byteorder = c == 'b' ? 4321 : 1234;
113 openinfo.lorder = byteorder;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddoublest.c48 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
133 if (fmt->byteorder == floatformat_littlebyte_bigword)
164 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize,
203 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize,
213 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1))
224 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
353 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start,
356 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->man_start,
364 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1);
371 put_field (uto, fmt->byteorder, fm
[all...]
/freebsd-11-stable/contrib/netbsd-tests/ipf/
H A Dh_common.sh89 if [ `sysctl -n hw.byteorder` = 4321 ]; then
/freebsd-11-stable/contrib/gcclibs/include/
H A Dfloatformat.h27 bytes are concatenated according to the byteorder flag, then each of those
58 enum floatformat_byteorders byteorder; member in struct:floatformat
/freebsd-11-stable/contrib/gdb/include/
H A Dfloatformat.h26 bytes are concatenated according to the byteorder flag, then each of those
56 enum floatformat_byteorders byteorder; member in struct:floatformat
/freebsd-11-stable/contrib/binutils/include/
H A Dfloatformat.h27 bytes are concatenated according to the byteorder flag, then each of those
58 enum floatformat_byteorders byteorder; member in struct:floatformat
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_endianness.h32 #include <sys/byteorder.h>
/freebsd-11-stable/lib/libc/net/
H A DMakefile.inc39 MAN+= byteorder.3 ethers.3 eui64.3 \
53 MLINKS+=byteorder.3 htonl.3 byteorder.3 htons.3 byteorder.3 ntohl.3 \
54 byteorder.3 ntohs.3
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Dlibelf_xlate.c56 encoding = LIBELF_PRIVATE(byteorder);
135 byteswap = encoding != LIBELF_PRIVATE(byteorder);
H A Dlibelf_ehdr.c71 e->e_byteorder != LIBELF_PRIVATE(byteorder));
176 e->e_byteorder != LIBELF_PRIVATE(byteorder));
H A Dlibelf_open.c158 e->e_byteorder = LIBELF_PRIVATE(byteorder);
/freebsd-11-stable/stand/i386/libi386/
H A Dsmbios.c155 int byteorder, i, ones, zeros; local
186 byteorder = LITTLE_ENDIAN;
188 byteorder = BIG_ENDIAN;
190 byteorder = ver < 0x0206 ? BIG_ENDIAN : LITTLE_ENDIAN;
192 if (byteorder != LITTLE_ENDIAN) {
/freebsd-11-stable/share/man/man9/
H A DMakefile57 byteorder.9 \
598 MLINKS+=byteorder.9 be16dec.9 \
599 byteorder.9 be16enc.9 \
600 byteorder.9 be16toh.9 \
601 byteorder.9 be32dec.9 \
602 byteorder.9 be32enc.9 \
603 byteorder.9 be32toh.9 \
604 byteorder.9 be64dec.9 \
605 byteorder.9 be64enc.9 \
606 byteorder
[all...]
/freebsd-11-stable/lib/libc/db/btree/
H A Dbt_open.c70 static int byteorder(void);
111 machine_lorder = byteorder();
413 byteorder(void) function
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil_impl.h36 #include <sys/byteorder.h>
/freebsd-11-stable/lib/libthread_db/
H A Dthread_db.c278 u_int size, u_int byteorder)
290 switch (byteorder) {
369 u_int size, u_int byteorder)
377 switch (byteorder) {
277 thr_pread(struct ps_prochandle *ph, psaddr_t addr, uint64_t *val, u_int size, u_int byteorder) argument
368 thr_pwrite(struct ps_prochandle *ph, psaddr_t addr, uint64_t val, u_int size, u_int byteorder) argument
/freebsd-11-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c93 int byteorder = 0; local
106 if (byteorder != 0)
108 byteorder = ch == 'b' ? 4321 : 1234;
135 hinfo.lorder = byteorder;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp359 ByteOrder byteorder = data.GetByteOrder(); local
396 data.ExtractBytes(offset, size, byteorder, pr_fname);
400 data.ExtractBytes(offset, size, byteorder, pr_psargs);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibbfd.c944 if (ibfd->xvec->byteorder != obfd->xvec->byteorder
945 && ibfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN
946 && obfd->xvec->byteorder != BFD_ENDIAN_UNKNOWN)

Completed in 153 milliseconds

1234