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

  /external/skia/src/shaders/gradients/
Sk4fGradientBase.cpp 196 const SkScalar last_pos = SK_Scalar1 - first_pos; local
228 fIntervals.emplace_back(clamp_color, last_pos,
  /external/skqp/src/shaders/gradients/
Sk4fGradientBase.cpp 196 const SkScalar last_pos = SK_Scalar1 - first_pos; local
228 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/grpc-grpc/src/compiler/
generator_helpers.h 85 size_t pos, last_pos = 0; local
89 pos = input.find_first_of(delimiters, last_pos);
95 tokens.push_back(input.substr(last_pos, pos - last_pos));
98 last_pos = pos + 1;
  /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/v8/src/objects/
js-list-format.cc 269 int last_pos = 0; local
271 int found = formatted.indexOf(items[i], last_pos);
273 if (found > last_pos) {
277 Intl::ToString(isolate, formatted, last_pos, found), JSArray);
281 last_pos = found + items[i].length();
284 isolate, substring, Intl::ToString(isolate, formatted, found, last_pos),
289 if (last_pos < formatted.length()) {
293 Intl::ToString(isolate, formatted, last_pos, formatted.length()),
  /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 720 indic_position_t last_pos = POS_START; local
725 info[i].indic_position() = last_pos;
745 last_pos = (indic_position_t) info[i].indic_position();
    [all...]
  /external/tensorflow/tensorflow/core/grappler/
mutable_graph_view.cc 346 int last_pos = last_idx; local
347 while (pos <= last_pos) {
359 node->mutable_input()->SwapElements(pos, last_pos);
360 --last_pos;
379 if (last_pos < last_idx) {
380 node->mutable_input()->DeleteSubrange(last_pos + 1, last_idx - last_pos);
1572 int last_pos = last_idx; local
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.cpp 8782 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 2523 LifetimePosition last_pos = LifetimePosition::GapFromInstructionIndex( local
    [all...]
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 830 milliseconds