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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator_typed_visitor_uint64.cc 21 template class HloEvaluatorTypedVisitor<uint64>;
  /external/tensorflow/tensorflow/core/lib/random/
random.h 26 uint64 New64();
30 uint64 New64DefaultSeed();
  /external/tensorflow/tensorflow/core/platform/
strong_hash.h 26 // process. The key of the hash is an array of 2 uint64 elements.
31 // uint64 key[2] = {123, 456};
33 // uint64 hash_value = StrongKeyedHash(key, input);
35 uint64 StrongKeyedHash(const uint64 (&)[2], const string&); member in namespace:tensorflow
env_time.h 28 static constexpr uint64 kMicrosToPicos = 1000ULL * 1000ULL;
29 static constexpr uint64 kMicrosToNanos = 1000ULL;
30 static constexpr uint64 kMillisToMicros = 1000ULL;
31 static constexpr uint64 kMillisToNanos = 1000ULL * 1000ULL;
32 static constexpr uint64 kSecondsToMillis = 1000ULL;
33 static constexpr uint64 kSecondsToMicros = 1000ULL * 1000ULL;
34 static constexpr uint64 kSecondsToNanos = 1000ULL * 1000ULL * 1000ULL;
46 virtual uint64 NowNanos() = 0;
49 virtual uint64 NowMicros() { return NowNanos() / kMicrosToNanos; }
52 virtual uint64 NowSeconds() { return NowNanos() / kSecondsToNanos;
    [all...]
fingerprint.h 25 uint64 low64;
26 uint64 high64;
42 uint64 Fingerprint64(StringPiece s);
50 inline uint64 ShiftMix(const uint64 val) { return val ^ (val >> 47); }
65 inline uint64 FingerprintCat64(const uint64 fp1, const uint64 fp2) {
66 static const uint64 kMul = 0xc6a4a7935bd1e995ULL;
67 uint64 result = fp1 ^ kMul
    [all...]
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxerutil.h 28 const uint64 kEbmlUnknownValue = 0x01FFFFFFFFFFFFFFULL;
35 int32 GetUIntSize(uint64 value);
37 int32 GetCodedUIntSize(uint64 value);
38 uint64 EbmlMasterElementSize(uint64 type, uint64 value);
39 uint64 EbmlElementSize(uint64 type, int64 value);
40 uint64 EbmlElementSize(uint64 type, uint64 value)
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxerutil.h 28 const uint64 kEbmlUnknownValue = 0x01FFFFFFFFFFFFFFULL;
35 int32 GetUIntSize(uint64 value);
37 int32 GetCodedUIntSize(uint64 value);
38 uint64 EbmlMasterElementSize(uint64 type, uint64 value);
39 uint64 EbmlElementSize(uint64 type, int64 value);
40 uint64 EbmlElementSize(uint64 type, uint64 value)
    [all...]
  /external/perfetto/protos/perfetto/common/
trace_stats.proto 31 optional uint64 buffer_size = 12;
34 optional uint64 bytes_written = 1;
37 optional uint64 bytes_overwritten = 13;
53 optional uint64 bytes_read = 14;
57 optional uint64 padding_bytes_written = 15;
65 optional uint64 padding_bytes_cleared = 16;
68 optional uint64 chunks_written = 2;
72 optional uint64 chunks_rewritten = 10;
75 optional uint64 chunks_overwritten = 3;
79 optional uint64 chunks_discarded = 18
    [all...]
  /external/stressapptest/src/
adler32memcpy.h 32 void Set(uint64 a1, uint64 a2, uint64 b1, uint64 b2);
36 uint64 a1_, a2_, b1_, b2_;
42 bool CalculateAdlerChecksum(uint64 *data64, unsigned int size_in_bytes,
46 bool AdlerMemcpyC(uint64 *dstmem64, uint64 *srcmem64,
51 bool AdlerMemcpyWarmC(uint64 *dstmem64, uint64 *srcmem64
    [all...]
  /external/perfetto/protos/perfetto/trace/ps/
process_stats.proto 32 optional uint64 vm_size_kb = 2;
33 optional uint64 vm_rss_kb = 3;
34 optional uint64 rss_anon_kb = 4;
35 optional uint64 rss_file_kb = 5;
36 optional uint64 rss_shmem_kb = 6;
37 optional uint64 vm_swap_kb = 7;
38 optional uint64 vm_locked_kb = 8;
39 optional uint64 vm_hwm_kb = 9;
54 optional uint64 collection_end_timestamp = 2;
  /external/swiftshader/third_party/subzero/crosstest/
xdefs.h 10 // Defines the int64 and uint64 types to avoid link-time errors when compiling
21 typedef unsigned long long uint64; typedef
  /external/perfetto/protos/perfetto/trace/sys_stats/
sys_stats.proto 30 optional uint64 value = 2;
37 optional uint64 value = 2;
44 optional uint64 user_ns = 2; // Time spent in user mode.
45 optional uint64 user_ice_ns = 3; // Time spent in user mode (low prio).
46 optional uint64 system_mode_ns = 4; // Time spent in system mode.
47 optional uint64 idle_ns = 5; // Time spent in the idle task.
48 optional uint64 io_wait_ns = 6; // Time spent waiting for I/O.
49 optional uint64 irq_ns = 7; // Time spent servicing interrupts.
50 optional uint64 softirq_ns = 8; // Time spent servicing softirqs.
56 optional uint64 num_forks = 4
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
launch_dim.h 47 uint64 x, y, z;
49 Dim3D(uint64 x, uint64 y, uint64 z) : x(x), y(y), z(z) {}
55 explicit ThreadDim(uint64 x = 1, uint64 y = 1, uint64 z = 1)
67 explicit BlockDim(uint64 x = 1, uint64 y = 1, uint64 z = 1
    [all...]
fft.h 94 virtual std::unique_ptr<Plan> Create1dPlan(Stream *stream, uint64 num_x,
98 virtual std::unique_ptr<Plan> Create2dPlan(Stream *stream, uint64 num_x,
99 uint64 num_y, Type type,
103 virtual std::unique_ptr<Plan> Create3dPlan(Stream *stream, uint64 num_x,
104 uint64 num_y, uint64 num_z,
109 Stream *stream, uint64 num_x, Type type, bool in_place_fft,
114 Stream *stream, uint64 num_x, uint64 num_y, Type type, bool in_place_fft,
119 Stream *stream, uint64 num_x, uint64 num_y, uint64 num_z, Type type
    [all...]
  /external/boringssl/src/ssl/test/runner/curve25519/
mont25519_amd64.go 15 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) {
35 var work [5][5]uint64
51 cswap(&work[1], uint64(swap))
69 var t, z [5]uint64
    [all...]
  /external/perfetto/protos/perfetto/trace/profiling/
profile_packet.proto 26 optional uint64 id = 1;
32 optional uint64 id = 1; // Interning key.
33 optional uint64 build_id = 2; // Interning key.
34 optional uint64 offset = 3;
35 optional uint64 start = 4;
36 optional uint64 end = 5;
37 optional uint64 load_bias = 6;
39 repeated uint64 path_string_ids = 7; // id of string.
44 optional uint64 id = 1; // Interning key
46 optional uint64 function_name_id = 2; // id of string
    [all...]
  /external/perfetto/protos/perfetto/trace/ftrace/
ftrace_stats.proto 26 optional uint64 cpu = 1;
31 optional uint64 entries = 2;
35 optional uint64 overrun = 3;
39 optional uint64 commit_overrun = 4;
42 optional uint64 bytes_read = 5;
53 optional uint64 dropped_events = 8;
56 optional uint64 read_events = 9;
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 61 typedef std::map<string, std::pair<const char*, uint64> > SectionMap;
68 uint64 total_length;
70 uint64 prologue_length;
88 LineInfo(const char* buffer_, uint64 buffer_length,
100 uint64 Start();
143 uint64 buffer_length_;
170 uint32 dir_num, uint64 mod_time,
171 uint64 length) { }
179 virtual void AddLine(uint64 address, uint64 length
    [all...]
bytereader.h 70 // a uint64 so that it is compatible with ReadAddress and
73 uint64 ReadFourBytes(const char* buffer) const;
77 uint64 ReadEightBytes(const char* buffer) const;
96 uint64 ReadUnsignedLEB128(const char* buffer, size_t* len) const;
138 uint64 ReadAddress(const char* buffer) const;
175 uint64 ReadInitialLength(const char* start, size_t* len);
182 uint64 ReadOffset(const char* buffer) const;
237 void SetCFIDataBase(uint64 section_base, const char *buffer_base);
241 void SetTextBase(uint64 text_base);
248 void SetDataBase(uint64 data_base)
    [all...]
dwarf2diehandler.h 200 uint64 data) { }
206 uint64 data) { }
210 uint64 len) { }
216 uint64 signture) { }
245 virtual DIEHandler *FindChildHandler(uint64 offset, enum DwarfTag tag) {
269 virtual bool StartCompilationUnit(uint64 offset, uint8 address_size,
270 uint8 offset_size, uint64 cu_length,
281 virtual bool StartRootDIE(uint64 offset, enum DwarfTag tag) { return true; }
293 bool StartCompilationUnit(uint64 offset, uint8 address_size,
294 uint8 offset_size, uint64 cu_length
    [all...]
  /external/dng_sdk/source/
dng_memory_stream.h 47 uint64 fMemoryStreamLength;
67 uint64 count);
71 virtual uint64 DoGetLength ();
75 uint64 offset);
77 virtual void DoSetLength (uint64 length);
81 uint64 offset);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zptrace386_linux.go 43 R15 uint64
44 R14 uint64
45 R13 uint64
46 R12 uint64
47 Rbp uint64
48 Rbx uint64
49 R11 uint64
50 R10 uint64
51 R9 uint64
52 R8 uint64
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
cpu_function_runtime.h 31 explicit BufferInfo(std::pair<uint64, uint64> encoding)
34 uint64 size;
50 uint64 entry_parameter_number() const {
64 uint64 size() const { return size_; }
70 std::pair<uint64, uint64> Encode() const {
72 uint64 upper = Pack(kind(), size_);
73 uint64 lower = entry_param_number_;
87 static BufferInfo MakeTempBuffer(uint64 size)
    [all...]
  /external/boringssl/src/ssl/test/runner/poly1305/
sum_ref.go 15 r0, r1, r2, r3, r4 uint64 // the r part of the key
18 r0 = uint64(binary.LittleEndian.Uint32(key[0:]) & 0x3ffffff)
19 r1 = uint64((binary.LittleEndian.Uint32(key[3:]) >> 2) & 0x3ffff03)
20 r2 = uint64((binary.LittleEndian.Uint32(key[6:]) >> 4) & 0x3ffc0ff)
21 r3 = uint64((binary.LittleEndian.Uint32(key[9:]) >> 6) & 0x3f03fff)
22 r4 = uint64((binary.LittleEndian.Uint32(key[12:]) >> 8) & 0x00fffff)
35 d0 := (uint64(h0) * r0) + (uint64(h1) * R4) + (uint64(h2) * R3) + (uint64(h3) * R2) + (uint64(h4) * R1
    [all...]
  /external/perf_data_converter/src/compat/
int_compat.h 33 using uint64 = ::google::protobuf::uint64;

Completed in 767 milliseconds

1 2 3 4 5 6 7 8 91011>>