Searched refs:big (Results 1 - 25 of 120) sorted by relevance

12345

/freebsd-12-stable/contrib/mandoc/
H A Dtest-strcasestr.c6 const char *big = "BigString"; local
7 char *cp = strcasestr(big, "Gst");
8 return cp != big + 2;
/freebsd-12-stable/contrib/ntp/util/
H A Dbyteorder.c21 int big; local
33 if (u.c[0] == 0x08) big = 1;
34 else big = 0;
36 if (u.c[0] == 0x04) big = 1;
37 else big = 0;
40 if (big == 1 && (u.c[i] == (sizeof(long) - i))) {
42 } else if (big == 0 && (u.c[i] == (i+1))) {
45 big = -1;
50 if (big == 1) {
52 } else if (big
[all...]
/freebsd-12-stable/lib/msun/tests/
H A Dfmaxmin_test.c65 testall_r(long double big, long double small) argument
69 long double expected_max = isnan(big) ? small : big;
70 long double expected_min = isnan(small) ? big : small;
73 TEST(fmaxf, float, big, small, expected_max);
74 TEST(fmaxf, float, small, big, expected_max);
75 TEST(fmax, double, big, small, expected_max);
76 TEST(fmax, double, small, big, expected_max);
77 TEST(fmaxl, long double, big, small, expected_max);
78 TEST(fmaxl, long double, small, big, expected_ma
97 testall(int testnum, long double big, long double small) argument
[all...]
/freebsd-12-stable/sys/dev/ocs_fc/
H A Dsli4.h223 #error big endian version not defined
250 #error big endian version not defined
357 #error big endian version not defined
418 #error big endian version not defined
438 #error big endian version not defined
454 #error big endian version not defined
488 #error big endian version not defined
505 #error big endian version not defined
557 #error big endian version not defined
576 #error big endia
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h29 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness
47 return sys::IsBigEndianHost ? big : little;
300 detail::packed_endian_specific_integral<uint16_t, big, unaligned>;
302 detail::packed_endian_specific_integral<uint32_t, big, unaligned>;
304 detail::packed_endian_specific_integral<uint64_t, big, unaligned>;
307 detail::packed_endian_specific_integral<int16_t, big, unaligned>;
309 detail::packed_endian_specific_integral<int32_t, big, unaligned>;
311 detail::packed_endian_specific_integral<int64_t, big, unaligned>;
314 detail::packed_endian_specific_integral<uint16_t, big, aligned>;
316 detail::packed_endian_specific_integral<uint32_t, big, aligne
[all...]
/freebsd-12-stable/share/i18n/esdb/UTF/
H A DMakefile10 UTF-16BE-var= utf16,big,force
20 UTF-32BE-var= utf32,big,force
/freebsd-12-stable/release/powerpc/
H A Dmake-memstick.sh40 makefs -B big -o version=2 ${tempfile} ${1}
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.h24 constexpr support::endianness Endianness = support::big;
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dt-shm.c205 int big = -1; local
217 big = atoi(optarg);
235 else if (big > 0)
236 r = shmbig(true, big);
/freebsd-12-stable/usr.bin/locate/code/
H A Dlocate.code.c116 #define BGINDEX(x) (big[(u_char)*x][(u_char)*(x + 1)])
118 bg_t big[UCHAR_MAX + 1][UCHAR_MAX + 1]; variable
161 big[i][j] = (bg_t)-1;
164 big[(u_char)*cp][(u_char)*(cp + 1)] = (bg_t)i;
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile.mips6 _EMULATION_ENDIAN=big
/freebsd-12-stable/usr.bin/locate/locate/
H A Dfastfind.c51 register int lines, chars, size, big, zwerg; local
62 lines = chars = big = zwerg = umlaut = 0;
83 big++;
94 (size + big - (2 * NBG)) / (chars / (float)100));
95 (void)printf("Bigram: %2.2f%%, ", (size - big) / (size / (float)100));
101 (void)printf("Bigram characters: %d, ", big);
207 if (c == SWITCH) { /* big step, an integer */
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h37 : MCAsmBackend(TT.isLittleEndian() ? support::little : support::big),
/freebsd-12-stable/sys/contrib/zstd/
H A DMakefile183 CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static MOREFLAGS="-static" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) fuzztest
186 CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static MOREFLAGS="-static" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) fuzztest
189 CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static MOREFLAGS="-static" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) fuzztest
192 CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static MOREFLAGS="-m64 -static" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) fuzztest
213 $(MAKE) -C $(TESTDIR) test CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static ZSTDRTTEST= MOREFLAGS="-Werror -static" FUZZER_FLAGS=--no-big-tests
217 $(MAKE) -C $(TESTDIR) test CC=aarch64-linux-gnu-gcc QEMU_SYS=qemu-aarch64-static ZSTDRTTEST= MOREFLAGS="-Werror -static" FUZZER_FLAGS=--no-big-tests
221 $(MAKE) -C $(TESTDIR) test CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc-static ZSTDRTTEST= MOREFLAGS="-Werror -Wno-attributes -static" FUZZER_FLAGS=--no-big-tests
225 $(MAKE) -C $(TESTDIR) test CC=powerpc-linux-gnu-gcc QEMU_SYS=qemu-ppc64-static ZSTDRTTEST= MOREFLAGS="-m64 -static" FUZZER_FLAGS=--no-big-tests
259 LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize=memory -fno-omit-frame-pointer -Werror" FUZZER_FLAGS=--no-big-tests $(MAKE) -C $(TESTDIR) HAVE_LZMA=0 $*
271 LDFLAGS=-fuse-ld=gold MOREFLAGS="-g -fno-sanitize-recover=all -fsanitize=thread -Werror" $(MAKE) -C $(TESTDIR) $* FUZZER_FLAGS=--no-big
[all...]
/freebsd-12-stable/lib/libc/stdlib/
H A Dmerge.c122 int big, iflag; local
148 i = big = 0;
169 if (!big) { /* here i = 0 */
172 big = 1;
187 big = 0;
/freebsd-12-stable/tests/sys/netinet6/frag6/
H A Dfrag6_01.sh131 <packet-too-big>0</packet-too-big>
193 <received-packet-too-big>0</received-packet-too-big>
203 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_02.sh132 <packet-too-big>0</packet-too-big>
193 <received-packet-too-big>0</received-packet-too-big>
203 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_03.sh133 <packet-too-big>0</packet-too-big>
194 <received-packet-too-big>0</received-packet-too-big>
204 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_04.sh133 <packet-too-big>0</packet-too-big>
194 <received-packet-too-big>0</received-packet-too-big>
204 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_06.sh151 <packet-too-big>0</packet-too-big>
212 <received-packet-too-big>0</received-packet-too-big>
222 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_07.sh129 <packet-too-big>0</packet-too-big>
190 <received-packet-too-big>0</received-packet-too-big>
200 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_08.sh129 <packet-too-big>0</packet-too-big>
190 <received-packet-too-big>0</received-packet-too-big>
200 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_09.sh131 <packet-too-big>0</packet-too-big>
192 <received-packet-too-big>0</received-packet-too-big>
202 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_10.sh133 <packet-too-big>0</packet-too-big>
194 <received-packet-too-big>0</received-packet-too-big>
204 <sent-packet-too-big>0</sent-packet-too-big>
H A Dfrag6_11.sh132 <packet-too-big>0</packet-too-big>
193 <received-packet-too-big>0</received-packet-too-big>
203 <sent-packet-too-big>0</sent-packet-too-big>

Completed in 375 milliseconds

12345