/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
nptypes.h | 40 * Header file for ensuring that C99 types ([u]int32_t and bool) are 49 typedef int int32_t; typedef 53 * AIX and SunOS ship a inttypes.h header that defines [u]int32_t, 63 * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and
|
/external/chromium/sdch/open-vcdiff/vsprojects/ |
stdint.h | 23 typedef __int32 int32_t; typedef
|
/external/chromium_org/sdch/open-vcdiff/vsprojects/ |
stdint.h | 23 typedef __int32 int32_t; typedef
|
/external/libexif/contrib/watcom/ |
_stdint.h | 10 typedef signed long int32_t; typedef
|
/external/open-vcdiff/vsprojects/ |
stdint.h | 23 typedef __int32 int32_t; typedef
|
/external/chromium_org/ppapi/c/ |
pp_stdint.h | 45 typedef int int32_t; typedef
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
ptypes.h | 84 typedef signed int int32_t; typedef
|
/external/chromium_org/third_party/leveldatabase/src/port/win/ |
stdint.h | 17 typedef signed int int32_t; typedef
|
/external/chromium_org/third_party/npapi/bindings/ |
nptypes.h | 43 * Header file for ensuring that C99 types ([u]int32_t, [u]int64_t and bool) and 54 typedef int int32_t; typedef 60 * AIX and SunOS ship a inttypes.h header that defines [u]int32_t, 72 * BSD/OS, FreeBSD, and OpenBSD ship sys/types.h that define int32_t and
|
/external/chromium_org/third_party/npapi/npspy/extern/java/ |
typedefs_md.h | 43 /* Some platforms need this to define int32_t */ 55 typedef int32 int32_t; typedef 98 typedef long int32_t; typedef
|
/external/chromium_org/v8/include/ |
v8stdint.h | 44 typedef int int32_t; typedef
|
/external/clang/test/Sema/ |
implicit-decl.c | 3 typedef int int32_t; typedef 9 int32_t *vector[16]; 11 int32_t compCount = 0; 21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t count) { // expected-error{{conflicting types for '_CFCalendarDecomposeAbsoluteTimeV'}}
|
/external/e2fsprogs/lib/uuid/ |
uuid_types.h | 38 typedef int int32_t; typedef 41 typedef long int32_t; 44 typedef short int32_t;
|
/external/v8/include/ |
v8stdint.h | 42 typedef int int32_t; typedef
|
/art/runtime/ |
atomic_integer.h | 29 explicit AtomicInteger(int32_t value) : value_(value) { } 32 void store(int32_t desired) { 36 AtomicInteger& operator=(int32_t desired) { 41 int32_t load() const { 45 operator int32_t() const { 49 int32_t fetch_add(const int32_t value) { 53 int32_t fetch_sub(const int32_t value) { 57 int32_t operator++() [all...] |
/development/ndk/platforms/common/src/ |
crtbrand.c | 26 /* The following trick defines int32_t w/o including <stdint.h> 28 line turns into "typedef int int32_t[0]" and later fails with error messages 33 typedef int int32_t[sizeof(int) == 4]; typedef 59 int32_t namesz; 60 int32_t descsz; 61 int32_t type; 63 int32_t android_api; 66 sizeof(int32_t),
|
/external/chromium_org/third_party/libwebp/webp/ |
types.h | 31 typedef signed int int32_t; typedef
|
/external/chromium_org/third_party/qcms/src/ |
qcmstypes.h | 41 typedef PRInt32 int32_t; typedef 83 typedef __int32 int32_t; typedef
|
/external/chromium_org/third_party/yasm/source/config/win/ |
stdint.h | 17 typedef signed int int32_t; typedef
|
/external/icu4c/common/unicode/ |
ptypes.h | 101 typedef signed int int32_t; typedef
|
/external/libvpx/libvpx/vpx/ |
vpx_integer.h | 21 typedef signed int int32_t; typedef
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_config_minimal.h | 36 typedef signed int int32_t; typedef
|
/external/webp/include/webp/ |
types.h | 31 typedef signed int int32_t; typedef
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeMathFuncs.cpp | 22 typedef int int32_t; typedef 24 extern uint32_t SC_abs_i32(int32_t v); 25 uint32_t __attribute__((overloadable)) abs(int32_t v) {return SC_abs_i32(v);}
|
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/ |
stdint_invensense.h | 23 typedef long int32_t; typedef
|