| /src/sys/lib/libsa/ |
| loadfile_ecoff.c | 57 paddr_t minp = ~0, maxp = 0, pos; local 89 if (minp > pos) 90 minp = pos; 114 if (minp > pos) 115 minp = pos; 130 if (minp > pos) 131 minp = pos; 138 marks[MARK_START] = LOADADDR(minp);
|
| loadfile_aout.c | 92 paddr_t minp, maxp; local 108 minp = maxp = ALIGNENTRY(entry); 296 marks[MARK_START] = LOADADDR(minp);
|
| loadfile_elf32.c | 691 Elf_Addr minp = ~0, maxp = 0, pos = 0, elfp = 0; local 752 if (minp > pos) 753 minp = pos; 803 marks[MARK_START] = LOADADDR(minp);
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| histo.h | 186 isc_histo_get(const isc_histo_t *hg, uint key, uint64_t *minp, uint64_t *maxp, 199 * If `minp` is non-NULL it is set to the minimum inclusive value
|
| /src/external/lgpl3/gmp/dist/tune/ |
| tune-gcd-p.c | 47 search (double *minp, double (*f)(void *, int), void *ctx, int start, int end) 93 *minp = y[best_i];
|
| /src/sys/arch/xen/xenbus/ |
| xenbus_probe.c | 333 int minp; local 358 minp = -1; 362 minp = i; 365 if (minp >= 0) { 366 lookup[pos++] = minp; 367 id[minp] = 0;
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| vdev.h | 74 uint64_t *minp, uint64_t *maxp);
|
| /src/external/mpl/bind/dist/lib/isc/ |
| histo.c | 321 isc_histo_get(const isc_histo_t *hg, uint key, uint64_t *minp, uint64_t *maxp, 326 SET_IF_NOT_NULL(minp, key_to_minval(hg, key));
|
| /src/sys/arch/amiga/dev/ |
| grf_cl.c | 1292 unsigned char n, d, p, minn, mind, minp = 0; local 1315 minp = 1; 1329 minp = p; 1341 *denom = (mind << 1) | minp;
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev.c | 2270 vdev_resilver_needed(vdev_t *vd, uint64_t *minp, uint64_t *maxp) 2299 if (needed && minp) { 2300 *minp = thismin;
|