Home
last modified time | relevance | path

Searched refs:big (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/freebsd/lib/msun/tests/
H A Dfmaxmin_test.c58 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 Dbyteorder.c21 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 Dsli4.h222 #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 …]
H A Docs_fcp.h165 #error big endian version not defined
441 #error big endian version not defined
473 #error big endian version not defined
485 #error big endian version not defined
496 #error big endian version not defined
508 #error big endian version not defined
523 #error big endian version not defined
537 #error big endian version not defined
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h321 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/sys/contrib/device-tree/Bindings/regmap/
H A Dregmap.txt6 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/contrib/file/magic/Magdir/
H A Dcoverage33 # 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 Daout32 # 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
/freebsd/contrib/mandoc/
H A Dtest-strcasestr.c6 const char *big = "BigString"; in main() local
7 char *cp = strcasestr(big, "Gst"); in main()
8 return cp != big + 2; in main()
/freebsd/sys/contrib/device-tree/src/arm/nxp/ls/
H A Dls1021a.dtsi96 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-endian;
[all …]
/freebsd/usr.bin/locate/locate/
H A Dfastfind.c43 long lines, chars, size, size_nbg, big, zwerg, umlaut; in statistic() local
55 lines = chars = big = zwerg = umlaut = longest_path = 0; in statistic()
83 big++; in statistic()
98 …(void)printf("Compression: Front: %2.2f%%, ", chars > 0 ? (size_nbg + big) / (chars / (float)100)… in statistic()
99 (void)printf("Bigram: %2.2f%%, ", big > 0 ? (size_nbg - big) / (size_nbg / (float)100) : 0); in statistic()
105 (void)printf("Bigram characters: %ld, ", big); in statistic()
/freebsd/share/i18n/esdb/BIG5/
H A DBig5.alias5 ETen big-5
6 ETen big-five
16 Plus big-5+
/freebsd/sys/contrib/device-tree/Bindings/counter/
H A Dftm-quaddec.txt10 - big-endian: Access the device registers in big-endian mode.
16 big-endian;
/freebsd/usr.bin/locate/code/
H A Dlocate.code.c96 int big [UCHAR_MAX + 1][UCHAR_MAX + 1]; variable
97 #define BGINDEX(x) (big[(u_char)*x][(u_char)*(x + 1)])
136 big[i][j] = -1; in main()
139 big[(u_char)*cp][(u_char)*(cp + 1)] = i; in main()
/freebsd/tools/test/stress2/misc/
H A Daltbufferflushes.sh79 rm -f /var/.snap/stress2 /var/tmp/big.?
90 dd if=/dev/zero of=big.$i bs=1m count=4k status=none
93 rm -rf /var/tmp/big.?
H A Dsnap6.sh30 rm -f $root/.snap/stress2 $root/big $root/big2
33 timeout 5m dd if=/dev/zero of=$root/big bs=1m count=$(( free / 1024 - 90)) \
48 rm -f $root/.snap/stress2 $root/big $root/big2
/freebsd/contrib/sendmail/libsm/
H A Dt-shm.c206 int big = -1; local
218 big = atoi(optarg);
236 else if (big > 0)
237 r = shmbig(true, big);
/freebsd/lib/libc/amd64/string/
H A Dtimingsafe_memcmp.S55 mov (%rdi), %ah # in big endian
64 bswap %ecx # convert to big endian
78 bswap %ecx # compare in big endian
93 bswap %rcx # compare in big endian
133 bswap %r10 # compare in big endian
/freebsd/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh136 <packet-too-big>0</packet-too-big>
197 <received-packet-too-big>0</received-packet-too-big>
207 <sent-packet-too-big>0</sent-packet-too-big>
329 <packet-too-big>0</packet-too-big>
390 <received-packet-too-big>0</received-packet-too-big>
400 <sent-packet-too-big>0</sent-packet-too-big>
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Dfsl,dcu.txt14 - big-endian Boolean property, LS1021A DCU registers are big-endian.
26 big-endian;
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dfsl,ftm-timer.txt16 - big-endian: One boolean property, the big endian mode will be in use if it is
30 big-endian;
/freebsd/crypto/openssl/doc/man3/
H A DBN_bn2bin.pod37 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/contrib/llvm-project/libcxx/include/__bit/
H A Dendian.h24 big = 0xFACE, enumerator
28 native = big
/freebsd/sys/contrib/zstd/
H A DMakefile233 …CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static MOREFLAGS="-static" FUZZER_FLAGS=--no-big-tests …
237 …CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static MOREFLAGS="-static" FUZZER_FLAGS=--no-big-te…
240 …CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static MOREFLAGS="-static" FUZZER_FLAGS=--no-big-tests …
243 …CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static MOREFLAGS="-m64 -static" FUZZER_FLAGS=--no-big
260 …bi-gcc QEMU_SYS=qemu-arm-static ZSTDRTTEST= MOREFLAGS="-Werror -static" FUZZER_FLAGS=--no-big-tests
264 …cc QEMU_SYS=qemu-aarch64-static ZSTDRTTEST= MOREFLAGS="-Werror -static" FUZZER_FLAGS=--no-big-tests
268 …qemu-ppc-static ZSTDRTTEST= MOREFLAGS="-Werror -Wno-attributes -static" FUZZER_FLAGS=--no-big-tests
272 …gnu-gcc QEMU_SYS=qemu-ppc64-static ZSTDRTTEST= MOREFLAGS="-m64 -static" FUZZER_FLAGS=--no-big-tests
321 …r=all -fsanitize=memory -fno-omit-frame-pointer -Werror" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(…
333 …anitize-recover=all -fsanitize=thread -Werror" $(MAKE) -C $(TESTDIR) $* FUZZER_FLAGS=--no-big-tests
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dkbkdf.c88 uint32_t big = 0; in be32() local
94 big |= (host & 0xff000000) >> 24; in be32()
95 big |= (host & 0x00ff0000) >> 8; in be32()
96 big |= (host & 0x0000ff00) << 8; in be32()
97 big |= (host & 0x000000ff) << 24; in be32()
98 return big; in be32()

12345678910>>...21