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

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
strtoumax.c 1 #define TYPE uintmax_t
  /toolchain/binutils/binutils-2.27/config/
inttypes_h.m4 12 # doesn't clash with <sys/types.h>, and declares uintmax_t.
20 [uintmax_t i = (uintmax_t) -1;],
26 and declares uintmax_t. ])
stdint_h.m4 12 # doesn't clash with <sys/types.h>, and declares uintmax_t.
20 [uintmax_t i = (uintmax_t) -1;],
26 and declares uintmax_t. ])
uintmax_t.m4 0 # uintmax_t.m4 serial 7 (gettext-0.12)
13 # Define uintmax_t to 'unsigned long' or 'unsigned long long'
25 AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,
30 [Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>.])
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ratio 90 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
92 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
93 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
94 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
95 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
112 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ratio 90 static const uintmax_t __c = uintmax_t(1) << (sizeof(intmax_t) * 4);
92 static const uintmax_t __a0 = __static_abs<_Pn>::value % __c;
93 static const uintmax_t __a1 = __static_abs<_Pn>::value / __c;
94 static const uintmax_t __b0 = __static_abs<_Qn>::value % __c;
95 static const uintmax_t __b1 = __static_abs<_Qn>::value / __c;
112 // __hi*2^(8*sizeof(uintmax_t)) + __lo.
113 template<uintmax_t __hi1, uintmax_t __lo1, uintmax_t __hi2, uintmax_t __lo2
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/
inttypes.i 20 /* We have to define the `uintmax_t' type using `ldiv_t'. */
29 /* We have to define the `uintmax_t' type using `lldiv_t'. */
47 /* Like `strtoul' but convert to `uintmax_t'. */
48 extern uintmax_t strtoumax (const char *nptr, char ** endptr, int base);
54 /* Like `wcstoul' but convert to `uintmax_t'. */
55 extern uintmax_t wcstoumax (const wchar_t *nptr, wchar_t ** endptr, int base);
63 /* Like `strtoul' but convert to `uintmax_t'. */
64 extern uintmax_t strtoumax (const char *nptr, char **endptr,int base);
70 /* Like `wcstoul' but convert to `uintmax_t'. */
71 extern uintmax_t wcstoumax (const wchar_t *nptr, wchar_t **endptr, int base)
    [all...]
  /bionic/libc/tzcode/
