Searched refs:leftToFill (Results 1 – 1 of 1) sorted by relevance
149 int numberLeft, leftToFill; in SLA1_Process() local153 leftToFill = sizeof(ctx->SLAblock) - ctx->howManyInBlock; in SLA1_Process()154 if (leftToFill > numberLeft) { in SLA1_Process()164 ptr, leftToFill); in SLA1_Process()166 numberLeft -= leftToFill; in SLA1_Process()167 ctx->runningTotal += leftToFill; in SLA1_Process()191 int i, leftToFill; in SLA1_Final() local200 leftToFill = sizeof(ctx->SLAblock) - ctx->howManyInBlock; in SLA1_Final()201 if (leftToFill == 0) { in SLA1_Final()213 } else if (leftToFill == 1) { in SLA1_Final()