HomeSort by relevance Sort by last modified time
    Searched defs:base_index (Results 1 - 7 of 7) sorted by null

  /external/srtp/crypto/math/
datatypes.c 327 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...]
math.c 652 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 544 ipa_combine_adjustments ignore this and use base_index.
576 int base_index; member in struct:ipa_parm_adjustment
578 /* This new parameter is an unmodified parameter at index base_index. */
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 1094 unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint); local
    [all...]
  /external/v8/src/
code-stubs-hydrogen.cc 2355 HValue* base_index = AddUncasted<HMul>(hash, Add<HConstant>(2)); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 4107 HValue* base_index() const { return OperandAt(0); } function in class:final::final
    [all...]
hydrogen.cc 1703 HValue* base_index = AddUncasted<HMul>(entry, Add<HConstant>(entry_size)); local
    [all...]

Completed in 228 milliseconds