HomeSort by relevance Sort by last modified time
    Searched refs:ParseInt64 (Results 1 - 8 of 8) sorted by null

  /external/bsdiff/
utils.h 12 int64_t ParseInt64(const uint8_t* buf);
utils.cc 9 int64_t ParseInt64(const uint8_t* buf) {
patch_reader.cc 70 int64_t ctrl_len = ParseInt64(patch_data + 8);
71 int64_t diff_len = ParseInt64(patch_data + 16);
72 int64_t signed_newsize = ParseInt64(patch_data + 24);
122 int64_t diff_size = ParseInt64(buf);
126 int64_t extra_size = ParseInt64(buf);
140 control_entry->offset_increment = ParseInt64(buf);
bspatch.cc 221 uint64_t newsize = ParseInt64(patch_data + 24);
  /external/libtextclassifier/util/strings/
numbers.h 41 bool ParseInt64(const char *c_str, int64 *value);
numbers.cc 47 bool ParseInt64(const char *c_str, int64 *value) {
numbers_test.cc 54 EXPECT_EQ(expected_parsing_success, ParseInt64(c_str, &parsed_value));
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 192 bool ParseInt64(int64* result);
446 !ParseInt64(&parameter_number) ||
    [all...]

Completed in 89 milliseconds