Home
last modified time | relevance | path

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

123

/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/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/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/golang-protobuf/proto/
Dencode.go95 func EncodeVarint(x uint64) []byte {
111 func (p *Buffer) EncodeVarint(x uint64) error {
121 func SizeVarint(x uint64) int {
125 func sizeVarint(x uint64) (n int) {
139 func (p *Buffer) EncodeFixed64(x uint64) error {
152 func sizeFixed64(x uint64) int {
159 func (p *Buffer) EncodeFixed32(x uint64) error {
168 func sizeFixed32(x uint64) int {
175 func (p *Buffer) EncodeZigzag64(x uint64) error {
180 func sizeZigzag64(x uint64) int {
[all …]
Dpointer_unsafe.go225 func word64_Set(p word64, o *Buffer, x uint64) {
249 func word64Val_Set(p word64Val, o *Buffer, x uint64) {
264 func (v *word64Slice) Append(x uint64) { *v = append(*v, x) }
/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
/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/perf_data_converter/src/compat/
Dint_compat.h33 using uint64 = ::google::protobuf::uint64; variable
/external/swiftshader/third_party/subzero/crosstest/
Dxdefs.h21 typedef unsigned long long uint64; typedef
/external/tensorflow/tensorflow/core/platform/default/
Dintegral_types.h32 typedef unsigned long long uint64; typedef
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxertypes.h18 typedef unsigned long long uint64; typedef
Dmkvwriter.cc88 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/perf_data_converter/src/
Dbuilder.h21 typedef uint64_t uint64; typedef
/external/flatbuffers/python/flatbuffers/
Dpacker.py30 uint64 = struct.Struct("<Q") variable
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga_types.h33 typedef uint64_t uint64; typedef
/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/gflags/src/
Dgflags_declare.h.in92 typedef uint64_t uint64; typedef

123