HomeSort by relevance Sort by last modified time
    Searched refs:base_index (Results 1 - 10 of 10) 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-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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow.h 403 unsigned base_index; local
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 2219 HB_UShort i, j, mark_index, base_index, property, class; local
    [all...]

Completed in 4133 milliseconds