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

1234

/freebsd-12-stable/usr.sbin/timed/timedc/
H A DMakefile8 SRCS= cmds.c cmdtab.c timedc.c byteorder.c measure.c cksum.c
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Din.h40 #include <asm/byteorder.h>
H A Dbitfield.h37 #include <asm/byteorder.h>
/freebsd-12-stable/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-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-12-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-12-stable/usr.bin/cap_mkdb/
H A Dcap_mkdb.c85 int byteorder, c; local
88 byteorder = 0;
93 if (byteorder != 0)
95 byteorder = c == 'b' ? 4321 : 1234;
115 openinfo.lorder = byteorder;
/freebsd-12-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-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_endianness.h32 #include <sys/byteorder.h>
/freebsd-12-stable/contrib/netbsd-tests/ipf/
H A Dh_common.sh89 if [ `sysctl -n hw.byteorder` = 4321 ]; then
/freebsd-12-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-12-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-12-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-12-stable/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-stable/usr.bin/localedef/
H A Dlocaledef.c59 static int byteorder = 0; variable
231 if (byteorder == 4321)
233 else if (byteorder == 1234)
289 if (byteorder != 0)
291 byteorder = c == 'b' ? 4321 : 1234;
/freebsd-12-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));
/freebsd-12-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-12-stable/share/man/man9/
H A DMakefile60 byteorder.9 \
742 MLINKS+=byteorder.9 be16dec.9 \
743 byteorder.9 be16enc.9 \
744 byteorder.9 be16toh.9 \
745 byteorder.9 be32dec.9 \
746 byteorder.9 be32enc.9 \
747 byteorder.9 be32toh.9 \
748 byteorder.9 be64dec.9 \
749 byteorder.9 be64enc.9 \
750 byteorder
[all...]
/freebsd-12-stable/lib/libc/db/btree/
H A Dbt_open.c72 static int byteorder(void);
113 machine_lorder = byteorder();
415 byteorder(void) function
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Dlibuutil_impl.h36 #include <sys/byteorder.h>
/freebsd-12-stable/lib/libthread_db/
H A Dthread_db.c280 u_int size, u_int byteorder)
292 switch (byteorder) {
371 u_int size, u_int byteorder)
379 switch (byteorder) {
279 thr_pread(struct ps_prochandle *ph, psaddr_t addr, uint64_t *val, u_int size, u_int byteorder) argument
370 thr_pwrite(struct ps_prochandle *ph, psaddr_t addr, uint64_t val, u_int size, u_int byteorder) argument
/freebsd-12-stable/usr.sbin/services_mkdb/
H A Dservices_mkdb.c92 int byteorder = 0; local
105 if (byteorder != 0)
107 byteorder = ch == 'b' ? 4321 : 1234;
134 hinfo.lorder = byteorder;
/freebsd-12-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);

Completed in 202 milliseconds

1234