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

  /external/syslinux/core/lwip/src/netif/ppp/
randm.c 148 u32_t newRand;
150 avGenRand((char *)&newRand, sizeof(newRand));
152 return newRand;
  /external/opencv/cvaux/src/
cvtrifocal.cpp 429 int newRand;
437 newRand = rand()%range;
442 if( arr[j] == newRand )
451 arr[i] = newRand;
    [all...]

Completed in 177 milliseconds