OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINT8_C
(Results
1 - 25
of
27
) sorted by null
1
2
/bionic/libc/include/
stdint.h
87
# define
UINT8_C
(c) c ## U
88
# define UINT_LEAST8_C(c)
UINT8_C
(c)
89
# define UINT_FAST8_C(c)
UINT8_C
(c)
/development/ndk/platforms/android-3/include/
stdint.h
87
# define
UINT8_C
(c) c ## U
88
# define UINT_LEAST8_C(c)
UINT8_C
(c)
89
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
92
# define
UINT8_C
(c) c ## U
93
# define UINT_LEAST8_C(c)
UINT8_C
(c)
94
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
92
# define
UINT8_C
(c) c ## U
93
# define UINT_LEAST8_C(c)
UINT8_C
(c)
94
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
92
# define
UINT8_C
(c) c ## U
93
# define UINT_LEAST8_C(c)
UINT8_C
(c)
94
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
92
# define
UINT8_C
(c) c ## U
93
# define UINT_LEAST8_C(c)
UINT8_C
(c)
94
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
92
# define
UINT8_C
(c) c ## U
93
# define UINT_LEAST8_C(c)
UINT8_C
(c)
94
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
92
# define
UINT8_C
(c) c ## U
93
# define UINT_LEAST8_C(c)
UINT8_C
(c)
94
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
87
# define
UINT8_C
(c) c ## U
88
# define UINT_LEAST8_C(c)
UINT8_C
(c)
89
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
87
# define
UINT8_C
(c) c ## U
88
# define UINT_LEAST8_C(c)
UINT8_C
(c)
89
# define UINT_FAST8_C(c)
UINT8_C
(c)
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
87
# define
UINT8_C
(c) c ## U
88
# define UINT_LEAST8_C(c)
UINT8_C
(c)
89
# define UINT_FAST8_C(c)
UINT8_C
(c)
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
146
#ifndef
UINT8_C
147
#error
UINT8_C
defined!
test_c.c
144
#ifndef
UINT8_C
145
#error
UINT8_C
defined!
test_no_macros.cpp
144
#ifdef
UINT8_C
145
#error
UINT8_C
defined!
test_constant_macros.cpp
145
#ifndef
UINT8_C
146
#error
UINT8_C
is not defined!
test_limit_macros.cpp
145
#ifdef
UINT8_C
146
#error
UINT8_C
is defined!
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/external/llvm/include/llvm/Support/
DataTypes.h.cmake
145
#ifndef
UINT8_C
146
# define
UINT8_C
(C) C##ui8
/external/clang/lib/Headers/
stdint.h
407
# define
UINT8_C
(v) __uint_c(v, __int8_c_suffix)
410
# define
UINT8_C
(v) v ## U
597
# define UINT8_MAX
UINT8_C
(255)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
407
# define
UINT8_C
(v) __uint_c(v, __int8_c_suffix)
410
# define
UINT8_C
(v) v ## U
597
# define UINT8_MAX
UINT8_C
(255)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
407
# define
UINT8_C
(v) __uint_c(v, __int8_c_suffix)
410
# define
UINT8_C
(v) v ## U
597
# define UINT8_MAX
UINT8_C
(255)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
407
# define
UINT8_C
(v) __uint_c(v, __int8_c_suffix)
410
# define
UINT8_C
(v) v ## U
597
# define UINT8_MAX
UINT8_C
(255)
/prebuilt/sdk/14/renderscript/clang-include/
stdint.h
407
# define
UINT8_C
(v) __uint_c(v, __int8_c_suffix)
410
# define
UINT8_C
(v) v ## U
597
# define UINT8_MAX
UINT8_C
(255)
/external/mesa3d/include/c99/
stdint.h
235
#define
UINT8_C
(val) val##ui8
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
300
# define
UINT8_C
(c) c
Completed in 197 milliseconds
1
2