Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dfitsdec.c109 int lines_read, bytes_left, i, ret; in fits_read_header() local
112lines_read = 1; // to account for first header line, SIMPLE or XTENSION which is not included in p… in fits_read_header()
119 lines_read++; in fits_read_header()
124 bytes_left = (((lines_read + 35) / 36) * 36 - lines_read) * 80; in fits_read_header()
/third_party/json/include/nlohmann/detail/input/
Dposition_t.hpp17 std::size_t lines_read = 0; member
Dlexer.hpp1351 ++position.lines_read; in get()
1375 if (position.lines_read > 0) in unget()
1377 --position.lines_read; in unget()
/third_party/json/include/nlohmann/detail/
Dexceptions.hpp230 return " at line " + std::to_string(pos.lines_read + 1) + in position_string()
/third_party/json/single_include/nlohmann/
Djson.hpp2594 std::size_t lines_read = 0; member
2826 return " at line " + std::to_string(pos.lines_read + 1) + in position_string()
7881 ++position.lines_read; in get()
7905 if (position.lines_read > 0) in unget()
7907 --position.lines_read; in unget()