Home
last modified time | relevance | path

Searched defs:last_pos (Results 1 – 15 of 15) 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/grpc-grpc/src/compiler/
Dgenerator_helpers.h85 size_t pos, last_pos = 0; in tokenize() local
/external/v8/src/objects/
Djs-list-format.cc269 int last_pos = 0; in GenerateListFormatParts() local
/external/skia/src/shaders/gradients/
DSk4fGradientBase.cpp196 const SkScalar last_pos = SK_Scalar1 - first_pos; in init() local
/external/skqp/src/shaders/gradients/
DSk4fGradientBase.cpp196 const SkScalar last_pos = SK_Scalar1 - first_pos; in init() local
/external/brotli/research/
Dfind_opt_references.cc44 size_t last_pos = 0; in ReadInput() local
/external/boringssl/src/crypto/err/
Derr.c433 char *last_pos = &buf[len - 1] - num_colons + i; in ERR_error_string_n() local
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc346 int last_pos = last_idx; in AddAndDedupFanouts() local
1572 int last_pos = last_idx; in DeleteNodes() local
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc720 indic_position_t last_pos = POS_START; in initial_reordering_consonant_syllable() local
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp1277 float last_pos = PrevItem.m_Origin.x; in ProcessInsertObject() local
/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.cpp1550 int last_pos = m_pSyntax->GetPos(); in ParsePathObject() local
/external/v8/src/compiler/
Dregister-allocator.cc2523 LifetimePosition last_pos = LifetimePosition::GapFromInstructionIndex( in IntervalPredecessorsCoveredByRange() local
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp8782 const size_t last_pos = start_pos + n_entries; in execute() local
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DParser.java23 private int last_pos; field in Parser