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

1 2 3 4 5 6

  /external/chromium/sdch/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/icu4c/common/unicode/
ptypes.h 72 typedef signed int int32_t; typedef
ppalmos.h 120 typedef signed int int32_t; typedef
pwin32.h 143 typedef signed int int32_t; typedef
  /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
  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 24 typedef __int32 int32_t; typedef
  /external/libvpx/vpx/
vpx_integer.h 21 typedef signed int int32_t; typedef
  /external/qemu/distrib/sdl-1.2.12/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/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 25 typedef signed int int32_t; typedef
  /hardware/invensense/mlsdk/platform/include/
stdint_invensense.h 35 typedef long int32_t; typedef
  /external/clang/test/ARCMT/
Common.h 15 typedef int int32_t; typedef
17 typedef int32_t UChar32;
  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i32operations.c 4 typedef int int32_t; typedef
10 int i32_eq(int32_t a, int32_t b) {
14 int i32_neq(int32_t a, int32_t b) {
18 int32_t i32_eq_select(int32_t a, int32_t b, int32_t c, int32_t d)
    [all...]
  /external/qemu/slirp-android/
slirp.h 66 typedef short int32_t; typedef
70 typedef int int32_t; typedef
  /external/clang/test/SemaCXX/
conversion.cpp 8 typedef signed int int32_t; typedef
18 int32_t test1_positive(char *I, char *E) {
22 int32_t test1_negative(char *I, char *E) {
23 return static_cast<int32_t>(E - I);
  /external/qemu/slirp/
slirp.h 74 typedef short int32_t; typedef
78 typedef int int32_t; typedef
  /external/webrtc/src/
typedefs.h 98 typedef signed int int32_t; typedef
113 typedef int32_t WebRtc_Word32;
128 typedef int32_t WebRtc_Word32;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 57 typedef int int32_t; typedef
60 typedef long int32_t; typedef
  /external/libvpx/vpx_ports/
vpxtypes.h 34 typedef signed int int32_t; typedef
38 typedef int int32_t; typedef
49 typedef int32_t vpxs32;
51 typedef int32_t vpxbool;

Completed in 1028 milliseconds

1 2 3 4 5 6