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

  /external/tensorflow/tensorflow/core/lib/random/
simple_philox.h 36 PHILOX_DEVICE_INLINE uint32 Rand32() { return single_(); }
  /device/linaro/bootloader/edk2/OptionRomPkg/Application/BltLibSample/
BltLibSample.c 38 Rand32 (
85 W = Width - (Rand32 () % Width);
86 H = Height - (Rand32 () % Height);
88 X = Rand32 () % (Width - W);
93 Y = Rand32 () % (Height - H);
97 *(UINT32*) (&Color) = Rand32 () & 0xffffff;
  /external/ltp/testcases/kernel/io/disktest/
sfunc.c 66 long Rand32(void)
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 99 uint32_t Rand32() {
107 uint64_t Val = Rand32();
108 return Val | (uint64_t(Rand32()) << 32);

Completed in 360 milliseconds