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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
opt_random.h 129 __uctype __high = __maskval / __uerngrange / __uerngrange; local
130 while (__high > __uerngrange)
133 __high /= __uerngrange;
135 const __uctype __highrange = __high + 1;

Completed in 1705 milliseconds