| /src/sys/lib/libkern/ |
| imax.c | 1 /* $NetBSD: imax.c,v 1.6 2009/03/14 21:04:24 dsl Exp $ */ 38 imax(int a, int b) function
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| intrange.d | 298 SignExtendedNumber imin, imax; 303 imax = another.imax; 309 imax = a; 315 imax = upper; 356 if (cd.imax > ab.imax) 357 ab.imax = cd.imax; 374 uinteger_t maxHalfChunk = imax.value & ~halfChunkMask [all...] |
| /src/sys/external/bsd/gnu-efi/dist/apps/ |
| modelist.c | 11 int i, imax; local 15 imax = gop->Mode->MaxMode; 16 Print(L"GOP reports MaxMode %d\n", imax); 19 imax = 1; 22 for (i = 0; i < imax; i++) {
|
| bltgrid.c | 33 int i, imax; local 41 imax = gop->Mode->MaxMode; 47 for (i = 0; i < imax; i++) {
|
| lfbgrid.c | 50 int i, imax; local 66 imax = gop->Mode->MaxMode; 72 for (i = 0; i < imax; i++) {
|
| /src/sbin/fsirand/ |
| fsirand.c | 65 int needswap, ino, imax, is_ufs2; variable 153 for (ino = 0, imax = fs->fs_ipg * fs->fs_ncg; ino < imax;) { 184 if (++ino > imax) 214 ino, imax, (ino * 100.0) / imax); 215 if (imax - ino) { 216 deltat = tstart - tnow + (1.0 * (tnow - tstart)) / ino * imax;
|
| /src/external/lgpl3/mpfr/dist/src/ |
| cos.c | 46 unsigned long i, maxi, imax; local 78 imax = p / (-mpfr_get_exp (r)); 79 imax += (imax == 0); 80 q = 2 * MPFR_INT_CEIL_LOG2(imax) + 4; /* bound for (3l)^2 */
|
| /src/sbin/clri/ |
| clri.c | 86 int i, imax; local 139 imax = ufs_rw32(sbp->fs_ncg, needswap) * 142 if (atoi(argv[i]) <= 0 || atoi(argv[i]) >= imax)
|
| /src/external/lgpl3/gmp/dist/tests/rand/ |
| gmpstat.h | 42 unsigned int imax,
|
| statlib.c | 294 /* mpz_freqt(V, X, imax, n) -- Frequency test on integers. [Knuth, 295 vol 2, 3.3.2]. Keep IMAX low on this one, since we loop from 0 to 296 IMAX. 128 or 256 could be nice. 298 X[] must not contain numbers outside the range 0 <= X <= IMAX. 303 Since X[] contains integers between zero and IMAX, inclusive, we 304 have IMAX+1 categories. 306 Note that N should be at least 5*IMAX. Result is put in V and can 307 be compared to output from x2_table (v=IMAX). */ 312 unsigned int imax, 317 unsigned int d; /* number of categories = imax+1 * [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| xztest.c | 204 size_t imax; local 212 imax = 0; 224 imax = i; 232 if (i != imax && i != imin)
|
| zstdtest.c | 254 size_t imax; local 262 imax = 0; 274 imax = i; 282 if (i != imax && i != imin)
|
| ztest.c | 258 size_t imax; local 266 imax = 0; 278 imax = i; 286 if (i != imax && i != imin)
|
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| xztest.c | 204 size_t imax; local 212 imax = 0; 224 imax = i; 232 if (i != imax && i != imin)
|
| ztest.c | 258 size_t imax; local 266 imax = 0; 278 imax = i; 286 if (i != imax && i != imin)
|
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| xztest.c | 204 size_t imax; local 212 imax = 0; 224 imax = i; 232 if (i != imax && i != imin)
|
| zstdtest.c | 254 size_t imax; local 262 imax = 0; 274 imax = i; 282 if (i != imax && i != imin)
|
| ztest.c | 258 size_t imax; local 266 imax = 0; 278 imax = i; 286 if (i != imax && i != imin)
|
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| xztest.c | 204 size_t imax; local 212 imax = 0; 224 imax = i; 232 if (i != imax && i != imin)
|
| zstdtest.c | 254 size_t imax; local 262 imax = 0; 274 imax = i; 282 if (i != imax && i != imin)
|
| ztest.c | 258 size_t imax; local 266 imax = 0; 278 imax = i; 286 if (i != imax && i != imin)
|
| /src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| bn_rsa_fips186_4.c | 250 int i, imax; local 307 * In FIPS 186-4 imax was set to 5 * nlen/2. 313 imax = 20 * bits; /* max = 20/2 * nbits */ 352 if (++i >= imax) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/bn/ |
| bn_rsa_fips186_4.c | 280 int i, imax, rounds; local 343 * In FIPS 186-4 imax was set to 5 * nlen/2. 351 imax = 20 * bits; /* max = 20/2 * nbits */ 390 if (++i >= imax) {
|
| /src/external/bsd/ntp/dist/clockstuff/ |
| chutest.c | 546 int imax; local 808 imin = imax = 0; 810 if (L_ISGEQ(&off[i], &off[imax])) { 811 imax = i; 818 if (imin != imax) 819 L_ADD(&off[imax], &offset_fudge); 822 lfptoa(&off[imax], 8));
|
| /src/external/mpl/bind/dist/tests/isc/ |
| histo_test.c | 270 uint64_t imin, imax; local 271 for (uint key = 1; isc_histo_get(hg, key, &imin, &imax, NULL) == 276 double max = (double)imax;
|