HomeSort by relevance Sort by last modified time
    Searched refs:__int64_t (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_types.h 50 typedef __COMPILER_INT64__ __int64_t; typedef
53 typedef long int __int64_t; typedef
57 typedef long long int __int64_t; typedef
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_types.h 61 typedef long long __int64_t; typedef
78 typedef long __int64_t; typedef
80 typedef __int64_t __critical_t;
81 typedef __int64_t __intfptr_t;
82 typedef __int64_t __intptr_t;
83 typedef __int64_t __ptrdiff_t; /* ptr1 - ptr2 */
84 typedef __int64_t __register_t;
85 typedef __int64_t __segsz_t; /* segment size (in pages) */
87 typedef __int64_t __ssize_t; /* byte count or error */
104 typedef __int64_t __intmax_t
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_types.h 39 typedef __int64_t __blkcnt_t; /* file block count */
46 typedef __int64_t __id_t; /* can hold a gid_t, pid_t, or uid_t */
54 typedef __int64_t __off_t; /* file offset */
56 typedef __int64_t __rlim_t; /* resource limit - intentionally */
103 __int64_t _mbstateL; /* for alignment */
_stdint.h 49 typedef __int64_t int64_t;
types.h 68 typedef __int64_t quad_t;
99 typedef __int64_t daddr_t; /* disk address */
186 typedef __int64_t sbintime_t;
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_types.h 51 typedef INT64 __int64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_types.h 51 typedef INT64 __int64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_types.h 51 typedef INT64 __int64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_types.h 63 typedef INT64 __int64_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ansi.h 55 typedef __int64_t __off_t; ///< file offset
stdint.h 76 typedef __int64_t int64_t;
77 #define int64_t __int64_t
types.h 88 typedef __int64_t int64_t;
89 #define int64_t __int64_t
socket.h 229 #define _SS_ALIGNSIZE (sizeof(__int64_t))
239 __int64_t __ss_align;/* force desired structure storage alignment */
  /external/clang/test/Analysis/Inputs/
system-header-simulator.h 41 typedef long long __int64_t; typedef
42 typedef __int64_t __darwin_off_t;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
types.h 44 typedef signed long int __int64_t; typedef
47 __extension__ typedef signed long long int __int64_t; typedef
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
types.h 44 typedef signed long int __int64_t; typedef
47 __extension__ typedef signed long long int __int64_t; typedef
  /external/elfutils/tests/
run-dwarf-getstring.sh 98 __int64_t
  /toolchain/binutils/binutils-2.27/include/gdb/
fileio.h 101 typedef __int64_t fio_long_t;
  /bionic/libc/include/
stdint.h 43 typedef long __int64_t; typedef
46 typedef long long __int64_t; typedef
67 typedef __int64_t int64_t;
  /external/libffi/src/mips/
ffitarget.h 190 typedef __int64_t ffi_sarg;
  /external/python/cpython2/Modules/_ctypes/libffi/src/mips/
ffitarget.h 190 typedef __int64_t ffi_sarg;
  /external/python/cpython3/Modules/_ctypes/libffi/src/mips/
ffitarget.h 190 typedef __int64_t ffi_sarg;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 304 __int64_t
  /external/eigen/Eigen/src/Core/arch/CUDA/
TypeCasting.h 172 __int64_t a64 = _mm_cvtm64_si64(a.x);
PacketMathHalf.h 1017 __int64_t a64 = _mm_cvtm64_si64(a.x);
1018 __int64_t b64 = _mm_cvtm64_si64(b.x);
1040 __int64_t a64 = _mm_cvtm64_si64(a.x);
1041 __int64_t b64 = _mm_cvtm64_si64(b.x);
    [all...]

Completed in 473 milliseconds

1 2