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

1 2 3 45 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/lib/random/
simple_philox.h 39 PHILOX_DEVICE_INLINE uint64 Rand64() {
41 return lo | static_cast<uint64>(hi) << 32;
59 uint64 Uniform64(uint64 n);
  /external/tensorflow/tensorflow/core/platform/cloud/
oauth_client.h 41 string* token, uint64* expiration_timestamp_sec);
47 uint64* expiration_timestamp_sec);
51 uint64 request_timestamp_sec, string* token,
52 uint64* expiration_timestamp_sec);
  /external/tensorflow/tensorflow/core/platform/
integral_types_test.cc 32 EXPECT_EQ(8, sizeof(uint64));
39 EXPECT_EQ(static_cast<uint64>(kint64min), static_cast<uint64>(kint64max) + 1);
44 EXPECT_EQ(0, static_cast<uint64>(kuint64max + 1));
  /external/tensorflow/tensorflow/core/platform/profile_utils/
clock_cycle_profiler.h 66 inline uint64 GetCurrentClockCycleInternal() {
67 const uint64 clockCycle = profile_utils::CpuUtils::GetCurrentClockCycle();
83 const uint64 now = GetCurrentClockCycleInternal();
95 uint64 start_clock_{0};
i_cpu_utils_helper.h 37 virtual uint64 GetCurrentClockCycle() = 0;
  /external/perfetto/protos/perfetto/trace/android/
android_log.proto 36 optional uint64 timestamp = 5;
69 optional uint64 num_total = 1;
72 optional uint64 num_failed = 2;
75 optional uint64 num_skipped = 3;
  /external/stressapptest/src/
disk_blocks.h 56 void set_address(uint64 address) { address_ = address; }
57 uint64 address() const { return address_; }
58 void set_size(uint64 size) { size_ = size; }
59 uint64 size() const { return size_; }
63 uint64 address_; // Address of first sector in block
64 uint64 size_; // Size of block
81 uint64 Size();
167 uint64 size_; // Number of elements on table
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_fft.h 68 uint64* elem_count, uint64* input_embed,
69 uint64 input_stride, uint64 input_distance,
70 uint64* output_embed, uint64 output_stride,
71 uint64 output_distance, fft::Type type,
76 uint64* elem_count, fft::Type type,
  /external/tensorflow/tensorflow/stream_executor/host/
host_timer.h 39 uint64 Microseconds() const override;
43 uint64 Nanoseconds() const override;
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_fft.h 67 uint64 *elem_count, uint64 *input_embed,
68 uint64 input_stride, uint64 input_distance,
69 uint64 *output_embed, uint64 output_stride,
70 uint64 output_distance, fft::Type type,
75 uint64 *elem_count, fft::Type type,
  /frameworks/av/drm/libmediadrm/protos/
metrics.proto 48 optional uint64 count = 1;
60 optional uint64 operation_count = 5;
69 optional uint64 start_time_ms = 1;
71 optional uint64 end_time_ms = 2;
  /external/syzkaller/prog/
decodeexec.go 12 Vars []uint64
17 Index uint64
24 Addr uint64
29 Index uint64
30 Addr uint64
31 Size uint64
37 Size uint64
39 Value uint64
40 BitfieldOffset uint64
41 BitfieldLength uint64
    [all...]
  /external/perfetto/protos/perfetto/trace_processor/
raw_query.proto 26 optional uint64 time_queued_ns = 2;
53 optional uint64 num_records = 2;
56 optional uint64 execution_time_ns = 5;
  /external/tensorflow/tensorflow/contrib/verbs/
verbs_service.proto 33 uint64 snp = 4;
34 uint64 iid = 5;
38 uint64 remote_addr = 1;
  /external/tensorflow/tensorflow/core/lib/core/
coding.h 41 extern void EncodeFixed64(char* dst, uint64 value);
44 extern void PutFixed64(string* dst, uint64 value);
47 extern void PutVarint64(string* dst, uint64 value);
50 extern bool GetVarint64(StringPiece* input, uint64* value);
53 extern const char* GetVarint64Ptr(const char* p, const char* limit, uint64* v);
61 extern char* EncodeVarint64(char* dst, uint64 v);
  /external/tensorflow/tensorflow/core/lib/io/
record_reader.h 62 // uint64 length
66 static const size_t kHeaderSize = sizeof(uint64) + sizeof(uint32);
92 Status ReadRecord(uint64* offset, string* record);
106 Status ReadChecksummed(uint64 offset, size_t n, string* result);
137 uint64 TellOffset() { return offset_; }
141 Status SeekOffset(uint64 offset) {
152 uint64 offset_ = 0;
  /external/libtextclassifier/utils/base/
endian.h 67 static inline uint64 bswap_64(uint64 x) {
115 static uint64 FromHost64(uint64 x) { return x; }
116 static uint64 ToHost64(uint64 x) { return x; }
128 static uint64 FromHost64(uint64 x) { return gbswap_64(x); }
129 static uint64 ToHost64(uint64 x) { return gbswap_64(x);
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
dev_darwin.go 11 func Major(dev uint64) uint32 {
16 func Minor(dev uint64) uint32 {
22 func Mkdev(major, minor uint32) uint64 {
23 return (uint64(major) << 24) | uint64(minor)
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler.cc 52 bool DIEDispatcher::StartCompilationUnit(uint64 offset, uint8 address_size,
53 uint8 offset_size, uint64 cu_length,
60 bool DIEDispatcher::StartDIE(uint64 offset, enum DwarfTag tag) {
115 void DIEDispatcher::EndDIE(uint64 offset) {
137 void DIEDispatcher::ProcessAttributeUnsigned(uint64 offset,
140 uint64 data) {
147 void DIEDispatcher::ProcessAttributeSigned(uint64 offset,
157 void DIEDispatcher::ProcessAttributeReference(uint64 offset,
160 uint64 data) {
167 void DIEDispatcher::ProcessAttributeBuffer(uint64 offset
    [all...]
  /external/protobuf/python/google/protobuf/internal/
wire_format.py 139 def UInt64ByteSize(field_number, uint64):
140 return TagByteSize(field_number) + _VarUInt64ByteSizeNoTag(uint64)
232 def _VarUInt64ByteSizeNoTag(uint64):
235 uint64 must be unsigned.
237 if uint64 <= 0x7f: return 1
238 if uint64 <= 0x3fff: return 2
239 if uint64 <= 0x1fffff: return 3
240 if uint64 <= 0xfffffff: return 4
241 if uint64 <= 0x7ffffffff: return 5
242 if uint64 <= 0x3ffffffffff: return
    [all...]
  /external/tensorflow/tensorflow/contrib/coder/kernels/
range_coder.cc 50 const uint64 size = static_cast<uint64>(size_minus1_) + 1;
65 const uint32 a = (size * static_cast<uint64>(lower)) >> precision_;
66 const uint32 b = ((size * static_cast<uint64>(upper)) >> precision_) - 1;
201 CHECK_LT(delay_, static_cast<uint64>(1) << 62);
227 DCHECK_NE((static_cast<uint64>(base_ - a) + a) >> 32, 0);
233 DCHECK_EQ(static_cast<uint64>(base_ + size_minus1_) >> 32, 0);
309 const uint64 size = static_cast<uint64>(size_minus1_) + 1;
310 const uint64 offset
    [all...]
  /external/pdfium/third_party/libtiff/
tif_strip.c 77 uint64
100 uint64 samplingrow_samples;
101 uint64 samplingrow_size;
133 uint64 m;
137 if ((uint64)n!=m)
148 uint64
153 uint64 bytecount = td->td_stripbytecount[strip];
168 bytecount = (uint64) -1;
177 uint64 m;
180 if (m==(uint64)(-1)
    [all...]
  /external/tensorflow/tensorflow/core/lib/hash/
hash.cc 28 static inline uint64 ByteAs64(char c) { return static_cast<uint64>(c) & 0xff; }
79 uint64 Hash64(const char* data, size_t n, uint64 seed) {
80 const uint64 m = 0xc6a4a7935bd1e995;
83 uint64 h = seed ^ (n * m);
86 uint64 k = core::DecodeFixed64(data);
  /external/tensorflow/tensorflow/core/profiler/lib/
traceme.h 154 static uint64 ActivityStart(absl::string_view name, int level = 1) {
160 static void ActivityEnd(uint64 activity_id) {
171 constexpr static uint64 kUntracedActivity = 0;
173 constexpr static uint64 kCompleteActivity = 1;
175 static uint64 ActivityStartImpl(absl::string_view activity_name);
176 static void ActivityEndImpl(uint64 activity_id);
186 uint64 start_time_;
  /external/openssh/
blocks.c 12 typedef unsigned long long uint64; typedef
14 static uint64 load_bigendian(const unsigned char *x)
17 (uint64) (x[7]) \
18 | (((uint64) (x[6])) << 8) \
19 | (((uint64) (x[5])) << 16) \
20 | (((uint64) (x[4])) << 24) \
21 | (((uint64) (x[3])) << 32) \
22 | (((uint64) (x[2])) << 40) \
23 | (((uint64) (x[1])) << 48) \
24 | (((uint64) (x[0])) << 56
    [all...]

Completed in 1297 milliseconds

1 2 3 45 6 7 8 91011>>