HomeSort by relevance Sort by last modified time
    Searched defs:last_pos (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/mclinker/lib/Core/
Module.cpp 65 uint32_t last_pos = m_AliasLists.size() - 1; local
66 m_AliasLists[last_pos]->push_back(&pAlias);
  /external/skia/src/shaders/gradients/
Sk4fGradientBase.cpp 194 const SkScalar last_pos = SK_Scalar1 - first_pos; local
221 fIntervals.emplace_back(clamp_color, last_pos,
  /external/skqp/src/shaders/gradients/
Sk4fGradientBase.cpp 194 const SkScalar last_pos = SK_Scalar1 - first_pos; local
221 fIntervals.emplace_back(clamp_color, last_pos,
  /external/stressapptest/src/
disk_blocks.cc 107 int last_pos = size_ - 1; local
109 pos_to_addr_[last_pos]);
114 pos_to_addr_[curr_pos] = pos_to_addr_[last_pos];
  /external/brotli/research/
find_opt_references.cc 44 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/lz4/lib/
lz4opt.h 197 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 || inr >= mflimit) break
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
compute_memory_pool.c 282 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 += align(item->size_in_dw, ITEM_ALIGNMENT)
    [all...]
  /external/fio/
file.h 102 uint64_t last_pos[DDIR_RWDIR_CNT]; member in struct:fio_file
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformatenc_h264.c 1827 guint last_pos = 0; local
    [all...]
  /external/boringssl/src/crypto/err/
err.c 433 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/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 969 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();
    [all...]
  /system/core/bootstat/
bootstat.cpp 459 const size_t last_pos = console.length() - needle.length(); local
461 for (size_t pos = start; pos <= last_pos; ++pos) {
474 const size_t last_pos = reason.length() - needle.length(); local
475 for (size_t pos = 0; pos <= last_pos; pos += needle.length()) {
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.cpp 8878 const size_t last_pos = start_pos + n_entries; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
Parser.java 23 private int last_pos; field in class:Parser
126 this.last_pos = this.lexer.peek().getPos();
864 "[" + this.last_line + "," + this.last_pos + "] " +
    [all...]
  /external/pdfium/core/fpdfapi/page/
cpdf_streamcontentparser.cpp 1550 int last_pos = m_pSyntax->GetPos(); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 2511 LifetimePosition last_pos = LifetimePosition::GapFromInstructionIndex( local
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 879 milliseconds