OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINTMAX_MAX
(Results
26 - 50
of
80
) sorted by null
1
2
3
4
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h
204
#undef
UINTMAX_MAX
205
#define
UINTMAX_MAX
__UINTMAX_MAX__
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
stdint.h
221
# define
UINTMAX_MAX
UINT64_MAX
/bionic/libc/include/
stdint.h
226
# define
UINTMAX_MAX
UINT64_MAX
/development/ndk/platforms/android-3/include/
stdint.h
226
# define
UINTMAX_MAX
UINT64_MAX
/external/bison/darwin-lib/
stdint.h
306
similarly for
UINTMAX_MAX
and uintmax_t. This avoids problems with
323
#ifndef
UINTMAX_MAX
491
#ifndef
UINTMAX_MAX
493
# define
UINTMAX_MAX
UINT64_MAX
495
# define
UINTMAX_MAX
UINT32_MAX
/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/chromium_org/third_party/smhasher/src/
pstdint.h
542
# define
UINTMAX_MAX
UINT64_MAX
558
# define
UINTMAX_MAX
UINT32_MAX
/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
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
427
#undef
UINTMAX_MAX
429
# define
UINTMAX_MAX
UINT64_MAX
431
# define
UINTMAX_MAX
UINT32_MAX
/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
Completed in 839 milliseconds
1
2
3
4