Searched defs:rand (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dpostproc_x86.c11 /* On Android NDK, rand is inlined function, but postproc needs rand symbol */
13 #define rand __rand macro
15 #undef rand macro
17 extern int rand(void) function
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmRandom.c190 unsigned long rand; local
194 rand = drmRandom(state);
197 rand, state->check,
198 rand - state->check ? "*INCORRECT*" : "CORRECT");

Completed in 74 milliseconds