Searched defs:endian (Results 1 - 25 of 203) sorted by relevance

123456789

/netbsd-current/sys/fs/v7fs/
H A Dv7fs_args.h37 int endian; /* target filesystem endian */ member in struct:v7fs_args
H A Dv7fs_impl.h119 int endian; member in struct:v7fs_self
129 int endian; member in struct:v7fs_mount_device
/netbsd-current/lib/libm/noieee_src/
H A Dn_pow.c116 #define endian (((*(int *) &one)) ? 1 : 0) macro
H A Dn_log.c90 #define endian (((*(int *) &one)) ? 1 : 0) macro
H A Dn_gamma.c131 static int endian; variable
143 int endian = (*(int *) &one) ? 1 : 0; local
/netbsd-current/sbin/mount_v7fs/
H A Dmount_v7fs.c143 int endian = _BYTE_ORDER; local
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-import.c50 int endian, order; local
[all...]
H A Dmini-random.c54 mini_rrandomb_export(mpz_t r, void *dst, size_t *countp, int order, size_t size, int endian, unsigned long bits) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndianStream.h24 namespace endian { namespace in namespace:llvm::support
27 inline void write(raw_ostream &os, value_type value, endianness endian) { argument
33 inline void write<float>(raw_ostream &os, float value, endianness endian) { argument
38 write(raw_ostream &os, double value, endianness endian) argument
44 write(raw_ostream &os, ArrayRef<value_type> vals, endianness endian) argument
[all...]
H A DEndian.h42 namespace endian { namespace in namespace:llvm::support
49 inline value_type byte_swap(value_type value, endianness endian) { argument
63 inline value_type read(const void *memory, endianness endian) { argument
83 readNext(const CharT *&memory, endianness endian) argument
97 write(void *memory, value_type value, endianness endian) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-import.c35 int endian; member in struct:__anon86
H A Dt-export.c35 int endian; member in struct:__anon81
/netbsd-current/usr.sbin/makefs/
H A Dv7fs.c95 int fd, endian, error = 1; local
/netbsd-current/sbin/fsck_v7fs/
H A Dfsck_v7fs.c71 int endian = _BYTE_ORDER; local
/netbsd-current/sbin/newfs_v7fs/
H A Dnewfs_v7fs.c70 int endian = _BYTE_ORDER; local
/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dexport.c48 mpz_export(void *data, size_t *countp, int order, size_t size, int endian, size_t nail, mpz_srcptr z) argument
[all...]
H A Dimport.c49 mpz_import(mpz_ptr z, size_t count, int order, size_t size, int endian, size_t nail, const void *data) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dinfo.h39 char endian; /* 0 for big, 1 for little */ member in struct:info_header
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dcrc32.c238 u4 endian; local
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dcrc32.c216 z_crc_t endian; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DELFAttributeParser.cpp189 parse(ArrayRef<uint8_t> section, support::endianness endian) argument
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dcrc32.c216 z_crc_t endian; local
/netbsd-current/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_elf_init.c57 _dwarf_elf_apply_rel_reloc(Dwarf_Debug dbg, void *buf, uint64_t bufsize, Elf_Data *rel_data, Elf_Data *symtab_data, int endian) argument
100 _dwarf_elf_apply_rela_reloc(Dwarf_Debug dbg, void *buf, uint64_t bufsize, Elf_Data *rel_data, Elf_Data *symtab_data, int endian) argument
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Damd.c58 char *endian = ARCH_ENDIAN; /* Big or Little endian */ variable
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dread-mo.c54 enum { MO_LITTLE_ENDIAN, MO_BIG_ENDIAN } endian; member in struct:binary_mo_file

Completed in 416 milliseconds

123456789