Home
last modified time | relevance | path

Searched refs:ui16ret (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostair.c82 IMG_UINT16 ui16ret = 0; in tng__rand() local
84 ui16ret = (IMG_UINT16)(ctx->ui32pseudo_rand_seed / 65536) % 32768; in tng__rand()
85 return ui16ret; in tng__rand()