Searched refs:base_index (Results 1 - 5 of 5) sorted by relevance

/external/srtp/crypto/math/
H A Ddatatypes.c327 const int base_index = index >> 5; local
340 x->v32[4-1] = x->v32[4-1-base_index];
341 for (i=4-1; i > base_index; i--)
342 x->v32[i-1] = x->v32[i-1-base_index];
347 for (i = 4; i > base_index; i--) {
348 from = i-1 - base_index;
358 for (i=0; i < base_index; i++)
366 const int base_index = index >> 5; local
375 for (i=0; i < 4 - base_index; i++)
376 x->v32[i] = x->v32[i+base_index];
483 const int base_index = index >> 5; local
[all...]
H A Dmath.c652 const int base_index = index >> 5; local
665 x->v32[4-1] = x->v32[4-1-base_index];
666 for (i=4-1; i > base_index; i--)
667 x->v32[i-1] = x->v32[i-1-base_index];
672 for (i = 4; i > base_index; i--) {
673 from = i-1 - base_index;
683 for (i=0; i < base_index; i++)
691 const int base_index = index >> 5; local
700 for (i=0; i < 4 - base_index; i++)
701 x->v32[i] = x->v32[i+base_index];
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1044 unsigned int base_index = (this+baseCoverage).get_coverage (c->buffer->info[skippy_iter.idx].codepoint); local
1045 if (base_index == NOT_COVERED) return TRACE_RETURN (false);
1047 return TRACE_RETURN ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skippy_iter.idx));
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c2219 HB_UShort i, j, mark_index, base_index, property, class; local
2279 &base_index );
2296 if ( base_index >= ba->BaseCount )
2299 br = &ba->BaseRecord[base_index];
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.c2219 HB_UShort i, j, mark_index, base_index, property, class; local
2279 &base_index );
2296 if ( base_index >= ba->BaseCount )
2299 br = &ba->BaseRecord[base_index];

Completed in 189 milliseconds