Searched refs:uint64_val (Results 1 – 14 of 14) sorted by relevance
/external/jemalloc_new/src/ |
D | stats.c | 383 col_nmalloc.uint64_val = nmalloc; in stats_arena_bins_print() 384 col_ndalloc.uint64_val = ndalloc; in stats_arena_bins_print() 385 col_nrequests.uint64_val = nrequests; in stats_arena_bins_print() 391 col_nfills.uint64_val = nfills; in stats_arena_bins_print() 392 col_nflushes.uint64_val = nflushes; in stats_arena_bins_print() 393 col_nslabs.uint64_val = nslabs; in stats_arena_bins_print() 394 col_nreslabs.uint64_val = nreslabs; in stats_arena_bins_print() 482 col_nmalloc.uint64_val = nmalloc; in stats_arena_lextents_print() 483 col_ndalloc.uint64_val = ndalloc; in stats_arena_lextents_print() 484 col_nrequests.uint64_val = nrequests; in stats_arena_lextents_print() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | decode.c | 144 uint64_t uint64_val; member 241 val->bool_val = val->uint64_val != 0; in decode_munge() 249 uint64_t n = val->uint64_val; in decode_munge() 250 val->uint64_val = (n >> 1) ^ -(int64_t)(n & 1); in decode_munge() 257 val->uint32_val = val->uint64_val; in decode_munge() 420 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_toarray() 563 ptr = decode_varint64(d, ptr, &val.uint64_val); in decode_msg() 575 memcpy(&val.uint64_val, ptr, 8); in decode_msg() 576 val.uint64_val = _upb_be_swap64(val.uint64_val); in decode_msg()
|
D | json_decode.c | 715 val.uint64_val = dbl; /* must be guarded, overflow here is UB */ in jsondec_uint() 716 if (val.uint64_val != dbl) { in jsondec_uint() 718 val.uint64_val); in jsondec_uint() 724 val.uint64_val = jsondec_strtouint64(d, str); in jsondec_uint() 732 if (val.uint64_val > UINT32_MAX) { in jsondec_uint() 735 val.uint32_val = (uint32_t)val.uint64_val; in jsondec_uint()
|
D | reflection.h | 18 uint64_t uint64_val; member
|
D | json_encode.c | 548 jsonenc_printf(e, "\"%" PRIu64 "\"", val.uint64_val); in jsonenc_scalar() 582 jsonenc_printf(e, "%" PRIu64, val.uint64_val); in jsonenc_mapkey()
|
D | reflection.c | 130 val.uint64_val = upb_fielddef_defaultuint64(f); in upb_msg_get()
|
D | text_encode.c | 149 txtenc_printf(e, "%" PRIu64, val.uint64_val); in txtenc_field()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_lexer.cc | 376 uint64 uint64_val; in LexNumberOrPattern() local 377 if (absl::SimpleAtoi(slice, &uint64_val)) { in LexNumberOrPattern() 378 token_state_.int64_val = absl::bit_cast<int64>(uint64_val); in LexNumberOrPattern()
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.proto | 85 repeated uint64 uint64_val = 17 [packed = true]; field
|
D | tensor.cc | 353 return reinterpret_cast<const uint64*>(proto.uint64_val().begin()); in Begin() 356 return proto.uint64_val().size(); in NumElements()
|
/external/tensorflow/tensorflow/python/framework/ |
D | fast_tensor_util.pyx | 71 tensor_proto.uint64_val.append(nparray[i])
|
D | tensor_util.py | 145 tensor_proto.uint64_val.extend([x.item() for x in proto_values]) 634 values = np.fromiter(tensor.uint64_val, dtype=dtype)
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | emitter.h | 48 uint64_t uint64_val; member
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | msg.c | 252 ret.uint64_val = lupb_checkuint64(L, narg); in lupb_tomsgval() 307 lupb_pushuint64(L, val.uint64_val); in lupb_pushmsgval()
|