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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
rotatingtree.c 5 /* The randombits() function below is a fast-and-dirty generator that
15 randombits(int bits) function
50 if (randombits(3) != 4) {
73 rotate = !randombits(1);
  /external/python/cpython2/Modules/
rotatingtree.c 5 /* The randombits() function below is a fast-and-dirty generator that
15 randombits(int bits) function
50 if (randombits(3) != 4) {
73 rotate = !randombits(1);
  /external/python/cpython3/Modules/
rotatingtree.c 5 /* The randombits() function below is a fast-and-dirty generator that
15 randombits(int bits) function
50 if (randombits(3) != 4) {
73 rotate = !randombits(1);

Completed in 201 milliseconds