Home
last modified time | relevance | path

Searched defs:pct (Results 1 – 17 of 17) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp617 double pct = (Stats.NumBits * 100.0) / BufferSizeBits; in AnalyzeBitcode() local
635 double pct = (Stats.NumAbbreviatedRecords * 100.0) / Stats.NumRecords; in AnalyzeBitcode() local
/minix3/external/bsd/top/dist/machine/
H A Dm_hpux7.c89 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ argument
538 register double pct; local
H A Dm_hpux8.c104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ argument
505 register double pct; local
H A Dm_sunos4.c115 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ argument
649 register double pct; local
H A Dm_hpux9.c117 #define weighted_cpu(pct, pp) ((p_time_exact(pp)) == 0 ? 0.0 : \ argument
523 register double pct; local
H A Dm_macosx.c93 #define weighted_cpu(pct, s) (s == 0 ? 0.0 : \ argument
391 register double pct; in format_next_process() local
H A Dm_sco5.c104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \ argument
537 register double pct; in format_next_process() local
H A Dm_netbsd.c86 #define weighted_cpu(pfx, pct, pp) ((pp)->pfx ## swtime == 0 ? 0.0 : \ argument
830 double pct, wcpu, cpu; in format_next_proc() local
905 double pct; in format_next_lwp() local
H A Dm_hpux10.c493 register double pct; local
H A Dm_svr4.c107 #define weighted_cpu(pct, pp) ( ((pp)->pr_time.tv_sec) == 0 ? 0.0 : \ argument
H A Dm_decosf1.c569 register double pct; local
H A Dm_irixsgi.c608 clip_percent(double pct) in clip_percent()
H A Dm_svr5.c479 double pct; in percent_cpu() local
/minix3/games/adventure/
H A Dsubr.c143 pct(int n) in pct() function
/minix3/external/bsd/dhcp/dist/omapip/
H A Dhash.c355 unsigned curlen, pct, contents=0, minlen=UINT_MAX, maxlen=0; in hash_report() local
/minix3/external/bsd/nvi/dist/common/
H A Dexf.c1038 char *bp, *pct, *slash, *t, buf[8192]; in file_backup() local
/minix3/sys/uvm/
H A Duvm_extern.h250 #define UVM_PCTPARAM_APPLY(pct, x) \ argument