HomeSort by relevance Sort by last modified time
    Searched refs:ULONG_MAX (Results 201 - 225 of 242) sorted by null

1 2 3 4 5 6 7 8910

  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 117 * Return a random unsigned long l where 0N <= l <= ULONG_MAX.
142 return (double)(randul() / ULONG_MAX);
    [all...]
  /libcore/ojluni/src/main/native/
UnixNativeDispatcher.c 913 /* AIX returns ULONG_MAX in buf.f_blocks for the /proc file system. */
915 if (buf.f_blocks == ULONG_MAX) {
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c     [all...]
arraymodule.c 410 if (x > ULONG_MAX) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 347 if (x > ULONG_MAX) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 347 if (x > ULONG_MAX) {
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 142 #define FT_ULONG_MAX ULONG_MAX
    [all...]
  /external/libmtp/src/
libopenusb1-glue.c     [all...]
libusb-glue.c     [all...]