HomeSort by relevance Sort by last modified time
    Searched defs:uintmax_t (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/clang/test/Sema/
format-strings-int-typedefs.c 8 printf("%ju", 42.0); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long')}}
17 scanf("%ju", 0); // expected-warning {{format specifies type 'uintmax_t *' (aka 'unsigned long long *')}}
29 typedef void *uintmax_t; typedef
34 printf("%ju", (uintmax_t)42); // expected-warning {{format specifies type 'uintmax_t' (aka 'unsigned long long') but the argument has type 'uintmax_t' (aka 'void *')}}
format-strings-fixit.c 15 typedef __UINTMAX_TYPE__ uintmax_t; typedef
65 printf("%f", (uintmax_t) 42);
71 typedef uintmax_t my_uintmax_type;
118 uintmax_t uIntmaxVar;
153 typedef uintmax_t my_uintmax_type;
200 // CHECK: printf("%ju", (uintmax_t) 42);
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_mwgwtypes.h 80 typedef UINT64 uintmax_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_mwgwtypes.h 80 typedef UINT64 uintmax_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_mwgwtypes.h 80 typedef UINT64 uintmax_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_mwgwtypes.h 81 typedef UINT64 uintmax_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_mwgwtypes.h 80 typedef UINT64 uintmax_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
stdint.h 63 typedef __uintmax_t uintmax_t; typedef
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove_all/
remove_all.pass.cpp 14 // uintmax_t remove_all(const path& p);
15 // uintmax_t remove_all(const path& p, error_code& ec) noexcept;
32 ASSERT_SAME_TYPE(decltype(fs::remove_all(p)), std::uintmax_t); member in class:std
33 ASSERT_SAME_TYPE(decltype(fs::remove_all(p, ec)), std::uintmax_t); member in class:std
69 const auto BadRet = static_cast<std::uintmax_t>(-1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove_all/
remove_all.pass.cpp 14 // uintmax_t remove_all(const path& p);
15 // uintmax_t remove_all(const path& p, error_code& ec) noexcept;
32 ASSERT_SAME_TYPE(decltype(fs::remove_all(p)), std::uintmax_t); member in class:std
33 ASSERT_SAME_TYPE(decltype(fs::remove_all(p, ec)), std::uintmax_t); member in class:std
70 const auto BadRet = static_cast<std::uintmax_t>(-1);
  /external/icu/icu4c/source/tools/tzcode/
private.h 193 typedef unsigned long long uintmax_t; typedef
196 typedef unsigned long uintmax_t; typedef
  /external/syslinux/com32/include/
stdint.h 27 typedef uint64_t uintmax_t; typedef
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 7 typedef __UINTMAX_TYPE__ uintmax_t; typedef
219 CALL_WRITEPARAM(uintmax_t) // ERROR
  /bionic/libc/tzcode/
private.h 267 typedef unsigned long long uintmax_t; typedef
269 typedef unsigned long uintmax_t; typedef
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 124 typedef uint64_t uintmax_t; typedef
  /external/libusb/msvc/
stdint.h 122 typedef unsigned __int64 uintmax_t; typedef
  /external/libvncserver/compat/msvc/
stdint.h 124 typedef uint64_t uintmax_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 109 typedef uint64_t uintmax_t; typedef
  /external/syslinux/dos/
stdint.h 52 typedef uint64_t uintmax_t; typedef
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h 170 typedef uint64_t uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 106 typedef __UINTMAX_TYPE__ uintmax_t; typedef
108 typedef unsigned long long uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h 92 typedef __UINTMAX_TYPE__ uintmax_t; typedef

Completed in 947 milliseconds

1 2 3