HomeSort by relevance Sort by last modified time
    Searched defs:_now (Results 1 - 8 of 8) sorted by null

  /external/libvorbis/vq/
vqgen.h 65 static inline float *_now(vqgen *v,long ptr){ function
metrics.c 52 static float *_now(codebook *c, int i){ function
104 float this=_dist(c->c->dim,_now(c,j),_now(c,k));
  /external/qemu/util/
oslib-win32.c 175 } _now; local
178 GetSystemTimeAsFileTime (&_now.ft);
179 tp->tv_usec=(long)((_now.ns100 / 10ULL) % 1000000ULL );
180 tp->tv_sec= (long)((_now.ns100 - _W32_FT_OFFSET) / 10000000ULL);