/external/libconfig/tinytest/ |
D | tinytest.c | 334 fprintf(stream, "%llu", val->value.uint64_val); in tt_output_val() 459 result = (a.value.uint64_val == b.value.uint64_val); in tt_expect() 463 result = (a.value.uint64_val != b.value.uint64_val); in tt_expect() 467 result = (a.value.uint64_val < b.value.uint64_val); in tt_expect() 471 result = (a.value.uint64_val <= b.value.uint64_val); in tt_expect() 475 result = (a.value.uint64_val > b.value.uint64_val); in tt_expect() 479 result = (a.value.uint64_val >= b.value.uint64_val); in tt_expect() 685 aval.value.uint64_val = a; in tt_test_uint64() 686 bval.value.uint64_val = b; in tt_test_uint64()
|
D | tinytest.h | 78 unsigned long long uint64_val; member 286 (tt_val_t){ TT_VAL_UINT64, .value.uint64_val = (A) }, \ 287 (tt_val_t){ TT_VAL_UINT64, .value.uint64_val = (B) }, \
|
/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 | text_encode.c | 149 txtenc_printf(e, "%" PRIu64, val.uint64_val); in txtenc_field()
|
D | reflection.c | 130 val.uint64_val = upb_fielddef_defaultuint64(f); in upb_msg_get()
|
/external/protobuf/php/ext/google/protobuf/ |
D | convert.c | 378 upb_val->uint64_val = i64; in Convert_PhpToUpb() 440 ZVAL_LONG(php_val, upb_val.uint64_val); in Convert_UpbToPhp() 444 int size = sprintf(buf, "%lld", (int64_t)upb_val.uint64_val); in Convert_UpbToPhp()
|
D | php-upb.c | 410 uint64_t uint64_val; member 497 val->uint32_val = val->uint64_val; in decode_munge_int32() 504 val->bool_val = val->uint64_val != 0; in decode_munge() 507 uint32_t n = val->uint64_val; in decode_munge() 512 uint64_t n = val->uint64_val; in decode_munge() 513 val->uint64_val = (n >> 1) ^ -(int64_t)(n & 1); in decode_munge() 718 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_varint_packed() 742 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_enum_packed() 1057 ptr = decode_varint64(d, ptr, &val->uint64_val); in decode_wireval() 1070 memcpy(&val->uint64_val, ptr, 8); in decode_wireval() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_lexer.cc | 413 uint64_t uint64_val; in LexNumberOrPattern() local 414 if (absl::SimpleAtoi(slice, &uint64_val)) { in LexNumberOrPattern() 415 token_state_.int64_val = absl::bit_cast<int64_t>(uint64_val); in LexNumberOrPattern()
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | convert.c | 378 upb_val->uint64_val = i64; in Convert_PhpToUpb() 440 ZVAL_LONG(php_val, upb_val.uint64_val); in Convert_UpbToPhp() 444 int size = sprintf(buf, "%lld", (int64_t)upb_val.uint64_val); in Convert_UpbToPhp()
|
D | php-upb.c | 410 uint64_t uint64_val; member 497 val->uint32_val = val->uint64_val; in decode_munge_int32() 504 val->bool_val = val->uint64_val != 0; in decode_munge() 507 uint32_t n = val->uint64_val; in decode_munge() 512 uint64_t n = val->uint64_val; in decode_munge() 513 val->uint64_val = (n >> 1) ^ -(int64_t)(n & 1); in decode_munge() 718 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_varint_packed() 742 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_enum_packed() 1057 ptr = decode_varint64(d, ptr, &val->uint64_val); in decode_wireval() 1070 memcpy(&val->uint64_val, ptr, 8); in decode_wireval() [all …]
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.proto | 85 repeated uint64 uint64_val = 17 [packed = true]; field
|
/external/tensorflow/tensorflow/python/framework/ |
D | fast_tensor_util.pyx | 71 tensor_proto.uint64_val.append(nparray[i])
|
D | tensor_util.py | 141 tensor_proto.uint64_val.extend([x.item() for x in proto_values]) 629 values = np.fromiter(tensor.uint64_val, dtype=dtype)
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | convert.c | 227 ret.uint64_val = NUM2ULL(value); in Convert_RubyToUpb()
|
D | protobuf.c | 149 StringBuilder_Printf(b, "%" PRIu64, val.uint64_val); in StringBuilder_PrintMsgval()
|
D | ruby-upb.c | 418 uint64_t uint64_val; member 505 val->uint32_val = val->uint64_val; in decode_munge_int32() 512 val->bool_val = val->uint64_val != 0; in decode_munge() 515 uint32_t n = val->uint64_val; in decode_munge() 520 uint64_t n = val->uint64_val; in decode_munge() 521 val->uint64_val = (n >> 1) ^ -(int64_t)(n & 1); in decode_munge() 730 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_varint_packed() 754 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_enum_packed() 1081 ptr = decode_varint64(d, ptr, &val->uint64_val); in decode_wireval() 1094 memcpy(&val->uint64_val, ptr, 8); in decode_wireval() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | convert.c | 227 ret.uint64_val = NUM2ULL(value); in Convert_RubyToUpb()
|
D | protobuf.c | 149 StringBuilder_Printf(b, "%" PRIu64, val.uint64_val); in StringBuilder_PrintMsgval()
|
D | ruby-upb.c | 418 uint64_t uint64_val; member 505 val->uint32_val = val->uint64_val; in decode_munge_int32() 512 val->bool_val = val->uint64_val != 0; in decode_munge() 515 uint32_t n = val->uint64_val; in decode_munge() 520 uint64_t n = val->uint64_val; in decode_munge() 521 val->uint64_val = (n >> 1) ^ -(int64_t)(n & 1); in decode_munge() 730 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_varint_packed() 754 ptr = decode_varint64(d, ptr, &elem.uint64_val); in decode_enum_packed() 1081 ptr = decode_varint64(d, ptr, &val->uint64_val); in decode_wireval() 1094 memcpy(&val->uint64_val, ptr, 8); in decode_wireval() [all …]
|
/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()
|