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

1234

/freebsd-11-stable/contrib/mdocml/
H A Dtest-strcasestr.c10 const char *big = "BigString"; local
11 char *cp = strcasestr(big, "Gst");
12 return cp != big + 2;
/freebsd-11-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-11-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-11-stable/sys/contrib/ncsw/inc/
H A Dmath_ext.h46 static const double big = 1.0e300; variable
58 if(big+x>0.0) {/* return 0*sign(x) if |x|<1 */
65 if(big+x>0.0) { /* raise inexact flag */
76 if(big+x>0.0) { /* raise inexact flag */
/freebsd-11-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...]
H A Docs_fcp.h132 * @brief FC header in big-endian order
170 #error big endian version not defined
175 * @brief FC VM header in big-endian order
447 #error big endian version not defined
479 #error big endian version not defined
491 #error big endian version not defined
502 #error big endian version not defined
514 #error big endian version not defined
529 #error big endian version not defined
543 #error big endia
[all...]
/freebsd-11-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-11-stable/share/i18n/esdb/UTF/
H A DMakefile10 UTF-16BE-var= utf16,big,force
20 UTF-32BE-var= utf32,big,force
/freebsd-11-stable/release/powerpc/
H A Dmake-memstick.sh40 makefs -B big -o version=2 ${tempfile} ${1}
/freebsd-11-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-11-stable/usr.bin/locate/code/
H A Dlocate.code.c114 #define BGINDEX(x) (big[(u_char)*x][(u_char)*(x + 1)])
116 bg_t big[UCHAR_MAX + 1][UCHAR_MAX + 1]; variable
159 big[i][j] = (bg_t)-1;
162 big[(u_char)*cp][(u_char)*(cp + 1)] = (bg_t)i;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPack.h24 constexpr support::endianness Endianness = support::big;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A DMakefile.mips6 _EMULATION_ENDIAN=big
/freebsd-11-stable/usr.bin/locate/locate/
H A Dfastfind.c49 register int lines, chars, size, big, zwerg; local
60 lines = chars = big = zwerg = umlaut = 0;
81 big++;
92 (size + big - (2 * NBG)) / (chars / (float)100));
93 (void)printf("Bigram: %2.2f%%, ", (size - big) / (size / (float)100));
99 (void)printf("Bigram characters: %d, ", big);
205 if (c == SWITCH) { /* big step, an integer */
/freebsd-11-stable/sys/kern/
H A Dsubr_capability.c288 cap_rights_contains(const cap_rights_t *big, const cap_rights_t *little) argument
292 assert(CAPVER(big) == CAP_RIGHTS_VERSION_00);
294 assert(CAPVER(big) == CAPVER(little));
296 n = CAPARSIZE(big);
300 if ((big->cr_rights[i] & little->cr_rights[i]) !=
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h37 : MCAsmBackend(TT.isLittleEndian() ? support::little : support::big),
/freebsd-11-stable/lib/libc/stdlib/
H A Dmerge.c120 int big, iflag; local
146 i = big = 0;
167 if (!big) { /* here i = 0 */
170 big = 1;
185 big = 0;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dvarmisc.mk52 # big jumps to handle 3 digits per step
/freebsd-11-stable/contrib/netbsd-tests/fs/tmpfs/
H A Dt_sizes.sh49 atf_test_case big
51 atf_set "descr" "Checks the status after creating a big file"
75 atf_fail "bused too big"
88 atf_set "descr" "Checks the status after creating a big file that" \
136 atf_add_test_case big
/freebsd-11-stable/contrib/gdtoa/
H A Dgethex.c48 int big, esign, havedig, irv, j, k, n, n0, nbits, up, zret; local
125 big = esign = 0;
143 big = 1;
155 if (big) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp23 #error powerpc64 big endian is not supported for now.
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c239 size_t big, *size; local
258 /* set big to the largest allowed page size */
259 big = size[sizes - 1];
260 if (big & (big - 1)) {
271 if (brk((void *)((((uintptr_t)sbrk(0) - 1) & ~(big - 1)) + big)) != 0)
279 mha.mha_pagesize = big;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp49 : MCAsmBackend(support::big), OSType(OST) {}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp46 : MCAsmBackend(support::big), OSABI(osABI) {}
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Daeabi_cdcmp.S12 #error big endian support not implemented

Completed in 517 milliseconds

1234