HomeSort by: relevance | last modified time | path
    Searched defs:t_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
timerreg.h 116 volatile int64_t t_count; /* counter reg */ member in struct:timer_4u
  /src/crypto/external/bsd/heimdal/dist/lib/wind/
normalize.c 66 enum { t_count = 28}; enumerator in enum:__anon954
67 enum { n_count = v_count * t_count};
82 v = v_base + (s_index % n_count) / t_count;
83 t = t_base + s_index % t_count;
109 return (l_index * v_count + v_index) * t_count + s_base;
114 if (s_index % t_count != 0)
116 if (in[1] < t_base || in[1] >= t_base + t_count)

Completed in 32 milliseconds