HomeSort by relevance Sort by last modified time
    Searched refs:PRIiMAX (Results 76 - 91 of 91) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
inttypes.h 83 #define PRIiMAX "ji" /* intmax_t */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
inttypes.h 83 #define PRIiMAX "ji" /* intmax_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
inttypes.h 83 #define PRIiMAX "ji" /* intmax_t */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
inttypes.h 83 #define PRIiMAX "ji" /* intmax_t */
  /external/elfutils/0.153/src/
addr2line.c 458 if (sscanf (string, "(%m[^)])%" PRIiMAX "%n", &name, &addr, &i) == 2
461 switch (sscanf (string, "%m[^-+]%n%" PRIiMAX "%n", &name, &i, &addr, &j))
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 119 #ifndef PRIiMAX
120 #error PRIiMAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 119 #ifndef PRIiMAX
120 #error PRIiMAX not defined
  /external/bison/darwin-lib/
inttypes.h 820 #if !defined PRIiMAX || 0
821 # undef PRIiMAX
823 # define PRIiMAX PRIi64
825 # define PRIiMAX "li"
    [all...]
  /external/bison/linux-lib/
inttypes.h 820 #if !defined PRIiMAX || 0
821 # undef PRIiMAX
823 # define PRIiMAX PRIi64
825 # define PRIiMAX "li"
    [all...]
  /external/e2fsprogs/intl/
loadmsgcat.c 391 #if !defined PRIiMAX || PRI_MACROS_BROKEN
392 # undef PRIiMAX
393 # define PRIiMAX (sizeof (uintmax_t) == sizeof (long) ? "li" : "lli")
721 return PRIiMAX;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-parse.y 214 "#line %" PRIiMAX "\n",
224 "#line %" PRIiMAX " %" PRIiMAX "\n",
355 ralloc_asprintf_rewrite_tail (&parser->output, &parser->output_length, "#version %" PRIiMAX, $2);
950 ralloc_asprintf_rewrite_tail (out, len, "%" PRIiMAX, token->value.ival);
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-parse.y 214 "#line %" PRIiMAX "\n",
224 "#line %" PRIiMAX " %" PRIiMAX "\n",
355 ralloc_asprintf_rewrite_tail (&parser->output, &parser->output_length, "#version %" PRIiMAX, $2);
950 ralloc_asprintf_rewrite_tail (out, len, "%" PRIiMAX, token->value.ival);
    [all...]
  /external/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 363 #ifndef PRIiMAX
364 #error PRIiMAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 363 #ifndef PRIiMAX
364 #error PRIiMAX not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
inttypes.h 158 # define PRIiMAX __PRI64_PREFIX "i"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 158 # define PRIiMAX __PRI64_PREFIX "i"

Completed in 538 milliseconds

1 2 34