Lines Matching refs:l_index
94 size_t l_index = ctx->l_index;
96 if (idx <= l_index) {
118 while (l_index < idx) {
119 ocb_double(ctx->l + l_index, ctx->l + l_index + 1);
120 l_index++;
122 ctx->l_index = l_index;
156 ctx->l_index = 0;
188 ctx->l_index = 4; /* enough to process up to 496 bytes */
209 memcpy(dest->l, src->l, (src->l_index + 1) * 16);