HomeSort by: relevance | last modified time | path
    Searched refs:p_time (Results 1 - 9 of 9) sorted by relevancy

  /src/include/
resolv.h 370 #define p_time __p_time macro
443 const char * p_time(uint32_t);
  /src/external/bsd/libbind/dist/include/
resolv.h 373 #define p_time __p_time macro
443 const char * p_time __P((u_int32_t));
  /src/external/bsd/top/dist/machine/
m_hpux7.c 89 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \
90 ((pct) / (1.0 - exp((pp)->p_time * logcpu))))
m_hpux8.c 104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \
105 ((pct) / (1.0 - exp((pp)->p_time * logcpu))))
m_sunos4.c 115 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \
116 ((pct) / (1.0 - exp((pp)->p_time * logcpu))))
m_sco5.c 104 #define weighted_cpu(pct, pp) ((pp)->p_time == 0 ? 0.0 : \
105 ((pct) / (1.0 - exp((pp)->p_time * logcpu))))
m_hpux9.c 84 # define p_time_exact(p) ((p)->p_time)
  /src/lib/libc/resolv/
res_debug.c 719 p_time(u_int32_t value) { function
  /src/external/bsd/libbind/dist/resolv/
res_debug.c 711 p_time(u_int32_t value) { function

Completed in 34 milliseconds