| /src/external/bsd/mdocml/dist/ |
| test-strcasestr.c | 6 const char *big = "BigString"; local 7 char *cp = strcasestr(big, "Gst"); 8 return cp != big + 2;
|
| /src/external/bsd/ntp/dist/util/ |
| byteorder.c | 23 int big; local 35 if (u.c[0] == 0x08) big = 1; 36 else big = 0; 38 if (u.c[0] == 0x04) big = 1; 39 else big = 0; 42 if (big == 1 && (u.c[i] == (sizeof(long) - i))) { 44 } else if (big == 0 && (u.c[i] == (i+1))) { 47 big = -1; 52 if (big == 1) { 54 } else if (big == 0) [all...] |
| /src/distrib/i386/kmod/ |
| Makefile | 4 RAMDISK= ramdisk-big
|
| /src/distrib/i386/floppies/bootfloppy-big/ |
| Makefile | 17 FLOPPYBASE= boot-big
|
| /src/lib/libc/string/ |
| wcsstr.c | 41 wcswcs(const wchar_t *big, const wchar_t *little) 43 wcsstr(const wchar_t *big, const wchar_t *little) 50 _DIAGASSERT(big != NULL); 54 return __UNCONST(big); 55 if (wcslen(big) < wcslen(little)) 58 p = big;
|
| /src/distrib/i386/ramdisks/ |
| Makefile | 4 SUBDIR+= ramdisk-big
|
| /src/common/lib/libc/arch/vax/gen/ |
| udiv.S | 49 jlss Leasy # big divisor: settle by comparison 51 jlss Lhard # big dividend: extended division 60 jgequ Lone # if dividend is as big or bigger, return 1 71 jlss La_easy # big divisor: settle by comparison 73 jlss La_hard # big dividend: extended division 84 jgequ La_one # if dividend is as big or bigger, return 1
|
| urem.S | 49 jlss Leasy # big divisor: settle by comparison 51 jlss Lhard # big dividend: need extended division 71 jlss La_easy # big divisor: settle by comparison 73 jlss La_hard # big dividend: need extended division
|
| /src/external/mpl/bind/dist/bin/tests/system/reclimit/ |
| tests.sh | 236 dig_with_opts @10.53.0.3 biganswer.big >dig.out.1.test$n || ret=1 239 msg="error adding 'biganswer.big/A' in './IN' (cache): too many records (must not exceed 100)" 246 dig_with_opts @10.53.0.3 biganswer.big >dig.out.2.test$n || ret=1 286 check_manytypes 1 manytypes.big "${rrtype}" NOERROR big SOA 120 || ret=1 290 check_manytypes 2 manytypes.big "${rrtype}" NOERROR big SOA "" 120 || ret=1 305 check_manytypes 1 manytypes.big "TYPE${ntype}" NOERROR big SOA 120 || ret=1 311 check_manytypes 2 manytypes.big "TYPE${ntype}" NOERROR big SOA "" 120 || ret= [all...] |
| setup.sh | 16 sed -e s/big[.]/signed./g <ns1/big.db >ns1/signed.db
|
| /src/distrib/i386/ramdisks/ramdisk-big/ |
| Makefile | 3 BOOTMODEL= big
|
| /src/distrib/i386/ramdisks/ramdisk-cgdroot/ |
| Makefile | 3 BOOTMODEL= big
|
| /src/lib/libm/noieee_src/ |
| n_acosh.c | 91 double t,big=1.E20; /* big+1==big */ local 98 if(x>big) {t=log1p(x)+ln2lo; return(t+ln2hi);}
|
| n_asinh.c | 88 big =1.0E20, /* fl(1+big) == big */ local 95 if(t<big) { 97 else /* if |x| > big */
|
| n_tanh.c | 79 static const double one=1.0, two=2.0, small = 1.0e-10, big = 1.0e10; local 94 { t = big+x; return(copysign(x,sign));} /* ??? -ragge */
|
| /src/sys/arch/x86/x86/ |
| x86_autoconf.c | 115 struct btinfo_biosgeom *big; local 127 big = lookup_bootinfo(BTINFO_BIOSGEOM); 129 numbig = big ? big->num : 0; 147 x86_alldisks->dl_biosdisks[i].bi_dev = big->disk[i].dev; 148 x86_alldisks->dl_biosdisks[i].bi_sec = big->disk[i].sec; 149 x86_alldisks->dl_biosdisks[i].bi_head = big->disk[i].head; 150 x86_alldisks->dl_biosdisks[i].bi_cyl = big->disk[i].cyl; 151 x86_alldisks->dl_biosdisks[i].bi_lbasecs = big->disk[i].totsec; 152 x86_alldisks->dl_biosdisks[i].bi_flags = big->disk[i].flags 338 struct btinfo_biosgeom *big; local [all...] |
| /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/arm/ |
| call_apsr.h | 19 #error big endian support not implemented
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| Endian.h | 27 enum endianness {big, little, native}; enumerator in enum:llvm::support::endianness 45 return sys::IsBigEndianHost ? big : little; 298 detail::packed_endian_specific_integral<uint16_t, big, unaligned>; 300 detail::packed_endian_specific_integral<uint32_t, big, unaligned>; 302 detail::packed_endian_specific_integral<uint64_t, big, unaligned>; 305 detail::packed_endian_specific_integral<int16_t, big, unaligned>; 307 detail::packed_endian_specific_integral<int32_t, big, unaligned>; 309 detail::packed_endian_specific_integral<int64_t, big, unaligned>; 312 detail::packed_endian_specific_integral<uint16_t, big, aligned>; 314 detail::packed_endian_specific_integral<uint32_t, big, aligned> [all...] |
| /src/external/mit/isl/dist/ |
| isl_int_sioimath.h | 32 * pointer to an mp_int ( = mpz_t*; big representation) or an int32_t (small 33 * represenation) with a discriminator at the least significant bit. In big 40 * Big representation: 107 /* Return whether the argument is stored in big representation. 122 /* Get the number of an in isl_int in big representation. Result is undefined if 142 /* Return 1 if val is stored in big representation and store its value to big. 144 inline int isl_sioimath_decode_big(isl_sioimath val, mp_int *big) 146 *big = isl_sioimath_get_big(val); 157 /* Encode a big representation 187 mpz_t big; member in struct:__anon23680 250 mp_int big; local 512 mp_int big; local [all...] |
| /src/distrib/i386/instkernel/ |
| Makefile | 8 RAMDISKS= RAMDISK_B ramdisk-big
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nvidia/ |
| Makefile | 11 tegra124-nyan-big.dtb \ 12 tegra124-nyan-big-fhd.dtb \
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
| rsa_sup_mul.c | 414 * smallest power of two big enough to fit mod and that's also a power 476 uint64_t big = 0; local 478 big |= (host & 0xff00000000000000) >> 56; 479 big |= (host & 0x00ff000000000000) >> 40; 480 big |= (host & 0x0000ff0000000000) >> 24; 481 big |= (host & 0x000000ff00000000) >> 8; 482 big |= (host & 0x00000000ff000000) << 8; 483 big |= (host & 0x0000000000ff0000) << 24; 484 big |= (host & 0x000000000000ff00) << 40; 485 big |= (host & 0x00000000000000ff) << 56 502 uint32_t big = 0; local [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
| MsgPack.h | 24 constexpr support::endianness Endianness = support::big;
|
| /src/external/gpl3/gcc/dist/gcc/config/pdp11/ |
| pdp11-protos.h | 32 typedef enum { little, either, big } pdp11_partorder; enumerator in enum:__anon13400
|
| /src/external/gpl3/gcc.old/dist/gcc/config/pdp11/ |
| pdp11-protos.h | 32 typedef enum { little, either, big } pdp11_partorder; enumerator in enum:__anon15834
|