OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINTMAX_C
(Results
1 - 25
of
26
) sorted by null
1
2
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
212
#ifndef
UINTMAX_C
213
#error
UINTMAX_C
defined!
test_c.c
210
#ifndef
UINTMAX_C
211
#error
UINTMAX_C
defined!
test_no_macros.cpp
210
#ifdef
UINTMAX_C
211
#error
UINTMAX_C
defined!
test_constant_macros.cpp
211
#ifndef
UINTMAX_C
212
#error
UINTMAX_C
is not defined!
test_limit_macros.cpp
211
#ifdef
UINTMAX_C
212
#error
UINTMAX_C
is defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
325
# define UINT64_MAX
UINTMAX_C
(18446744073709551615)
557
#undef
UINTMAX_C
559
# define
UINTMAX_C
(x) x##ULL
561
# define
UINTMAX_C
(x) UINT64_C(x)
563
# define
UINTMAX_C
(x) x##UL
/bionic/libc/include/
stdint.h
243
# define
UINTMAX_C
(c) UINT64_C(c)
259
# define
UINTMAX_C
(c) UINT32_C(c)
/development/ndk/platforms/android-3/include/
stdint.h
243
# define
UINTMAX_C
(c) UINT64_C(c)
259
# define
UINTMAX_C
(c) UINT32_C(c)
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
312
# define
UINTMAX_C
(c) c ## UL
315
# define
UINTMAX_C
(c) c ## ULL
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
238
#define
UINTMAX_C
(c) UINT64_C(c)
250
#define
UINTMAX_C
(c) UINT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
238
#define
UINTMAX_C
(c) UINT64_C(c)
250
#define
UINTMAX_C
(c) UINT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
238
#define
UINTMAX_C
(c) UINT64_C(c)
250
#define
UINTMAX_C
(c) UINT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
238
#define
UINTMAX_C
(c) UINT64_C(c)
250
#define
UINTMAX_C
(c) UINT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
238
#define
UINTMAX_C
(c) UINT64_C(c)
250
#define
UINTMAX_C
(c) UINT32_C(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
238
#define
UINTMAX_C
(c) UINT64_C(c)
250
#define
UINTMAX_C
(c) UINT32_C(c)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
243
# define
UINTMAX_C
(c) UINT64_C(c)
259
# define
UINTMAX_C
(c) UINT32_C(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
243
# define
UINTMAX_C
(c) UINT64_C(c)
259
# define
UINTMAX_C
(c) UINT32_C(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
243
# define
UINTMAX_C
(c) UINT64_C(c)
259
# define
UINTMAX_C
(c) UINT32_C(c)
/external/mesa3d/include/c99/
stdint.h
242
#define
UINTMAX_C
UINT64_C
/external/clang/lib/Headers/
stdint.h
658
#define
UINTMAX_C
(v) __UINTN_C(__INTMAX_WIDTH__, v)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
651
#define
UINTMAX_C
(v) __UINTN_C(__INTMAX_WIDTH__, v)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
651
#define
UINTMAX_C
(v) __UINTN_C(__INTMAX_WIDTH__, v)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
651
#define
UINTMAX_C
(v) __UINTN_C(__INTMAX_WIDTH__, v)
/prebuilt/sdk/14/renderscript/clang-include/
stdint.h
658
#define
UINTMAX_C
(v) __UINTN_C(__INTMAX_WIDTH__, v)
Completed in 213 milliseconds
1
2