Searched defs:uint64_t (Results 1 - 25 of 96) sorted by path

1234

/external/bison/darwin-lib/
H A Dstdint.h194 # undef uint64_t macro
196 # define uint64_t gl_uint64_t macro
199 # undef uint64_t macro
201 # define uint64_t gl_uint64_t macro
204 # undef uint64_t macro
206 # define uint64_t gl_uint64_t macro
241 # define uint_least64_t uint64_t
288 # define uint_fast64_t uint64_t
330 # define uintmax_t uint64_t
/external/chromium_org/mojo/public/python/mojo/
H A Dc_core.pxd14 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
52 ctypedef uint64_t MojoDeadline
187 uint64_t num_bytes,
196 uint64_t offset,
197 uint64_t num_bytes,
H A Dc_environment.pxd7 from libc.stdint cimport int64_t, intptr_t, uint32_t, uint64_t namespace
12 ctypedef uint64_t MojoDeadline
H A Dsystem.pyx18 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h51 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h28 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h72 typedef unsigned __int64 uint64_t; typedef
84 #define UINT64_2PART_C(a, b) (((static_cast<uint64_t>(a) << 32) + 0x##b##u))
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCommon.h86 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtypes.h37 typedef unsigned long long int uint64_t; typedef
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h30 typedef unsigned __int64 uint64_t; typedef
148 bool ReadR64(uint64_t *value) {
152 std::memcpy(value, buffer_ + offset_, sizeof(uint64_t));
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h63 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h118 typedef unsigned __int64 uint64_t; typedef
120 typedef unsigned long long uint64_t; typedef
/external/chromium_org/third_party/leveldatabase/src/port/win/
H A Dstdint.h22 typedef unsigned long long uint64_t; typedef
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dintegers.h81 typedef unsigned long uint64_t; typedef
83 typedef unsigned long long uint64_t; typedef
103 typedef double uint64_t; typedef
105 extern uint64_t make64(uint32_t high, uint32_t low);
106 extern uint32_t high32(uint64_t value);
107 extern uint32_t low32(uint64_t value);
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h95 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h38 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h33 typedef unsigned long long int uint64_t; typedef
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglext.h6190 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
6199 typedef unsigned long int uint64_t; typedef
6202 typedef unsigned long long int uint64_t; typedef
6212 typedef unsigned long long int uint64_t; typedef
6218 typedef unsigned __int64 uint64_t; typedef
6227 typedef uint64_t GLuint64EXT;
6232 typedef uint64_t GLuint64;
H A Dglxext.h491 /* Define int32_t, int64_t, and uint64_t types for UST/MSC */
500 typedef unsigned long int uint64_t; typedef
503 typedef unsigned long long int uint64_t; typedef
513 typedef unsigned long long int uint64_t; typedef
519 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h90 typedef unsigned __int64 uint64_t; typedef
101 typedef uint64_t uint_least64_t;
111 typedef uint64_t uint_fast64_t;
124 typedef uint64_t uintmax_t;
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h47 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/npapi/bindings/
H A Dnptypes.h57 typedef unsigned long long uint64_t; typedef
82 typedef u_int64_t uint64_t; typedef
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h17 typedef unsigned __int64 uint64_t; typedef
134 bool WriteR64(uint64_t v) {
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h55 typedef unsigned __int64 uint64_t; typedef
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dtype.h29 typedef unsigned __int64 uint64_t; typedef
53 typedef uint64_t qword_t;

Completed in 3068 milliseconds

1234