HomeSort by relevance Sort by last modified time
    Searched full:intmax_t (Results 176 - 200 of 445) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
stdint.h 227 * intmax_t & uintmax_t
233 typedef int64_t intmax_t; typedef
249 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
stdint.h 227 * intmax_t & uintmax_t
233 typedef int64_t intmax_t; typedef
249 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
stdint.h 227 * intmax_t & uintmax_t
233 typedef int64_t intmax_t; typedef
249 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
stdint.h 227 * intmax_t & uintmax_t
233 typedef int64_t intmax_t; typedef
249 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
stdint.h 227 * intmax_t & uintmax_t
233 typedef int64_t intmax_t; typedef
249 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
stdint.h 227 * intmax_t & uintmax_t
233 typedef int64_t intmax_t; typedef
249 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
stdint.h 227 * intmax_t & uintmax_t
233 typedef int64_t intmax_t; typedef
249 typedef int32_t intmax_t; typedef
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
stdint.h 227 * intmax_t & uintmax_t
233 typedef int64_t intmax_t; typedef
249 typedef int32_t intmax_t; typedef
  /external/e2fsprogs/intl/
printf-parse.c 33 /* Get intmax_t. */
335 if (sizeof (intmax_t) > sizeof (long))
337 /* intmax_t = long long */
340 else if (sizeof (intmax_t) > sizeof (int))
342 /* intmax_t = long */
  /system/core/libcutils/
properties.c 61 static intmax_t property_get_imax(const char *key, intmax_t lower_bound, intmax_t upper_bound,
62 intmax_t default_value) {
67 intmax_t result = default_value;
  /external/bison/darwin-lib/
stdint.h 305 /* If the system defines INTMAX_MAX, assume that intmax_t works, and
311 # undef intmax_t macro
314 # define intmax_t gl_intmax_t macro
316 # define intmax_t int64_t macro
319 # define intmax_t gl_intmax_t macro
337 /* Verify that intmax_t and uintmax_t have the same size. Too much code
340 typedef int _verify_intmax_size[sizeof (intmax_t) == sizeof (uintmax_t)
  /external/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 159 // typedef std::intmax_t
160 static_assert(sizeof(std::intmax_t) >= sizeof(long long),
161 "sizeof(std::intmax_t) >= sizeof(long long)");
162 static_assert(std::is_signed<std::intmax_t>::value,
163 "std::is_signed<std::intmax_t>::value");
216 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min());
219 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
cstdint.pass.cpp 159 // typedef std::intmax_t
160 static_assert(sizeof(std::intmax_t) >= sizeof(long long),
161 "sizeof(std::intmax_t) >= sizeof(long long)");
162 static_assert(std::is_signed<std::intmax_t>::value,
163 "std::is_signed<std::intmax_t>::value");
216 assert(INTMAX_MIN == std::numeric_limits<std::intmax_t>::min());
219 assert(INTMAX_MAX == std::numeric_limits<std::intmax_t>::max());
  /external/bison/lib/
inttypes.in.h 1055 extern intmax_t imaxabs (intmax_t);
1068 typedef struct { intmax_t quot; intmax_t rem; } imaxdiv_t;
1071 extern imaxdiv_t imaxdiv (intmax_t, intmax_t);
1087 _GL_FUNCDECL_RPL (strtoimax, intmax_t,
1089 _GL_CXXALIAS_RPL (strtoimax, intmax_t, (const char *, char **, int));
1093 _GL_FUNCDECL_SYS (strtoimax, intmax_t,
1096 _GL_CXXALIAS_SYS (strtoimax, intmax_t, (const char *, char **, int))
    [all...]
  /external/jemalloc/test/include/test/
test.h 109 #define assert_jd_eq(a, b, ...) assert_cmp(intmax_t, a, b, ==, \
111 #define assert_jd_ne(a, b, ...) assert_cmp(intmax_t, a, b, !=, \
113 #define assert_jd_lt(a, b, ...) assert_cmp(intmax_t, a, b, <, \
115 #define assert_jd_le(a, b, ...) assert_cmp(intmax_t, a, b, <=, \
117 #define assert_jd_ge(a, b, ...) assert_cmp(intmax_t, a, b, >=, \
119 #define assert_jd_gt(a, b, ...) assert_cmp(intmax_t, a, b, >, \
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 257 #undef intmax_t macro
260 # define intmax_t gl_intmax_t macro
262 # define intmax_t int64_t macro
265 # define intmax_t gl_intmax_t macro
279 /* Verify that intmax_t and uintmax_t have the same size. Too much code
282 typedef int _verify_intmax_size[2 * (sizeof (intmax_t) == sizeof (uintmax_t)) - 1];
  /external/chromium_org/sandbox/linux/suid/
process_util_linux.c 38 snprintf(oom_adj, sizeof(oom_adj), "/proc/%" PRIdMAX, (intmax_t)process);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 248 #include <inttypes.h> /* For intmax_t (if not defined in <stdint.h>). */
257 #include <stdint.h> /* For intmax_t. */
319 /* Support for intmax_t. */
320 #ifndef INTMAX_T
321 #if HAVE_INTMAX_T || defined(intmax_t)
322 #define INTMAX_T intmax_t
324 #define INTMAX_T LLONG
325 #endif /* HAVE_INTMAX_T || defined(intmax_t) */
326 #endif /* !defined(INTMAX_T) */
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 636 intmax_t i = 0;
637 static_assert((std::is_same<decltype(imaxabs(i)), intmax_t>::value), "");
639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), "");
641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 248 #include <inttypes.h> /* For intmax_t (if not defined in <stdint.h>). */
257 #include <stdint.h> /* For intmax_t. */
319 /* Support for intmax_t. */
320 #ifndef INTMAX_T
321 #if HAVE_INTMAX_T || defined(intmax_t)
322 #define INTMAX_T intmax_t
324 #define INTMAX_T LLONG
325 #endif /* HAVE_INTMAX_T || defined(intmax_t) */
326 #endif /* !defined(INTMAX_T) */
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
inttypes_h.pass.cpp 636 intmax_t i = 0;
637 static_assert((std::is_same<decltype(imaxabs(i)), intmax_t>::value), "");
639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), "");
641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstdint 80 using ::intmax_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
cstdint 78 using ::intmax_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdint 63 using ::intmax_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
cstdint 78 using ::intmax_t;

Completed in 1339 milliseconds

1 2 3 4 5 6 78 91011>>