/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_queryobj.c | 139 for (i = 0; i < query->last_index; i++) { in brw_queryobj_get_results() 149 for (i = 0; i < query->last_index; i++) { in brw_queryobj_get_results() 253 query->last_index = -1; in brw_begin_query() 385 if (!query->bo || query->last_index * 2 + 1 >= 4096 / sizeof(uint64_t)) { in ensure_bo_has_space() 396 query->last_index = 0; in ensure_bo_has_space() 437 brw_write_depth_count(brw, query->bo, query->last_index * 2); in brw_emit_query_begin() 459 brw_write_depth_count(brw, query->bo, query->last_index * 2 + 1); in brw_emit_query_end() 462 query->last_index++; in brw_emit_query_end()
|
/external/libjpeg-turbo/simd/ |
D | jdsample-altivec.c | 46 last_index = {15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30}, in jsimd_h2v1_fancy_upsample_altivec() local 71 p_last0 = vec_perm(last0, this0, last_index); in jsimd_h2v1_fancy_upsample_altivec() 147 last_index={14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29}, in jsimd_h2v2_fancy_upsample_altivec() local 186 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 195 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 202 p_lastcolsum_1l = vec_perm(lastcolsum_1h, thiscolsum_1l, last_index); in jsimd_h2v2_fancy_upsample_altivec() 203 p_lastcolsum_1h = vec_perm(thiscolsum_1l, thiscolsum_1h, last_index); in jsimd_h2v2_fancy_upsample_altivec() 204 p_lastcolsum1l = vec_perm(lastcolsum1h, thiscolsum1l, last_index); in jsimd_h2v2_fancy_upsample_altivec() 205 p_lastcolsum1h = vec_perm(thiscolsum1l, thiscolsum1h, last_index); in jsimd_h2v2_fancy_upsample_altivec()
|
/external/v8/src/regexp/ |
D | regexp-utils.cc | 152 Object* last_index = JSRegExp::cast(recv)->LastIndex(); in IsUnmodifiedRegExp() local 153 return last_index->IsSmi() && Smi::cast(last_index)->value() >= 0; in IsUnmodifiedRegExp() 182 const int last_index = PositiveNumberToUint32(*last_index_obj); in SetAdvancedStringIndex() local 184 AdvanceStringIndex(isolate, string, last_index, unicode); in SetAdvancedStringIndex()
|
/external/swiftshader/third_party/subzero/pydir/ |
D | utils.py | 39 last_index = len(path_list) - path_list[::-1].index(nacl) 40 return os.sep.join(path_list[:last_index])
|
/external/curl/lib/ |
D | hash.c | 326 int last_index = -1; 337 if(iter.slot_index != last_index) { 339 if(last_index >= 0) { 342 last_index = iter.slot_index;
|
/external/syslinux/com32/modules/ |
D | kontron_wdt.c | 75 if (pld->last_index != index) { in kempld_set_index() 77 pld->last_index = index; in kempld_set_index() 119 iowrite8(pld->last_index | KEMPLD_MUTEX_KEY, pld->io_index); in kempld_release_mutex()
|
D | kontron_wdt.h | 90 uint8_t last_index; member
|
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/ |
D | hyperplane_lsh_probes.h | 200 int_fast32_t last_index = 0) 201 : table_(table), hash_mask_(hash_mask), last_index_(last_index) {} in table_()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_message.cc | 2431 int last_index = -1; in GenerateClear() local 2437 if (i / 8 != last_index / 8 || last_index < 0) { in GenerateClear() 2464 last_index = i; in GenerateClear() 2788 int last_index = -1; in GenerateMergeFrom() local 2796 if (i / 8 != last_index / 8 || last_index < 0) { in GenerateMergeFrom() 2797 if (last_index >= 0) { in GenerateMergeFrom() 2809 last_index = i; in GenerateMergeFrom() 2835 last_index >= 0) { in GenerateMergeFrom() 3570 int last_index = -1; in GenerateByteSize() local 3579 if (i / 8 != last_index / 8 || last_index < 0) { in GenerateByteSize() [all …]
|
/external/v8/src/runtime/ |
D | runtime-regexp.cc | 1095 uint32_t last_index = 0; in StringReplaceNonGlobalRegExpWithFunction() local 1101 last_index = PositiveNumberToUint32(*last_index_obj); in StringReplaceNonGlobalRegExpWithFunction() 1103 if (static_cast<int>(last_index) > subject->length()) last_index = 0; in StringReplaceNonGlobalRegExpWithFunction() 1109 RegExpImpl::Exec(regexp, subject, last_index, last_match_info), String); in StringReplaceNonGlobalRegExpWithFunction() 1189 uint32_t last_index = 0; in RegExpReplace() local 1195 last_index = PositiveNumberToUint32(*last_index_obj); in RegExpReplace() 1197 if (static_cast<int>(last_index) > string->length()) last_index = 0; in RegExpReplace() 1203 RegExpImpl::Exec(regexp, string, last_index, last_match_info), String); in RegExpReplace()
|
/external/skia/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 192 const int last_index = count - 1 - first_index; in init() local 218 const Sk4f clamp_color = pack_color(shader.getXformedColor(last_index, dstCS), in init()
|
/external/skqp/src/shaders/gradients/ |
D | Sk4fGradientBase.cpp | 192 const int last_index = count - 1 - first_index; in init() local 218 const Sk4f clamp_color = pack_color(shader.getXformedColor(last_index, dstCS), in init()
|
/external/perf_data_converter/src/quipper/ |
D | huge_page_deducer.cc | 64 MMapRange(int first_index, int last_index) in MMapRange() argument 65 : first_(first_index), last_(last_index) {} in MMapRange()
|
/external/harfbuzz_ng/src/ |
D | hb-uniscribe.cc | 671 unsigned int last_index = 0; in _hb_uniscribe_shape() local 676 if (event->index != last_index) in _hb_uniscribe_shape() 706 range->index_first = last_index; in _hb_uniscribe_shape() 709 last_index = event->index; in _hb_uniscribe_shape()
|
D | hb-coretext.cc | 678 unsigned int last_index = 0; in _hb_coretext_shape() local 683 if (event->index != last_index) in _hb_coretext_shape() 740 range->index_first = last_index; in _hb_coretext_shape() 743 last_index = event->index; in _hb_coretext_shape()
|
/external/python/cpython2/Lib/test/ |
D | test_multibytecodec.py | 261 last_index = len(self.text) - 1 263 encoder.encode(char, index == last_index)
|
/external/python/cpython3/Lib/test/ |
D | test_multibytecodec.py | 252 last_index = len(self.text) - 1 254 encoder.encode(char, index == last_index)
|
/external/v8/src/builtins/ |
D | builtins-regexp.cc | 433 Node* const last_index = FastLoadLastIndex(object); in IsInitialRegExpMap() local 434 var_result.Bind(TaggedIsPositiveSmi(last_index)); in IsInitialRegExpMap() 474 Node* const last_index = FastLoadLastIndex(object); in BranchIfFastRegExp() local 475 Branch(TaggedIsPositiveSmi(last_index), if_isunmodified, if_ismodified); in BranchIfFastRegExp() 1685 Node* last_index = LoadLastIndex(context, regexp, is_fastpath); in RegExpPrototypeMatchBody() local 1687 CSA_ASSERT(this, TaggedIsPositiveSmi(last_index)); in RegExpPrototypeMatchBody() 1690 last_index = CallStub(tolength_callable, context, last_index); in RegExpPrototypeMatchBody() 1694 AdvanceStringIndex(string, last_index, is_unicode, is_fastpath); in RegExpPrototypeMatchBody()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding.cc | 814 int64 last_index = 0; \ in CreateNodeDef() 819 last_index = i; \ in CreateNodeDef() 822 if (last_index < kint32max) { \ in CreateNodeDef() 824 t->mutable_##NAME##_val()->Reserve(last_index + 1); \ in CreateNodeDef() 825 t->mutable_##NAME##_val()->AddNAlreadyReserved(last_index + 1); \ in CreateNodeDef() 827 for (int64 i = 0; i <= last_index; ++i) { \ in CreateNodeDef()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen.cc | 433 const int last_index = str.size() - 1; in GenerateLowerCaseOpName() local 434 for (int i = 0; i <= last_index; ++i) { in GenerateLowerCaseOpName() 439 if (islower(str[i - 1]) || ((i < last_index) && islower(str[i + 1]))) { in GenerateLowerCaseOpName()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 537 int last_index = 0; in DrawLatticeGouraudShading() local 539 vertices[1 - last_index] = stream.ReadVertexRow(*pObject2Bitmap, row_verts); in DrawLatticeGouraudShading() 540 if (vertices[1 - last_index].empty()) in DrawLatticeGouraudShading() 545 triangle[0] = vertices[last_index][i]; in DrawLatticeGouraudShading() 546 triangle[1] = vertices[1 - last_index][i - 1]; in DrawLatticeGouraudShading() 547 triangle[2] = vertices[last_index][i - 1]; in DrawLatticeGouraudShading() 549 triangle[2] = vertices[1 - last_index][i]; in DrawLatticeGouraudShading() 552 last_index = 1 - last_index; in DrawLatticeGouraudShading()
|
/external/autotest/contrib/ |
D | loadtest.py | 411 last_index = versions.index(last_version) 414 return versions[(last_index + 1) % len(versions)]
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 705 uptr last_index = root_regions->size() - 1; in __lsan_unregister_root_region() local 706 (*root_regions)[i] = (*root_regions)[last_index]; in __lsan_unregister_root_region()
|
/external/v8/src/compiler/ |
D | graph-visualizer.cc | 457 int last_index = instruction_block->last_instruction_index(); in PrintSchedule() local 463 last_index).value()); in PrintSchedule()
|
/external/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 510 void OS2Table::Builder::SetUsLastCharIndex(int32_t last_index) { in SetUsLastCharIndex() argument 511 InternalWriteData()->WriteUShort(Offset::kUsLastCharIndex, last_index); in SetUsLastCharIndex()
|