HomeSort by relevance Sort by last modified time
    Searched refs:base_index (Results 1 - 17 of 17) 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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 454 ipa_combine_adjustments ignore this and use base_index.
486 int base_index; member in struct:ipa_parm_adjustment
488 /* This new parameter is an unmodified parameter at index base_index. */
tree-flow.h 180 unsigned base_index; variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 454 ipa_combine_adjustments ignore this and use base_index.
486 int base_index; member in struct:ipa_parm_adjustment
488 /* This new parameter is an unmodified parameter at index base_index. */
tree-flow.h 180 unsigned base_index; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 454 ipa_combine_adjustments ignore this and use base_index.
486 int base_index; member in struct:ipa_parm_adjustment
488 /* This new parameter is an unmodified parameter at index base_index. */
tree-flow.h 180 unsigned base_index; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 454 ipa_combine_adjustments ignore this and use base_index.
486 int base_index; member in struct:ipa_parm_adjustment
488 /* This new parameter is an unmodified parameter at index base_index. */
tree-flow.h 180 unsigned base_index; variable
  /external/chromium_org/base/android/jni_generator/
jni_generator.py 617 base_index = script_components.index('base')
618 script_name = os.sep.join(script_components[base_index:])
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 1041 unsigned int base_index = (this+baseCoverage).get_coverage (c->buffer->info[skippy_iter.idx].codepoint); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 1044 unsigned int base_index = (this+baseCoverage).get_coverage (c->buffer->info[skippy_iter.idx].codepoint); local
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 2219 HB_UShort i, j, mark_index, base_index, property, class; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos.c 2219 HB_UShort i, j, mark_index, base_index, property, class; local
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.cc 921 base_index()->PrintNameTo(stream);
923 base_index()->PrintNameTo(stream);
    [all...]
hydrogen-instructions.h 3784 HValue* base_index() { return OperandAt(0); } function in class:v8::HBoundsCheckBaseIndexInformation
    [all...]

Completed in 457 milliseconds