| /src/lib/libutil/ |
| getbyteorder.c | 44 int byteorder, mib[2]; local 49 varlen = sizeof(byteorder); 50 if (sysctl(mib, 2, &byteorder, &varlen, NULL, (size_t)0) < 0) 53 return (byteorder);
|
| /src/lib/libc/db/btree/ |
| bt_open.c | 73 static int byteorder(void); 115 machine_lorder = byteorder(); 393 byteorder(void) function
|
| /src/external/gpl3/binutils/dist/include/ |
| floatformat.h | 30 bytes are concatenated according to the byteorder flag, then each of those 61 enum floatformat_byteorders byteorder; member in struct:floatformat
|
| /src/external/gpl3/binutils.old/dist/include/ |
| floatformat.h | 30 bytes are concatenated according to the byteorder flag, then each of those 61 enum floatformat_byteorders byteorder; member in struct:floatformat
|
| /src/external/gpl3/gcc/dist/include/ |
| floatformat.h | 30 bytes are concatenated according to the byteorder flag, then each of those 61 enum floatformat_byteorders byteorder; member in struct:floatformat
|
| /src/external/gpl3/gcc.old/dist/include/ |
| floatformat.h | 30 bytes are concatenated according to the byteorder flag, then each of those 61 enum floatformat_byteorders byteorder; member in struct:floatformat
|
| /src/external/gpl3/gdb.old/dist/include/ |
| floatformat.h | 30 bytes are concatenated according to the byteorder flag, then each of those 61 enum floatformat_byteorders byteorder; member in struct:floatformat
|
| /src/external/gpl3/gdb/dist/include/ |
| floatformat.h | 30 bytes are concatenated according to the byteorder flag, then each of those 61 enum floatformat_byteorders byteorder; member in struct:floatformat
|
| /src/usr.bin/cap_mkdb/ |
| cap_mkdb.c | 87 int c, byteorder; local 91 byteorder = 0; 96 if (byteorder != 0) 98 byteorder = c == 'b' ? 4321 : 1234; 118 openinfo.lorder = byteorder;
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| output.c | 746 int byteorder; local 761 byteorder = ELFDATA2MSB; 763 byteorder = ELFDATA2LSB; 769 if (ehdr.e_ident[EI_DATA] == byteorder)
|
| /src/sbin/disklabel/ |
| main.c | 193 static int byteorder; variable 209 u_short byteorder; member in struct:disklabel_params 300 int byteorder; member in struct:arch_endian 386 && byteorder != 0 387 && byteorder != new_byteorder) { 388 warnx("changing %s byteorder to %s", 389 byteorder == LITTLE_ENDIAN ? "le" : "be", 392 byteorder = new_byteorder; 407 biendian_p = (dp->byteorder == 0); 409 setbyteorder(dp->byteorder); [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| mach-o.h | 43 enum bfd_endian byteorder; member in struct:bfd_mach_o_header
|
| bfd-in2.h | 7428 enum bfd_endian byteorder; member in struct:bfd_target 7840 return abfd->xvec->byteorder == BFD_ENDIAN_BIG; 7845 return abfd->xvec->byteorder == BFD_ENDIAN_LITTLE;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| mach-o.h | 43 enum bfd_endian byteorder; member in struct:bfd_mach_o_header
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| mach-o.h | 43 enum bfd_endian byteorder; member in struct:bfd_mach_o_header
|
| /src/external/gpl3/gdb/dist/bfd/ |
| mach-o.h | 43 enum bfd_endian byteorder; member in struct:bfd_mach_o_header
|
| /src/sys/compat/netbsd32/ |
| netbsd32_ioctl.h | 208 int bitorder, byteorder; member in struct:netbsd32_wsdisplay_font
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdbtypes.c | 3972 bfd_endian byteorder = gdbarch_byte_order (type->arch ()); 3975 if (byteorder == BFD_ENDIAN_BIG) 3979 gdb_assert (byteorder == BFD_ENDIAN_LITTLE); 3984 return byteorder; 3970 bfd_endian byteorder = gdbarch_byte_order (type->arch ()); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdbtypes.c | 4035 bfd_endian byteorder = gdbarch_byte_order (type->arch ()); 4038 if (byteorder == BFD_ENDIAN_BIG) 4042 gdb_assert (byteorder == BFD_ENDIAN_LITTLE); 4047 return byteorder; 4033 bfd_endian byteorder = gdbarch_byte_order (type->arch ()); local
|
| /src/sys/dev/wscons/ |
| wsconsio.h | 457 int bitorder, byteorder; member in struct:wsdisplay_font
|
| /src/external/gpl3/binutils/lib/libbfd/arch/aarch64/ |
| bfd.h | 7432 enum bfd_endian byteorder; member in struct:bfd_target 7844 return abfd->xvec->byteorder == BFD_ENDIAN_BIG; 7849 return abfd->xvec->byteorder == BFD_ENDIAN_LITTLE;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/aarch64eb/ |
| bfd.h | 7432 enum bfd_endian byteorder; member in struct:bfd_target 7844 return abfd->xvec->byteorder == BFD_ENDIAN_BIG; 7849 return abfd->xvec->byteorder == BFD_ENDIAN_LITTLE;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/alpha/ |
| bfd.h | 7432 enum bfd_endian byteorder; member in struct:bfd_target 7844 return abfd->xvec->byteorder == BFD_ENDIAN_BIG; 7849 return abfd->xvec->byteorder == BFD_ENDIAN_LITTLE;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/earm/ |
| bfd.h | 7432 enum bfd_endian byteorder; member in struct:bfd_target 7844 return abfd->xvec->byteorder == BFD_ENDIAN_BIG; 7849 return abfd->xvec->byteorder == BFD_ENDIAN_LITTLE;
|
| /src/external/gpl3/binutils/lib/libbfd/arch/earmhf/ |
| bfd.h | 7432 enum bfd_endian byteorder; member in struct:bfd_target 7844 return abfd->xvec->byteorder == BFD_ENDIAN_BIG; 7849 return abfd->xvec->byteorder == BFD_ENDIAN_LITTLE;
|