Home
last modified time | relevance | path

Searched refs:out_int64 (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/strings/
Dstring_number_conversions_fuzzer.cc23 int64_t out_int64; in LLVMFuzzerTestOneInput() local
24 base::StringToInt64(string_piece_input, &out_int64); in LLVMFuzzerTestOneInput()
37 base::StringToInt64(string_piece_input16, &out_int64); in LLVMFuzzerTestOneInput()
47 base::HexStringToInt64(string_piece_input, &out_int64); in LLVMFuzzerTestOneInput()
59 base::NumberToString(out_int64); in LLVMFuzzerTestOneInput()
60 base::NumberToString16(out_int64); in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2023 int64* out_int64 = nullptr; in FastParseSequenceExample() local
2032 out_int64 = context_result->dense_values[t].flat<int64>().data(); in FastParseSequenceExample()
2077 *out_int64++ = *in_int64++; in FastParseSequenceExample()
2101 num_added = ParseInt64Feature(&stream, out_int64); in FastParseSequenceExample()
2102 out_int64 += num_added; in FastParseSequenceExample()
2132 int64* out_int64 = nullptr; in FastParseSequenceExample() local
2141 out_int64 = context_result->sparse_values[t].flat<int64>().data(); in FastParseSequenceExample()
2173 num_added = ParseInt64Feature(&stream, out_int64); in FastParseSequenceExample()
2174 out_int64 += num_added; in FastParseSequenceExample()
2221 int64* out_int64 = nullptr; in FastParseSequenceExample() local
[all …]