HomeSort by relevance Sort by last modified time
    Searched defs:int32_t (Results 1 - 25 of 222) sorted by null

1 2 3 4 5 6 7 8 9

  /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/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 42 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/WebKit/Source/wtf/os-win32/
stdint.h 40 typedef int int32_t; typedef
62 CASSERT(sizeof(int32_t) == 4, int32_t_is_four_bytes)
  /external/chromium_org/third_party/WebKit/public/platform/
WebCommon.h 80 typedef int int32_t; typedef
84 #include <stdint.h> // For int32_t
90 typedef int32_t WebUChar32;
  /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/skia/include/config/
sk_stdint.h 15 typedef int 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/skia/include/config/
sk_stdint.h 15 typedef int int32_t; typedef

Completed in 1069 milliseconds

1 2 3 4 5 6 7 8 9