Home
last modified time | relevance | path

Searched defs:last_pos (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dcompute_memory_pool.c282 int64_t last_pos; in compute_memory_finalize_pending() local
353 int64_t last_pos; in compute_memory_defrag() local
/external/stressapptest/src/
Ddisk_blocks.cc107 int last_pos = size_ - 1; in RemoveBlock() local
/external/brotli/research/
Dfind_opt_references.cc44 size_t last_pos = 0; in ReadInput() local
/external/fio/
Dfile.h102 uint64_t last_pos[DDIR_RWDIR_CNT]; member
/external/lz4/lib/
Dlz4opt.h220 size_t i, llen, litlen, mlen, best_mlen, price, offset, best_off, match_num, last_pos; in LZ4HC_compress_optimal() local
/external/skia/src/shaders/gradients/
DSk4fGradientBase.cpp199 const SkScalar last_pos = SK_Scalar1 - first_pos; in init() local
/external/boringssl/src/crypto/err/
Derr.c403 char *last_pos = &buf[len - 1] - num_colons + i; in ERR_error_string_n() local
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc928 indic_position_t last_pos = POS_START; in initial_reordering_consonant_syllable() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1558 int last_pos = m_pSyntax->GetPos(); in ParsePathObject() local
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp1306 FX_FLOAT last_pos = PrevItem.m_Origin.x; in ProcessInsertObject() local
/external/v8/src/compiler/
Dregister-allocator.cc2511 LifetimePosition last_pos = LifetimePosition::GapFromInstructionIndex( in IntervalPredecessorsCoveredByRange() local
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java23 private int last_pos; field in Parser