/freebsd/lib/msun/tests/ |
H A D | fmaxmin_test.c | 58 testall_r(long double big, long double small, int rmode) in testall_r() argument 60 long double expected_max = isnan(big) ? small : big; in testall_r() 61 long double expected_min = isnan(small) ? big : small; in testall_r() 62 TEST(fmaxf, float, big, small, expected_max, rmode); in testall_r() 63 TEST(fmaxf, float, small, big, expected_max, rmode); in testall_r() 64 TEST(fmax, double, big, small, expected_max, rmode); in testall_r() 65 TEST(fmax, double, small, big, expected_max, rmode); in testall_r() 66 TEST(fmaxl, long double, big, small, expected_max, rmode); in testall_r() 67 TEST(fmaxl, long double, small, big, expected_max, rmode); in testall_r() 68 TEST(fminf, float, big, small, expected_min, rmode); in testall_r() [all …]
|
/freebsd/contrib/ntp/util/ |
H A D | byteorder.c | 21 int big; in main() local 33 if (u.c[0] == 0x08) big = 1; in main() 34 else big = 0; in main() 36 if (u.c[0] == 0x04) big = 1; in main() 37 else big = 0; in main() 40 if (big == 1 && (u.c[i] == (sizeof(long) - i))) { in main() 42 } else if (big == 0 && (u.c[i] == (i+1))) { in main() 45 big = -1; in main() 50 if (big == 1) { in main() 52 } else if (big == 0) { in main()
|
/freebsd/sys/dev/ocs_fc/ |
H A D | sli4.h | 222 #error big endian version not defined in sli_eq_doorbell() 249 #error big endian version not defined in sli_cq_doorbell() 274 #error big endian version not defined in sli_iftype6_eq_doorbell() 296 #error big endian version not defined in sli_iftype6_cq_doorbell() 403 #error big endian version not defined 464 #error big endian version not defined 484 #error big endian version not defined 500 #error big endian version not defined 534 #error big endian version not defined 551 #error big endian version not defined [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/i386/ |
H A D | floatundisf.S | 87 sarl $31, %eax // (big input) ? -1 : 0 88 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0 90 andl %eax, %edx // (big input) ? 12 : 0 92 andpd %xmm0, %xmm1 // (big input) ? input & 0xfff : 0 94 psrlq %xmm3, %xmm0 // (big input) ? input >> 12 : input 95 orpd %xmm2, %xmm1 // 0x1.0p52 + ((big input) ? input & 0xfff : input) 96 orpd %xmm1, %xmm0 // 0x1.0p52 + ((big input) ? (input >> 12 | input & 0xfff) : input) 97 subsd %xmm2, %xmm0 // (double)((big input) ? (input >> 12 | input & 0xfff) : input) 98 cvtsd2ss %xmm0, %xmm0 // (float)((big input) ? (input >> 12 | input & 0xfff) : input)
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | lantiq,vrx200-pcie-phy.yaml | 53 lantiq,rcu-big-endian-mask: 55 description: the mask to set the PDI (PHY) registers for this PHY instance to big endian 57 big-endian: 58 description: Configures the PDI (PHY) registers in big-endian mode 62 description: Configures the PDI (PHY) registers in big-endian mode 75 - lantiq,rcu-big-endian-mask 86 lantiq,rcu-big-endian-mask = <0x80>; /* bit 7 */ 87 big-endian;
|
/freebsd/sys/contrib/device-tree/Bindings/regmap/ |
H A D | regmap.txt | 6 big-endian, 12 architectures that typically run big-endian operating systems 13 (e.g. PowerPC), registers can be defined as big-endian and must 16 On SoCs that can be operated in both big-endian and little-endian 23 Scenario 1 : a register set in big-endian mode. 27 big-endian;
|
/freebsd/lib/libc/string/ |
H A D | strstr.3 | 44 .Fn strstr "const char *big" "const char *little" 46 .Fn strcasestr "const char *big" "const char *little" 48 .Fn strnstr "const char *big" "const char *little" "size_t len" 52 .Fn strcasestr_l "const char *big" "const char *little" "locale_t loc" 60 .Fa big . 80 .Fa big , 96 .Fa big 101 .Fa big ,
|
H A D | memmem.3 | 39 .Fa "const void *big" "size_t big_len" 49 .Fa big . 54 .Fa big 60 .Fa big ,
|
/freebsd/share/man/man9/ |
H A D | byteorder.9 | 98 On big endian systems, the number is converted to little endian byte order. 99 On little endian systems, the number is converted to big endian byte order. 106 functions return a big endian byte ordered integer 108 The return value will be the same as the argument on big endian systems. 125 byte order converted to big endian byte order. 126 The return value will be the same as the argument on big endian systems. 152 in big/little endian format.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Endian.h | 321 detail::packed_endian_specific_integral<uint16_t, llvm::endianness::big, 324 detail::packed_endian_specific_integral<uint32_t, llvm::endianness::big, 327 detail::packed_endian_specific_integral<uint64_t, llvm::endianness::big, 331 detail::packed_endian_specific_integral<int16_t, llvm::endianness::big, 334 detail::packed_endian_specific_integral<int32_t, llvm::endianness::big, 337 detail::packed_endian_specific_integral<int64_t, llvm::endianness::big, 341 detail::packed_endian_specific_integral<uint16_t, llvm::endianness::big, 344 detail::packed_endian_specific_integral<uint32_t, llvm::endianness::big, 347 detail::packed_endian_specific_integral<uint64_t, llvm::endianness::big, 351 detail::packed_endian_specific_integral<int16_t, llvm::endianness::big, [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | coverage | 33 # big endian 36 >&2 byte x \b%c (big-endian) 45 # big endian 48 >&2 byte x \b%c (big-endian) 74 # big endian 76 >&7 byte x version %d (big-endian) 88 # big endian 90 >&7 byte x version %d (big-endian)
|
H A D | aout | 31 # Big-endian 32-bit-int a.out, merged from sun (for old 68010 SunOS a.out), 32 # mips (for old 68020(!) SGI a.out), and netbsd (for old big-endian a.out). 38 0 belong 0407 a.out big-endian 32-bit executable 41 0 belong 0410 a.out big-endian 32-bit pure executable 44 0 belong 0413 a.out big-endian 32-bit demand paged executable
|
H A D | scientific | 14 >55 byte 1 , Big-endian 32 >212 byte 17 \b, Big-endian 43 >796 belong <20 Big-endian, IP #%d, 51 >796 belong <20 Big-endian, IP #%d, 84 # 0\040HEAD as UTF-16 big endian without BOM 88 # look for VERS tag encoded as UTF-16 big endian 92 >>0 string x \b, UTF-16 (without BOM) big-endian text 103 # 0\040HEAD as UTF-16 big endian with BOM
|
H A D | lammps | 15 >>>0x10 lelong 0x1000 Big Endian 25 # written on a big endian machine 29 >>>0x10 lelong 0x1000 Big Endian, 40 # written on a big endian machine 44 >>>0x12 lelong 0x1000 Big Endian,
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | generic-ohci.yaml | 84 big-endian: 87 Set this flag for HCDs with big endian descriptors and big 90 big-endian-desc: 93 Set this flag for HCDs with big endian descriptors. 95 big-endian-regs: 98 Set this flag for HCDs with big endian registers. 105 no-big-frame-no:
|
H A D | generic-ehci.yaml | 110 big-endian: 113 Set this flag for HCDs with big endian descriptors and big 116 big-endian-desc: 119 Set this flag for HCDs with big endian descriptors. 121 big-endian-regs: 124 Set this flag for HCDs with big endian registers. 172 big-endian;
|
/freebsd/contrib/file/doc/ |
H A D | magic.man | 124 A 2 byte big endian length. 128 A 4 byte big endian length. 158 A 32-bit ID3 length in big-endian byte order. 160 A two-byte value in big-endian byte order. 162 A four-byte value in big-endian byte order. 164 An eight-byte value in big-endian byte order. 166 A 32-bit single precision IEEE floating point number in big-endian byte order. 168 A 64-bit double precision IEEE floating point number in big-endian byte order. 170 A four-byte value in big-endian byte order, 173 An eight-byte value in big-endian byte order, [all …]
|
/freebsd/usr.sbin/fstyp/ |
H A D | hammer_disk.h | 50 * HAMMER doesn't support big endian arch, but is planned. 144 * zone 0: available, a big-block that contains the offset is unused 166 * 2^18(layer1) * 2^19(layer2) * 2^23(big-block) = 2^60 = 1EB 178 * | zone-4 big-block for layer1 180 * | zone-4 big-blocks for layer2 181 * | ... (1 big-block per 4TB space) 183 * | zone-3 big-blocks for UNDO/REDO FIFO 184 * | ... (max 128 big-blocks) 186 * | zone-8 big-block for root B-Tree node/etc 188 * | zone-9 big-block for root inode/PFS/etc [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/ |
H A D | ls1021a.dtsi | 96 big-endian; 142 big-endian; 165 big-endian; 184 big-endian; 306 big-endian; 319 big-endian; 398 big-endian; 405 big-endian; 412 big-endian; 419 big [all...] |
/freebsd/contrib/netbsd-tests/lib/libbluetooth/ |
H A D | t_sdp_set.c | 102 ATF_CHECK_EQ(sdp_set_uint(&test, UINT8_MAX + 1), false); /* too big */ in ATF_TC_BODY() 111 ATF_CHECK_EQ(sdp_set_uint(&test, UINT16_MAX + 1), false); /* too big */ in ATF_TC_BODY() 116 ATF_CHECK_EQ(sdp_set_uint(&test, (uintmax_t)UINT32_MAX + 1), false); /* too big */ in ATF_TC_BODY() 182 ATF_CHECK_EQ(sdp_set_int(&test, INT8_MAX + 1), false); /* too big */ in ATF_TC_BODY() 191 ATF_CHECK_EQ(sdp_set_int(&test, INT16_MIN - 1), false); /* too big */ in ATF_TC_BODY() 196 ATF_CHECK_EQ(sdp_set_int(&test, (intmax_t)INT32_MAX + 1), false); /* too big */ in ATF_TC_BODY() 255 ATF_CHECK_EQ(sdp_set_seq(&test, UINT8_MAX), false); /* data too big */ in ATF_TC_BODY() 256 ATF_CHECK_EQ(sdp_set_seq(&test, UINT16_MAX), false); /* size too big */ in ATF_TC_BODY() 265 ATF_CHECK_EQ(sdp_set_seq(&test, SSIZE_MAX), false); /* size too big */ in ATF_TC_BODY() 314 ATF_CHECK_EQ(sdp_set_alt(&test, UINT8_MAX), false); /* data too big */ in ATF_TC_BODY() [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_bn2bin.pod | 37 BN_bn2bin() converts the absolute value of B<a> into big-endian form 41 BN_bn2binpad() also converts the absolute value of B<a> into big-endian form 46 BN_bin2bn() converts the positive integer in big-endian form of length 55 byte first on big-endian platforms, and least significant byte first on 77 big-endian number, and the number itself in big-endian format, where 91 BN_bn2bin() returns the length of the big-endian number placed at B<to>.
|
/freebsd/lib/libc/db/hash/ |
H A D | hash_bigkey.c | 38 * Big key/data handling for the hashing package. 75 * You need to do an insert and the key/data pair is too big 183 * All pages in the big key/data pair except bufp are freed. We cannot 227 * If we get here then rbufp points to the last page of the big in __big_delete() 265 * -2 means key not found and this is big key/data 307 * Given the buffer pointer of the first overflow page of a big pair, 308 * find the end of the big pair 310 * This will set bpp to the buffer header of the last page of the big pair. 312 * of the pair; 0 if there isn't any (i.e. big pair is the last key in the 437 * Count how big the total datasize is by recursing through the pages. Then [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/algs/skein/ |
H A D | skein_port.h | 29 * SKEIN_NEED_SWAP: 0 for little-endian, 1 for big-endian 40 * platform-specific code instead (e.g., for big-endian CPUs). 48 /* here for big-endian CPUs */ 63 #ifndef Skein_Swap64 /* swap for big-endian, nop for little-endian */ 84 * this version is fully portable (big-endian or little-endian), in Skein_Put64_LSB_First() 99 * this version is fully portable (big-endian or little-endian), in Skein_Get64_LSB_First()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | fsl,spdif.yaml | 81 big-endian: 85 as default, or the big endian mode will be in use for all the device 86 registers. Set this flag for HCDs with big endian descriptors and big 119 big-endian;
|
/freebsd/contrib/mandoc/ |
H A D | test-strcasestr.c | 6 const char *big = "BigString"; in main() local 7 char *cp = strcasestr(big, "Gst"); in main() 8 return cp != big + 2; in main()
|