Home
last modified time | relevance | path

Searched refs:pos_end (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/brotli/c/enc/
H A Dbackward_references_inc.h23 const size_t pos_end = position + num_bytes; in CreateBackwardReferences() local
40 while (position + FN(HashTypeLength)() < pos_end) { in CreateBackwardReferences()
41 size_t max_length = pos_end - position; in CreateBackwardReferences()
80 position + FN(HashTypeLength)() < pos_end) { in CreateBackwardReferences()
142 BROTLI_MIN(size_t, position + 16, pos_end - kMargin); in CreateBackwardReferences()
151 BROTLI_MIN(size_t, position + 8, pos_end - kMargin); in CreateBackwardReferences()
160 insert_length += pos_end - position; in CreateBackwardReferences()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references_inc.h23 const size_t pos_end = position + num_bytes; in CreateBackwardReferences() local
40 while (position + FN(HashTypeLength)() < pos_end) { in CreateBackwardReferences()
41 size_t max_length = pos_end - position; in CreateBackwardReferences()
80 position + FN(HashTypeLength)() < pos_end) { in CreateBackwardReferences()
142 BROTLI_MIN(size_t, position + 16, pos_end - kMargin); in CreateBackwardReferences()
151 BROTLI_MIN(size_t, position + 8, pos_end - kMargin); in CreateBackwardReferences()
160 insert_length += pos_end - position; in CreateBackwardReferences()
/third_party/ffmpeg/libavformat/
H A Dmux_utils.c61 int64_t pos, pos_end; in ff_format_shift_data() local
85 pos_end = avio_tell(s->pb); in ff_format_shift_data()
106 } while (pos < pos_end); in ff_format_shift_data()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h269 int pos_end; member
H A Dr3xx_vertprog.c377 compiler->code->pos_end = 0; /* Not supported yet */ in translate_vertex_program()
/third_party/libfuse/example/
H A Dpassthrough_hp.cc1174 size_t pos_start = 0, pos_end, delim_len = delimiter.length(); in string_split() local
1177 while ((pos_end = s.find(delimiter, pos_start)) != std::string::npos) { in string_split()
1178 token = s.substr(pos_start, pos_end - pos_start); in string_split()
1179 pos_start = pos_end + delim_len; in string_split()

Completed in 5 milliseconds