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

1 2 3 4 5 6 7

  /external/chromium/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/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
v8-debug.h 34 typedef int int32_t; typedef
  /external/webkit/Source/WebCore/bridge/
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
  /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/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
  /external/skia/legacy/include/config/
sk_stdint.h 15 typedef int int32_t; typedef
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 40 typedef int int32_t; typedef
62 CASSERT(sizeof(int32_t) == 4, int32_t_is_four_bytes)
  /external/webkit/Source/WebKit/chromium/public/
WebCommon.h 87 typedef int int32_t; typedef
  /external/webp/include/webp/
types.h 29 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/libsensors_iio/software/core/driver/include/
stdint_invensense.h 23 typedef long int32_t; typedef
  /hardware/invensense/mlsdk/platform/include/
stdint_invensense.h 35 typedef long int32_t; typedef
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_utils.h 25 typedef __int32 int32_t; typedef
  /external/qemu/slirp-android/
slirp.h 66 typedef short int32_t; typedef
70 typedef int int32_t; typedef
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
s_type.h 57 typedef int int32_t; typedef
60 typedef long int32_t; typedef
  /external/clang/test/ARCMT/
Common.h 17 typedef int int32_t; typedef
19 typedef int32_t UChar32;
  /external/qemu/slirp/
slirp.h 74 typedef short int32_t; typedef
78 typedef int int32_t; typedef
  /external/webrtc/src/
typedefs.h 101 typedef signed int int32_t; typedef
116 typedef int32_t WebRtc_Word32;
131 typedef int32_t WebRtc_Word32;

Completed in 1127 milliseconds

1 2 3 4 5 6 7