Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/NextBSD/contrib/ntp/scripts/monitoring/
HDtimelocal.pl35 $MIN = 60 * $SEC;
36 $HR = 60 * $MIN;
46 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS;
54 $cheat + $_[0] * $SEC + $_[1] * $MIN + $_[2] * $HR + ($_[3]-1) * $DAYS
55 + $tzmin * $MIN - 60 * 60 * ($_[8] != 0);
75 $guess -= $g[0] * $SEC + $g[1] * $MIN + $g[2] * $HR + $g[3] * $DAYS;
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDiotop_example.txt11 UID PID PPID CMD DEVICE MAJ MIN D BYTES
23 UID PID PPID CMD DEVICE MAJ MIN D BYTES
34 UID PID PPID CMD DEVICE MAJ MIN D BYTES
60 UID PID PPID CMD DEVICE MAJ MIN D DISKTIME
67 UID PID PPID CMD DEVICE MAJ MIN D DISKTIME
76 UID PID PPID CMD DEVICE MAJ MIN D DISKTIME
101 UID PID PPID CMD DEVICE MAJ MIN D %I/O
106 UID PID PPID CMD DEVICE MAJ MIN D %I/O
112 UID PID PPID CMD DEVICE MAJ MIN D %I/O
118 UID PID PPID CMD DEVICE MAJ MIN D %I/O
[all …]
HDiopattern_example.txt9 %RAN %SEQ COUNT MIN MAX AVG KR KW
29 %RAN %SEQ COUNT MIN MAX AVG KR KW
50 TIME %RAN %SEQ COUNT MIN MAX AVG KR KW
/NextBSD/contrib/compiler-rt/lib/builtins/
HDmulvti3.c27 const ti_int MIN = (ti_int)1 << (N-1); in __mulvti3() local
28 const ti_int MAX = ~MIN; in __mulvti3()
29 if (a == MIN) in __mulvti3()
35 if (b == MIN) in __mulvti3()
54 if (abs_a > MIN / -abs_b) in __mulvti3()
HDmulodi4.c25 const di_int MIN = (di_int)1 << (N-1); in __mulodi4() local
26 const di_int MAX = ~MIN; in __mulodi4()
29 if (a == MIN) in __mulodi4()
35 if (b == MIN) in __mulodi4()
54 if (abs_a > MIN / -abs_b) in __mulodi4()
HDmulvdi3.c25 const di_int MIN = (di_int)1 << (N-1); in __mulvdi3() local
26 const di_int MAX = ~MIN; in __mulvdi3()
27 if (a == MIN) in __mulvdi3()
33 if (b == MIN) in __mulvdi3()
52 if (abs_a > MIN / -abs_b) in __mulvdi3()
HDmulosi4.c25 const si_int MIN = (si_int)1 << (N-1); in __mulosi4() local
26 const si_int MAX = ~MIN; in __mulosi4()
29 if (a == MIN) in __mulosi4()
35 if (b == MIN) in __mulosi4()
54 if (abs_a > MIN / -abs_b) in __mulosi4()
HDmulvsi3.c25 const si_int MIN = (si_int)1 << (N-1); in __mulvsi3() local
26 const si_int MAX = ~MIN; in __mulvsi3()
27 if (a == MIN) in __mulvsi3()
33 if (b == MIN) in __mulvsi3()
52 if (abs_a > MIN / -abs_b) in __mulvsi3()
HDmuloti4.c27 const ti_int MIN = (ti_int)1 << (N-1); in __muloti4() local
28 const ti_int MAX = ~MIN; in __muloti4()
31 if (a == MIN) in __muloti4()
37 if (b == MIN) in __muloti4()
56 if (abs_a > MIN / -abs_b) in __muloti4()
HDnegvsi2.c24 const si_int MIN = (si_int)1 << ((int)(sizeof(si_int) * CHAR_BIT)-1); in __negvsi2() local
25 if (a == MIN) in __negvsi2()
HDnegvdi2.c24 const di_int MIN = (di_int)1 << ((int)(sizeof(di_int) * CHAR_BIT)-1); in __negvdi2() local
25 if (a == MIN) in __negvdi2()
HDnegvti2.c26 const ti_int MIN = (ti_int)1 << ((int)(sizeof(ti_int) * CHAR_BIT)-1); in __negvti2() local
27 if (a == MIN) in __negvti2()
/NextBSD/lib/libthread_db/arch/powerpc/
HDlibpthread_md.c41 memcpy(mc->mc_frame, r, MIN(sizeof(mc->mc_frame), sizeof(*r))); in pt_reg_to_ucontext()
49 memcpy(r, mc->mc_frame, MIN(sizeof(mc->mc_frame), sizeof(*r))); in pt_ucontext_to_reg()
57 memcpy(mc->mc_fpreg, r, MIN(sizeof(mc->mc_fpreg), sizeof(*r))); in pt_fpreg_to_ucontext()
67 memcpy(r, mc->mc_fpreg, MIN(sizeof(mc->mc_fpreg), sizeof(*r))); in pt_ucontext_to_fpreg()
/NextBSD/lib/libthread_db/arch/sparc64/
HDlibpthread_md.c43 memcpy(&uc->uc_mcontext, r, MIN(sizeof(uc->uc_mcontext), sizeof(*r))); in pt_reg_to_ucontext()
50 memcpy(r, &uc->uc_mcontext, MIN(sizeof(uc->uc_mcontext), sizeof(*r))); in pt_ucontext_to_reg()
58 memcpy(mc->mc_fp, r->fr_regs, MIN(sizeof(mc->mc_fp), in pt_fpreg_to_ucontext()
71 memcpy(r->fr_regs, mc->mc_fp, MIN(sizeof(mc->mc_fp), in pt_ucontext_to_fpreg()
/NextBSD/usr.bin/calendar/
HDsunpos.c191 #define MIN(h) (15 * ((h) % 4)) macro
313 sunpos(year, 6, d, UTCoffset, HOUR(h), MIN(h), SEC(h), in fequinoxsolstice()
318 DEBUG2(year, 6, d, HOUR(h), MIN(h), in fequinoxsolstice()
343 sunpos(year, 12, d, UTCoffset, HOUR(h), MIN(h), SEC(h), in fequinoxsolstice()
348 DEBUG2(year, 12, d, HOUR(h), MIN(h), in fequinoxsolstice()
382 HOUR(h), MIN(h), SEC(h), 0.0, 0.0, &prevL, &dec); in calculatesunlongitude30()
389 HOUR(h), MIN(h), SEC(h), in calculatesunlongitude30()
395 year, m, d, HOUR(h), MIN(h), *pichinesemonths, curL); in calculatesunlongitude30()
405 year, m, d, HOUR(h), MIN(h), *pichinesemonths, curL); in calculatesunlongitude30()
/NextBSD/contrib/gcc/
HDrtlhooks.c79 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode)) in gen_lowpart_general()
80 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_general()
155 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode)) in gen_lowpart_if_possible()
156 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_if_possible()
/NextBSD/sys/x86/x86/
HDbusdma_bounce.c306 maxpages = MIN(MAX_BPAGES, Maxmem - in bounce_bus_dmamap_create()
311 pages = MIN(maxpages - bz->total_bpages, pages); in bounce_bus_dmamap_create()
474 sgsize = MIN(buflen, dmat->common.maxsegsz); in _bus_dmamap_count_phys()
476 sgsize = MIN(PAGE_SIZE, sgsize); in _bus_dmamap_count_phys()
549 max_sgsize = MIN(buflen, dmat->common.maxsegsz); in _bus_dmamap_count_ma()
550 sg_len = MIN(sg_len, max_sgsize); in _bus_dmamap_count_ma()
552 sg_len = MIN(PAGE_SIZE, max_sgsize); in _bus_dmamap_count_ma()
698 sgsize = MIN(buflen, dmat->common.maxsegsz); in bounce_bus_dmamap_load_phys()
703 sgsize = MIN(PAGE_SIZE, sgsize); in bounce_bus_dmamap_load_phys()
768 max_sgsize = MIN(buflen, dmat->common.maxsegsz); in bounce_bus_dmamap_load_buffer()
[all …]
/NextBSD/sys/kern/
HDtty_outq.c157 cend = MIN(MIN(to->to_end, to->to_begin + len), in ttyoutq_read()
218 cend = MIN(MIN(to->to_end, to->to_begin + uio->uio_resid), in ttyoutq_read_uio()
304 l = MIN(nbytes, TTYOUTQ_DATASIZE - boff); in ttyoutq_write()
/NextBSD/bin/pax/
HDbuf_subs.c405 res = MIN((bufend - bufpt), skcnt); in rd_skip()
444 cnt = MIN(cnt, res); in rd_skip()
496 cnt = MIN(cnt, outcnt); in wr_rdbuf()
544 cnt = MIN(cnt, incnt); in rd_wrbuf()
576 cnt = MIN(cnt, skcnt); in wr_skip()
619 cnt = MIN(cnt, size); in wr_rdfile()
702 cnt = MIN(cnt, size); in rd_wrfile()
/NextBSD/contrib/diff/lib/
HDcmpbuf.c74 #undef MIN
75 #define MIN(a, b) ((a) <= (b) ? (a) : (b)) macro
92 size_t bytes_to_read = MIN (buflim - bp, readlim); in block_read()
/NextBSD/sys/dev/sound/midi/
HDmidiq.h64 MIN( (size), (head).s - (head).h) ), \
66 …MIDIQ_MOVE(&(head).b[(head).h], (buf), sizeof(*(head).b) * MIN((size), (head).s - (head).h)); …
82 …%d h %d t %d\n", &(head).b[(head).t], (buf), (intmax_t)sizeof(*(head).b) * MIN((size), (head).s - …
83 …if (move) MIDIQ_MOVE((buf), &(head).b[(head).t], sizeof(*(head).b) * MIN((size), (head).s - (head)…
/NextBSD/lib/libc/gen/
HDutxdb.c42 MIN(sizeof (fu)->fu_ ## field, sizeof (ut)->ut_ ## field)); \
46 MIN(sizeof (fu)->fu_id, sizeof (ut)->ut_id)); \
107 MIN(sizeof (ut)->ut_ ## field - 1, sizeof (fu)->fu_ ## field)); \
111 MIN(sizeof (ut)->ut_id, sizeof (fu)->fu_id)); \
/NextBSD/usr.sbin/fstyp/
HDmsdosfs.c87 MIN(size, sizeof(pfat_bsbpb->BS_VolLab) + 1)); in fstyp_msdosfs()
105 MIN(size, sizeof(pfat32_bsbpb->BS_VolLab) + 1)); in fstyp_msdosfs()
150 MIN(size, in fstyp_msdosfs()
/NextBSD/sys/contrib/octeon-sdk/
HDocteon-pci-console.c53 #define MIN(a,b) min((a),(b)) macro
60 #ifndef MIN
61 # define MIN(a,b) (((a)<(b))?(a):(b)) macro
163 bytes_to_write = MIN(bytes_to_write, write_reqest_size); in octeon_pci_console_host_write()
208 bytes_to_read = MIN(bytes_to_read, buf_size); in octeon_pci_console_host_read()
330 int write_size = MIN(bytes_available, bytes_to_write); in octeon_pci_console_write()
400 read_size = MIN(bytes_available, buffer_size); in octeon_pci_console_read()
/NextBSD/contrib/ipfilter/lib/
HDicmpcode.c15 #ifndef MIN
16 # define MIN(a,b) ((a) > (b) ? (b) : (a)) macro

12345678910>>...28