Searched refs:slotCount (Results 1 – 7 of 7) sorted by relevance
138 SkASSERT(n >= 0 && n < (int)this->type().slotCount()); in getConstantSubexpression()140 int argSlots = arg->type().slotCount(); in getConstantSubexpression()153 SkASSERT(this->type().slotCount() == other.type().slotCount()); in compareConstant()155 int exprs = this->type().slotCount(); in compareConstant()
36 SkASSERT(type.slotCount() == in Make()39 return n + arg->type().slotCount(); in Make()
304 size_t slotCount() const { in slotCount() function330 slots += field.fType->slotCount(); in slotCount()336 return this->columns() * this->componentType().slotCount(); in slotCount()
383 nslots = var.type().slotCount(); in SkVMGenerator()420 SkASSERT(decl.returnType().slotCount() == outReturn.size()); in writeFunction()428 nslots = p->type().slotCount(); in writeFunction()442 size_t nslots = p->type().slotCount(); in writeFunction()464 nslots = v.type().slotCount(); in getSlot()531 SkASSERT(b.type().slotCount() == static_cast<size_t>(lRows * rCols)); in writeBinaryExpression()641 Value result(c.type().slotCount()); in writeAggregationConstructor()793 offset += (*expr.base()->type().fields()[i].fType).slotCount(); in fieldSlotOffset()800 Value field(expr.type().slotCount()); in writeFieldAccess()818 size_t stride = expr.type().slotCount(); in indexSlotOffset()[all …]
237 uint32_t slotCount = 0; in am_adc_isr() local248 slotCount++; in am_adc_isr()252 g_total_samples_captured += slotCount; in am_adc_isr()
349 uint32_t slotCount = 0; in am_pdm0_isr() local355 slotCount++; in am_pdm0_isr()358 g_total_samples_captured += slotCount; in am_pdm0_isr()
127 int slot_count = item->module->loaded ? item->module->slotCount : 0; in FindNSSKeyFromPublicKeyInfo()