Searched refs:last_pos (Results 1 - 18 of 18) sorted by relevance

/external/lz4/lib/
H A Dlz4opt.h197 while (last_pos < pos) { opt[last_pos+1].price = 1<<30; last_pos++; } \
220 size_t i, llen, litlen, mlen, best_mlen, price, offset, best_off, match_num, last_pos; local
237 last_pos = 0;
246 last_pos = 1;
262 if (last_pos < MINMATCH) { ip++; continue; }
266 for (cur = 1; cur <= last_pos; cur++) {
283 if (cur > last_pos || price < (size_t)opt[cur].price)
286 if (cur == last_pos || in
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c282 int64_t last_pos; local
322 last_pos = allocated;
328 err = compute_memory_promote_item(pool, item, pipe, last_pos);
331 last_pos += align(item->size_in_dw, ITEM_ALIGNMENT);
353 int64_t last_pos; local
357 last_pos = 0;
359 if (src != dst || item->start_in_dw != last_pos) {
360 assert(last_pos <= item->start_in_dw);
363 item, last_pos, pipe);
366 last_pos
[all...]
/external/brotli/research/
H A Dfind_opt_references.cc44 size_t last_pos = 0; local
48 available_in = fread(storage + last_pos, 1, kFileBufferSize, fin);
49 last_pos += available_in;
51 assert(last_pos == input_size);
/external/stressapptest/src/
H A Ddisk_blocks.cc107 int last_pos = size_ - 1; local
109 pos_to_addr_[last_pos]);
114 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos];
/external/fio/
H A Dio_u.c340 f->file_name, (unsigned long long) f->last_pos[ddir],
352 if (f->last_pos[ddir] >= f->io_size + get_start_offset(td, f) &&
357 if (io_size > f->last_pos[ddir])
358 f->last_pos[ddir] = 0;
360 f->last_pos[ddir] = f->last_pos[ddir] - io_size;
363 if (f->last_pos[ddir] < f->real_file_size) {
366 if (f->last_pos[ddir] == f->file_offset && o->ddir_seq_add < 0) {
368 f->last_pos[ddir] = f->io_size;
370 f->last_pos[ddi
[all...]
H A Dfile.h102 uint64_t last_pos[DDIR_RWDIR_CNT]; member in struct:fio_file
H A Dfilesetup.c1754 f->last_pos[i] = f->file_offset;
/external/webp/src/dsp/
H A Dupsampling_neon.c205 const int last_pos = 1 + 16 * num_blocks; \
242 top_dst, bottom_dst, last_pos, len - last_pos); \
/external/skia/src/shaders/gradients/
H A DSk4fGradientBase.cpp194 const SkScalar last_pos = SK_Scalar1 - first_pos; local
221 fIntervals.emplace_back(clamp_color, last_pos,
/external/skqp/src/shaders/gradients/
H A DSk4fGradientBase.cpp194 const SkScalar last_pos = SK_Scalar1 - first_pos; local
221 fIntervals.emplace_back(clamp_color, last_pos,
/external/boringssl/src/crypto/err/
H A Derr.c433 char *last_pos = &buf[len - 1] - num_colons + i; local
435 if (colon == NULL || colon > last_pos) {
440 OPENSSL_memset(last_pos, ':', num_colons - i);
/external/pdfium/core/fpdftext/
H A Dcpdf_textpage.cpp1277 float last_pos = PrevItem.m_Origin.x;
1360 if (fabs(last_pos + last_width - pos.x) > threshold && curChar != L' ' &&
1363 if ((pos.x - last_pos - last_width) > threshold ||
1364 (last_pos - pos.x - last_width) > threshold) {
1367 if (pos.x < 0 && (last_pos - pos.x - last_width) > threshold)
1369 if ((pos.x - last_pos - last_width) > this_width ||
1370 (pos.x - last_pos - this_width) > last_width) {
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc969 indic_position_t last_pos = POS_START; local
974 info[i].indic_position() = last_pos;
994 last_pos = (indic_position_t) info[i].indic_position();
/external/python/cpython3/Lib/test/
H A Dpickletester.py2047 last_arg = last_pos = None
2051 if last_pos is not None:
2054 frame_size = pos - last_pos - frame_opcode_size
2056 last_arg, last_pos = arg, pos
2059 frame_size = len(pickled) - last_pos - frame_opcode_size
/external/v8/src/compiler/
H A Dregister-allocator.cc2511 LifetimePosition last_pos = LifetimePosition::GapFromInstructionIndex( local
2513 last_pos = last_pos.NextStart().End();
2514 if (!range->Covers(last_pos)) return false;
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
H A DParser.java23 private int last_pos; field in class:Parser
126 this.last_pos = this.lexer.peek().getPos();
864 "[" + this.last_line + "," + this.last_pos + "] " +
/external/deqp/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp8878 const size_t last_pos = start_pos + n_entries; local
8879 const size_t buffer_data_size = last_pos * sizeof(glw::GLuint);
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 1287 milliseconds