difftime.c 36 /* Use uintmax_t if wide enough. */
37 if (sizeof (time_t) <= sizeof (uintmax_t)) {
38 uintmax_t t1 = time1, t0 = time0;
50 ** The values have opposite signs and uintmax_t is too narrow.
  /external/syslinux/dos/
strtoul.c 10 extern uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.hard_lk_ct/
hard_link_count.pass.cpp 14 // uintmax_t hard_link_count(const path& p);
15 // uintmax_t hard_link_count(const path& p, std::error_code& ec) noexcept;
33 ASSERT_SAME_TYPE(decltype(hard_link_count(p)), uintmax_t);
34 ASSERT_SAME_TYPE(decltype(hard_link_count(p, ec)), uintmax_t);
48 uintmax_t DirExpect = 3; // hard link from . .. and Dir2
49 uintmax_t Dir3Expect = 2; // hard link from . ..
50 uintmax_t DirExpectAlt = DirExpect;
51 uintmax_t Dir3ExpectAlt = Dir3Expect;
91 const uintmax_t expect = static_cast<uintmax_t>(-1)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.hard_lk_ct/
hard_link_count.pass.cpp 14 // uintmax_t hard_link_count(const path& p);
15 // uintmax_t hard_link_count(const path& p, std::error_code& ec) noexcept;
33 ASSERT_SAME_TYPE(decltype(hard_link_count(p)), uintmax_t);
34 ASSERT_SAME_TYPE(decltype(hard_link_count(p, ec)), uintmax_t);
48 uintmax_t DirExpect = 3; // hard link from . .. and Dir2
49 uintmax_t Dir3Expect = 2; // hard link from . ..
50 uintmax_t DirExpectAlt = DirExpect;
51 uintmax_t Dir3ExpectAlt = Dir3Expect;
91 const uintmax_t expect = static_cast<uintmax_t>(-1)
    [all...]
  /external/mesa3d/src/intel/isl/
isl_priv.h 51 isl_is_pow2(uintmax_t n)
60 isl_is_aligned(uintmax_t n, uintmax_t a)
69 static inline uintmax_t
70 isl_align(uintmax_t n, uintmax_t a)
76 static inline uintmax_t
77 isl_align_npot(uintmax_t n, uintmax_t a)
86 static inline uintmax_t
    [all...]
  /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 *')}}
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.file_size/
file_size.pass.cpp 14 // uintmax_t file_size(const path& p);
15 // uintmax_t file_size(const path& p, std::error_code& ec) noexcept;
33 ASSERT_SAME_TYPE(decltype(file_size(p)), uintmax_t);
34 ASSERT_SAME_TYPE(decltype(file_size(p, ec)), uintmax_t);
71 const uintmax_t expect = static_cast<uintmax_t>(-1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.file_size/
file_size.pass.cpp 14 // uintmax_t file_size(const path& p);
15 // uintmax_t file_size(const path& p, std::error_code& ec) noexcept;
33 ASSERT_SAME_TYPE(decltype(file_size(p)), uintmax_t);
34 ASSERT_SAME_TYPE(decltype(file_size(p, ec)), uintmax_t);
71 const uintmax_t expect = static_cast<uintmax_t>(-1);
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.space/
space.pass.cpp 26 bool EqualDelta(std::uintmax_t x, std::uintmax_t y, std::uintmax_t delta) {
70 const auto expect = static_cast<std::uintmax_t>(-1);
93 auto do_mult = [&](std::uintmax_t val) {
94 std::uintmax_t fsize = expect.f_frsize;
95 std::uintmax_t new_val = val * fsize;
99 const std::uintmax_t bad_value = static_cast<std::uintmax_t>(-1);
100 const std::uintmax_t expect_capacity = do_mult(expect.f_blocks)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.space/
space.pass.cpp 26 bool EqualDelta(std::uintmax_t x, std::uintmax_t y, std::uintmax_t delta) {
70 const auto expect = static_cast<std::uintmax_t>(-1);
93 auto do_mult = [&](std::uintmax_t val) {
94 std::uintmax_t fsize = expect.f_frsize;
95 std::uintmax_t new_val = val * fsize;
99 const std::uintmax_t bad_value = static_cast<std::uintmax_t>(-1);
100 const std::uintmax_t expect_capacity = do_mult(expect.f_blocks)
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.resize_file/
resize_file.pass.cpp 14 // void resize_file(const path& p, uintmax_t new_size);
15 // void resize_file(const path& p, uintmax_t new_size, error_code& ec) noexcept;
31 std::uintmax_t i; ((void)i);
43 auto checkThrow = [](path const& f, std::uintmax_t s, const std::error_code& ec)
80 const std::uintmax_t new_s = 100;
87 const std::uintmax_t new_s = 1;
94 const std::uintmax_t new_s = 0;
102 const std::uintmax_t new_s = 1024;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.resize_file/
resize_file.pass.cpp 14 // void resize_file(const path& p, uintmax_t new_size);
15 // void resize_file(const path& p, uintmax_t new_size, error_code& ec) noexcept;
31 std::uintmax_t i; ((void)i);
43 auto checkThrow = [](path const& f, std::uintmax_t s, const std::error_code& ec)
80 const std::uintmax_t new_s = 100;
87 const std::uintmax_t new_s = 1;
94 const std::uintmax_t new_s = 0;
102 const std::uintmax_t new_s = 1024;
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoumax.c 15 typedef uintmax_t uint_type;
  /external/dhcpcd-6.8.2/compat/
strtoi.h 35 uintmax_t strtou(const char * __restrict nptr, char ** __restrict endptr,
36 int base, uintmax_t lo, uintmax_t hi, int *rstatus);
strtoi.c 74 uintmax_t
76 uintmax_t lo, uintmax_t hi, int *rstatus)
79 uintmax_t r;
  /external/strace/tests/
remap_file_pages.c 66 (uintmax_t) addr, (uintmax_t) size,
68 (uintmax_t) pgoff, "MAP_PRIVATE|MAP_ANONYMOUS", errstr);
87 (uintmax_t) addr, (uintmax_t) size,
90 (uintmax_t) pgoff, MAP_TYPE, errstr);
  /external/strace/tests-m32/
remap_file_pages.c 66 (uintmax_t) addr, (uintmax_t) size,
68 (uintmax_t) pgoff, "MAP_PRIVATE|MAP_ANONYMOUS", errstr);
87 (uintmax_t) addr, (uintmax_t) size,
90 (uintmax_t) pgoff, MAP_TYPE, errstr);
  /external/strace/tests-mx32/
remap_file_pages.c 66 (uintmax_t) addr, (uintmax_t) size,
68 (uintmax_t) pgoff, "MAP_PRIVATE|MAP_ANONYMOUS", errstr);
87 (uintmax_t) addr, (uintmax_t) size,
90 (uintmax_t) pgoff, MAP_TYPE, errstr);

Completed in 261 milliseconds

1 2 3 4 5 6 7 8 91011>>