Home
last modified time | relevance | path

Searched refs:read_location (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc152 char* read_location = reinterpret_cast<char*>(input_buffer_.get()); in ReadFromFile() local
166 read_location += avail_in_; in ReadFromFile()
170 Status s = file_->Read(file_pos_, bytes_to_read, &data, read_location); in ReadFromFile()
171 if (data.data() != read_location) { in ReadFromFile()
172 memmove(read_location, data.data(), data.size()); in ReadFromFile()
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_inputstream.cc125 char* read_location = reinterpret_cast<char*>(z_stream_def_->input.get()); in ReadFromStream() local
140 read_location += z_stream_def_->stream->avail_in; in ReadFromStream()
147 memcpy(read_location, data.data(), data.size()); in ReadFromStream()
/external/libabigail/src/
Dabg-reader.cc1245 static bool read_location(const read_context&, xmlNodePtr, location&);
2420 read_location(const read_context& ctxt, in read_location() function
3133 read_location(ctxt, node, loc); in build_namespace_decl()
3431 read_location(ctxt, node, loc); in build_function_parameter()
3492 read_location(ctxt, node, loc); in build_function_decl()
3648 read_location(ctxt, node, type_location); in type_is_suppressed()
3769 read_location(ctxt, node, locus); in build_var_decl()
3843 read_location(ctxt, node, loc); in build_type_decl()
3910 read_location(ctxt, node, loc); in build_qualified_type_decl()
4013 read_location(ctxt, node, loc); in build_pointer_type_def()
[all …]
/external/libcups/scheduler/
Dconf.c201 static int read_location(cups_file_t *fp, char *name, int linenum);
2956 linenum = read_location(fp, value, linenum); in read_cupsd_conf()
3722 read_location(cups_file_t *fp, /* I - Configuration file */ in read_location() function
/external/libabigail/
DChangeLog1088 (read_location): Read artificial location when no natural location
17640 (read_location): Take a const read_context and adjust.
35392 (read_location): Remove the overload that was using the xml reader.
38981 * src/abg-reader.cc (read_location): New overload to read location
39044 (read_input, read_file, read_location, handle_element)