HomeSort by relevance Sort by last modified time
    Searched refs:drmRandom (Results 1 - 4 of 4) sorted by null

  /external/libdrm/
xf86drmRandom.c 107 extern unsigned long drmRandom(void *state);
147 unsigned long drmRandom(void *state)
165 return (double)drmRandom(state)/(double)s->m;
176 initial = drmRandom(state);
178 while (initial != drmRandom(state)) {
194 rand = drmRandom(state);
xf86drmHash.c 99 #define HASH_RANDOM drmRandom(state)
xf86drmSL.c 70 #define SL_RANDOM drmRandom(state)
xf86drm.h 688 extern unsigned long drmRandom(void *state);

Completed in 655 milliseconds