OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINTMAX_MAX
(Results
1 - 25
of
94
) sorted by null
1
2
3
4
/bionic/libc/stdlib/
strtoumax.c
76
case x: cutoff =
UINTMAX_MAX
/ x; \
77
cutlim =
UINTMAX_MAX
% x; \
85
cutoff =
UINTMAX_MAX
/ base;
86
cutlim =
UINTMAX_MAX
% base;
102
acc =
UINTMAX_MAX
;
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
119
#ifndef
UINTMAX_MAX
120
#error
UINTMAX_MAX
defined!
test_c.c
117
#ifndef
UINTMAX_MAX
118
#error
UINTMAX_MAX
defined!
test_no_macros.cpp
117
#ifdef
UINTMAX_MAX
118
#error
UINTMAX_MAX
defined!
test_constant_macros.cpp
118
#ifdef
UINTMAX_MAX
119
#error
UINTMAX_MAX
is defined!
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c
284
/* Support for uintmax_t. We also need
UINTMAX_MAX
. */
290
#ifndef
UINTMAX_MAX
291
#define
UINTMAX_MAX
ULLONG_MAX
292
#endif /* !defined(
UINTMAX_MAX
) */
295
#ifdef
UINTMAX_MAX
296
#undef
UINTMAX_MAX
297
#endif /* defined(
UINTMAX_MAX
) */
298
#define
UINTMAX_MAX
ULLONG_MAX
1085
* digits of the 32-bit, the 64-bit, or the 128-bit
UINTMAX_MAX
value
1107
if ((intpart = cast(ufvalue)) ==
UINTMAX_MAX
) {
[
all
...]
/external/clang/test/Preprocessor/
stdint.c
1046
UINTMAX_MAX_
UINTMAX_MAX
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c
284
/* Support for uintmax_t. We also need
UINTMAX_MAX
. */
290
#ifndef
UINTMAX_MAX
291
#define
UINTMAX_MAX
ULLONG_MAX
292
#endif /* !defined(
UINTMAX_MAX
) */
295
#ifdef
UINTMAX_MAX
296
#undef
UINTMAX_MAX
297
#endif /* defined(
UINTMAX_MAX
) */
298
#define
UINTMAX_MAX
ULLONG_MAX
1085
* digits of the 32-bit, the 64-bit, or the 128-bit
UINTMAX_MAX
value
1107
if ((intpart = cast(ufvalue)) ==
UINTMAX_MAX
) {
[
all
...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h
235
#define
UINTMAX_MAX
UINT64_MAX
247
#define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
/prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
stdint.h
238
# define
UINTMAX_MAX
UINT64_MAX
254
# define
UINTMAX_MAX
UINT32_MAX
Completed in 130 milliseconds
1
2
3
4