Home
last modified time | relevance | path

Searched defs:uint64 (Results 1 – 25 of 50) sorted by relevance

12

/external/boringssl/src/ssl/test/runner/curve25519/
Dmont25519_amd64.go15 func cswap(inout *[5]uint64, v uint64)
19 func ladderstep(inout *[5][5]uint64)
23 func freeze(inout *[5]uint64)
27 func mul(dest, a, b *[5]uint64)
31 func square(out, in *[5]uint64)
34 func mladder(xr, zr *[5]uint64, s *[32]byte) {
77 func setint(r *[5]uint64, v uint64) {
87 func unpack(r *[5]uint64, x *[32]byte) {
132 func pack(out *[32]byte, x *[5]uint64) {
179 func invert(r *[5]uint64, x *[5]uint64) {
/external/libyuv/files/include/libyuv/
Dbasic_types.h26 typedef unsigned __int64 uint64; typedef
37 typedef unsigned long uint64; // NOLINT typedef
47 typedef unsigned long long uint64; // NOLINT typedef
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dbasic_types.h26 typedef unsigned __int64 uint64; typedef
37 typedef unsigned long uint64; // NOLINT typedef
47 typedef unsigned long long uint64; // NOLINT typedef
/external/dng_sdk/source/
Ddng_types.h49 typedef uint64_t uint64; typedef
73 typedef unsigned long long uint64; typedef
Ddng_exif.cpp866 uint64 /* tagOffset */) in Parse_ifd0() argument
1260 uint64 /* tagOffset */) in Parse_ifd0_main() argument
1389 uint64 /* tagOffset */) in Parse_ifd0_exif() argument
3567 uint64 /* tagOffset */) in Parse_gps() argument
4029 uint64 /* tagOffset */) in Parse_interoperability() argument
Ddng_stream.cpp96 uint64 /* offset */) in DoRead() argument
105 void dng_stream::DoSetLength (uint64 /* length */) in DoSetLength() argument
116 uint64 /* offset */) in DoWrite() argument
/external/libyuv/files/util/
Dpsnr.cc26 typedef unsigned __int64 uint64; typedef
29 typedef unsigned long uint64; // NOLINT typedef
31 typedef unsigned long long uint64; // NOLINT typedef
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/
Dgflags_declare.h88 typedef u_int64_t uint64; typedef
93 typedef unsigned __int64 uint64; typedef
/external/swiftshader/third_party/subzero/crosstest/
Dxdefs.h21 typedef unsigned long long uint64; typedef
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h18 typedef unsigned long long uint64; typedef
Dmkvwriter.cc86 void MkvWriter::ElementStartNotify(uint64, int64) {} in ElementStartNotify() argument
/external/libtextclassifier/util/base/
Dintegral_types.h27 typedef unsigned long long uint64; typedef
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_int.hpp50 typedef std::uint64_t uint64; typedef
97 typedef detail::uint64 uint64; typedef
/external/boringssl/src/ssl/test/runner/poly1305/
Dsum_amd64.go11 func poly1305(out *[16]byte, m *byte, mlen uint64, key *[32]byte)
/external/google-breakpad/src/common/dwarf/
Dtypes.h46 typedef unsigned long long uint64; typedef
/external/openssh/
Dhash.c28 typedef unsigned long long uint64; typedef
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h33 typedef uint64_t uint64; typedef
/external/flatbuffers/python/flatbuffers/
Dpacker.py30 uint64 = struct.Struct("<Q") variable
/external/syslinux/gpxe/src/include/
Dstdint.h34 typedef uint64_t uint64; typedef
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
Dgflags_declare.h83 typedef uint64_t uint64; typedef
/external/jemalloc/test/unit/
Datomic.c68 TEST_STRUCT(uint64, uint64_t) in TEST_STRUCT() argument
/external/protobuf/python/google/protobuf/internal/
Dwire_format.py139 def UInt64ByteSize(field_number, uint64): argument
232 def _VarUInt64ByteSizeNoTag(uint64): argument
/external/nanopb-c/generator/google/protobuf/internal/
Dwire_format.py139 def UInt64ByteSize(field_number, uint64): argument
232 def _VarUInt64ByteSizeNoTag(uint64): argument
/external/mmc-utils/3rdparty/hmac_sha/
Dsha2.h55 typedef unsigned long long uint64; typedef
/external/boringssl/src/ssl/test/runner/
Dchacha20_poly1305.go79 func chaCha20(out, in, key, nonce []byte, counter uint64) {

12