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

1 2 3

  /external/clang/test/CodeGen/
2010-06-17-asmcrash.c 5 typedef long long int64_t; typedef
7 typedef int64_t x86_reg;
arm-asm-variable.c 3 typedef long long int64_t; typedef
6 int64_t foo(int64_t v, volatile int64_t *p)
11 int64_t r;
  /bootable/bootloader/legacy/libc/
inttypes.h 35 typedef long long int64_t; typedef
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 24 typedef __int64 int64_t; typedef
  /external/e2fsprogs/lib/uuid/
uuid_types.h 13 typedef int int64_t; typedef
16 typedef long int64_t; typedef
20 typedef __signed__ long long int64_t; typedef
22 typedef signed long long int64_t; typedef
  /external/icu4c/common/unicode/
ptypes.h 40 /* The features header is needed to get (u)int64_t sometimes. */
80 typedef signed long long int64_t; typedef
ppalmos.h 129 typedef signed long long int64_t; typedef
131 typedef signed __int64 int64_t; typedef
pwin32.h 107 # define INT64_C(x) ((int64_t)x)
152 typedef signed long long int64_t; typedef
154 typedef signed __int64 int64_t; typedef
  /external/skia/include/config/
sk_stdint.h 10 typedef long long int64_t; typedef
  /external/v8/include/
v8stdint.h 43 typedef __int64 int64_t; typedef
v8-debug.h 37 typedef long long int64_t; // NOLINT 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
56 typedef long long int64_t; typedef
  /external/libvpx/vpx/
vpx_integer.h 28 typedef signed __int64 int64_t; typedef
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 41 typedef __int64 int64_t; typedef
64 CASSERT(sizeof(int64_t) == 8, int64_t_is_eight_bytes)
  /external/webp/include/webp/
types.h 28 typedef long long int int64_t; typedef
  /external/clang/test/SemaCXX/
conversion.cpp 8 typedef signed long int64_t; typedef
  /external/libvpx/vp8/common/
duck_io.h 20 typedef __int64 int64_t; typedef
22 typedef long long int64_t; typedef
26 typedef long long int64_t; typedef
31 int64_t offset; // offset to start from
102 int64_t duck_seek(int g_hndl, int64_t offs, int origin);
110 int64_t duck_available_data(int handle); /* EMH 10-23-03 */
  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i64operations.h 6 typedef long long int int64_t; typedef
11 int64_t *lhs;
12 int64_t *rhs;
13 int64_t *select_a;
14 int64_t *select_b;
16 int64_t *select_expected;
31 int (*predfunc) (int64_t, int64_t);
32 int64_t (*selfunc) (int64_t, int64_t, int64_t, int64_t)
    [all...]
  /external/webrtc/src/
typedefs.h 61 typedef signed long long int64_t; typedef
72 typedef int64_t WebRtc_Word64;
88 typedef int64_t WebRtc_Word64;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 50 typedef long long int64_t; typedef
  /external/libvpx/vpx_ports/
vpxtypes.h 81 typedef int64_t vpxs64;
108 typedef vpxs64 int64_t; typedef
  /external/mesa3d/src/mesa/main/
compiler.h 70 typedef __int64 int64_t; typedef
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_dreamcast.h 36 typedef signed long long int64_t; typedef
SDL_config_macos.h 38 typedef SInt64 int64_t; typedef
  /external/skia/gpu/include/
GrConfig.h 123 typedef __int64 int64_t; typedef
235 #define GR_ALWAYSBREAK *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;

Completed in 1718 milliseconds

1 2 3