/src/sys/fs/v7fs/ |
v7fs_args.h | 37 int endian; /* target filesystem endian */ member in struct:v7fs_args
|
v7fs_impl.h | 119 int endian; member in struct:v7fs_self 129 int endian; member in struct:v7fs_mount_device
|
/src/sbin/mount_v7fs/ |
mount_v7fs.c | 131 printf("endian=%d\n", args.endian); 143 int endian = _BYTE_ORDER; local in function:mount_v7fs_parseargs 157 endian = _LITTLE_ENDIAN; 160 endian = _BIG_ENDIAN; 163 endian = _PDP_ENDIAN; 179 args->endian = endian; 188 fprintf(stderr, "usage: \n %s [-o options] [-B endian] special node\n",
|
/src/usr.sbin/makefs/ |
v7fs.c | 67 "PDP endian" }, 95 int fd, endian, error = 1; local in function:v7fs_makefs 132 endian = BIG_ENDIAN; 134 endian = LITTLE_ENDIAN; 137 endian = LITTLE_ENDIAN; 139 endian = BIG_ENDIAN; 142 endian = PDP_ENDIAN; 145 v7fs_mount.endian = endian;
|
/src/lib/libm/noieee_src/ |
n_pow.c | 116 #define endian (((*(int *) &one)) ? 1 : 0) macro 117 #define TRUNC(x) *(((int *) &x)+endian) &= 0xf8000000
|
n_gamma.c | 131 static int endian; variable in typeref:typename:int 133 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 143 int endian = (*(int *) &one) ? 1 : 0; local in function:gamma
|
n_lgamma.c | 76 static int endian; variable in typeref:typename:int 78 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 157 endian = ((*(int *) &one)) ? 1 : 0;
|
/src/sbin/fsck_v7fs/ |
fsck_v7fs.c | 71 int endian = _BYTE_ORDER; local in function:main 118 endian = _LITTLE_ENDIAN; 121 endian = _BIG_ENDIAN; 124 endian = _PDP_ENDIAN; 189 mount.endian = endian; 218 (void)fprintf(stderr, "usage: %s [-ynpP] [-o options] [-B endian] " 221 (void)fprintf(stderr, "usage: %s -F [-ynpP] [-o options] [-B endian] "
|
/src/sbin/newfs_v7fs/ |
newfs_v7fs.c | 70 int endian = _BYTE_ORDER; local in function:main 97 endian = _LITTLE_ENDIAN; 100 endian = _BIG_ENDIAN; 103 endian = _PDP_ENDIAN; 195 { .device.fd = fd, .endian = endian, .sectors = partsize },
|
/src/lib/libc/citrus/modules/ |
citrus_utf1632.c | 43 #include <machine/endian.h> 95 int chlenbak, endian, needlen; local in function:_citrus_UTF1632_mbrtowc_priv 132 /* judge endian marker */ 161 endian = psenc->current_endian; 167 switch (endian) { 188 switch (endian) { 208 switch (endian) { 409 ei->cur_max = 6; /* endian + surrogate */ 411 ei->cur_max = 8; /* endian + normal */
|
/src/sys/arch/macppc/stand/installboot/ |
installboot.h | 40 #include <sys/endian.h> 128 bbinfo_endian endian; member in struct:bbinfo_params
|
/src/usr.sbin/installboot/ |
installboot.h | 40 #include <sys/endian.h> 155 bbinfo_endian endian; member in struct:bbinfo_params
|
/src/common/dist/zlib/ |
crc32.c | 110 Swap the bytes in a z_word_t to convert between little and big endian. Any 357 /* write out little-endian CRC table to crc32.h */ 368 /* write out big-endian CRC table for 64-bit z_word_t to crc32.h */ 381 /* write out big-endian CRC table for 32-bit z_word_t to crc32.h */ 527 Generate the little and big-endian braid tables for the given n and z_word_t 714 unsigned endian; local in function:crc32_z 728 /* Do endian check at execution time instead of compile time, since ARM 732 endian = 1; 733 if (*(unsigned char *)&endian) { 734 /* Little endian. * [all...] |
/src/sbin/fsck_ffs/ |
main.c | 122 int endian; variable in typeref:typename:int 168 endian = 0; 184 endian = BIG_ENDIAN; 186 endian = LITTLE_ENDIAN;
|
fsck.h | 302 extern int endian; /* endian coversion */ 308 /* Disable Endian-Independent FFS support for install media */ 309 #define endian (0) macro
|
/src/sbin/fsdb/ |
fsdb.c | 114 int endian; variable in typeref:typename:int 214 endian = 0;
|
/src/sys/arch/mips/sibyte/include/ |
bcm1480_pci.h | 331 int endian; /* Endian flag */ member in struct:bcm1480_inbw_conf
|
/src/sys/fs/hfs/ |
libhfs.h | 35 #include <sys/endian.h> 394 uint32_t endian; member in struct:__anon46ade0a12108
|