HomeSort by relevance Sort by last modified time
    Searched defs:int64_t (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/swiftshader/src/Common/
Types.hpp 35 typedef signed __int64 int64_t; typedef
  /external/swiftshader/src/System/
Types.hpp 34 typedef signed __int64 int64_t; typedef
  /external/tcpdump/
netdissect-stdinc.h 90 #ifndef int64_t
91 #define int64_t _int64 macro
116 #ifndef int64_t
117 #define int64_t long long macro
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
types.h 87 #ifndef int64_t
88 typedef __int64_t int64_t; typedef
89 #define int64_t __int64_t macro
119 typedef int64_t quad_t;
129 * the C99 types int64_t and uint64_t instead.
132 typedef int64_t longlong_t; /* for XDR */
135 typedef int64_t blkcnt_t; /* fs block count */
157 typedef int64_t daddr_t; /* disk address */
198 typedef int64_t dtime_t; /* on-disk time_t */
  /external/clang/test/SemaCXX/
conversion.cpp 9 typedef signed long int64_t; typedef
  /external/compiler-rt/lib/builtins/
fp_lib.h 35 # define int64_t long long macro
64 typedef int64_t srep_t;
  /external/grpc-grpc/include/grpc/impl/codegen/
port_platform.h 405 typedef __int64 int64_t; typedef
  /external/u-boot/include/linux/
types.h 113 typedef __s64 int64_t; typedef
126 typedef __INT64_TYPE__ int64_t; typedef
  /external/v8/tools/clang/plugins/tests/
ipc.cpp 24 typedef long int64_t; typedef
163 IPC::WriteParam(pickle, int64_t(0)); // OK
264 CALL_WRITEPARAM(int64_t) // OK
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 89 typedef signed __int64 int64_t; typedef
97 typedef int64_t int_least64_t;
107 typedef int64_t int_fast64_t;
123 typedef int64_t intmax_t;
138 #define INT64_MIN ((int64_t)_I64_MIN)
  /external/jemalloc_new/include/msvc_compat/C99/
stdint.h 89 typedef signed __int64 int64_t; typedef
97 typedef int64_t int_least64_t;
107 typedef int64_t int_fast64_t;
123 typedef int64_t intmax_t;
138 #define INT64_MIN ((int64_t)_I64_MIN)
  /external/libusb/msvc/
stdint.h 94 typedef __int64 int64_t; typedef
  /external/python/cpython3/Modules/_decimal/libmpdec/
vcstdint.h 72 typedef __int64 int64_t; typedef
82 typedef int64_t int_least64_t;
92 typedef int64_t int_fast64_t;
108 typedef int64_t intmax_t;
123 #define INT64_MIN ((int64_t)_I64_MIN)
  /external/vixl/src/aarch32/
operands-aarch32.h 208 Operand(int64_t) = delete; // NOLINT(runtime/explicit) member in class:vixl::aarch32::Operand
213 VIXL_NO_RETURN_IN_DEBUG_MODE Operand(int64_t) { // NOLINT(runtime/explicit)
258 NeonImmediate(int64_t immediate) // NOLINT(runtime/explicit)
361 NeonImmediateType(int64_t u) : u64_(u) {}
382 NeonOperand(int64_t immediate) // NOLINT(runtime/explicit)
470 DOperand(int64_t immediate) // NOLINT(runtime/explicit)
512 QOperand(int64_t immediate) // NOLINT(runtime/explicit)
  /bionic/libc/include/
stdint.h 67 typedef __int64_t int64_t; typedef
82 typedef int64_t int_least64_t;
88 typedef int64_t int_fast64_t;
92 typedef int64_t int_fast16_t;
94 typedef int64_t int_fast32_t;
104 typedef int64_t intmax_t;
  /device/google/fuchsia/bioniccompat/include/
stdint.h 150 typedef __INT64_TYPE__ int64_t; typedef
  /external/clang/lib/Headers/
stdint.h 106 # ifndef __int8_t_defined /* glibc sys/types.h also defines int64_t*/
107 typedef __INT64_TYPE__ int64_t; typedef
110 # define __int_least64_t int64_t
112 # define __int_least32_t int64_t
114 # define __int_least16_t int64_t
116 # define __int_least8_t int64_t
  /external/harfbuzz_ng/src/
hb-common.h 64 typedef __int64 int64_t; typedef
  /external/openssh/
defines.h 276 typedef long int int64_t; typedef
279 typedef long long int int64_t; typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 86 int64_t = c_longlong variable
87 user_ssize_t = int64_t
88 user_long_t = int64_t
90 user_time_t = int64_t
    [all...]
  /external/mdnsresponder/mDNSShared/
CommonServices.h 760 typedef __int64 int64_t; typedef
764 typedef long long int64_t; typedef
771 typedef int64_t int_least64_t;
781 typedef int64_t int_fast64_t;
    [all...]
  /external/mesa3d/include/GL/
glxext.h 639 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
647 typedef long int int64_t; typedef
650 typedef long long int int64_t; typedef
660 typedef long long int int64_t typedef
666 typedef __int64 int64_t; typedef
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 86 int64_t = c_longlong variable
87 user_ssize_t = int64_t
88 user_long_t = int64_t
90 user_time_t = int64_t
    [all...]
  /external/python/cpython3/Lib/lib2to3/tests/data/
infinite_recursion.py 86 int64_t = c_longlong variable
87 user_ssize_t = int64_t
88 user_long_t = int64_t
90 user_time_t = int64_t
    [all...]
  /external/swiftshader/include/GL/
glxext.h 653 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
661 typedef long int int64_t; typedef
664 typedef long long int int64_t; typedef
674 typedef long long int int64_t; typedef
680 typedef __int64 int64_t; typedef
    [all...]

Completed in 2196 milliseconds

1 23 4