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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/math/
datatypes.c 327 const int base_index = shift >> 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 = shift >> 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 = shift >> 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...]
  /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...]
  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.cc 55 int base_index = gamma_ramp->size * i / gamma_ramp_size; local
57 if (base_index < gamma_ramp->size - 1) {
58 resampled->red[i] = RESAMPLE(gamma_ramp->red, base_index, remaining);
59 resampled->green[i] = RESAMPLE(gamma_ramp->green, base_index, remaining);
60 resampled->blue[i] = RESAMPLE(gamma_ramp->blue, base_index, remaining);
  /external/chromium_org/components/policy/core/common/
schema.cc 536 int base_index = properties_nodes_[extra].begin; local
537 int index = base_index;
550 CHECK_EQ(static_cast<int>(properties->size()), index - base_index);
554 int base_index = properties_nodes_[extra].end; local
555 int index = base_index;
573 CHECK_EQ(static_cast<int>(pattern_properties->size()), index - 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/chromium_org/base/android/jni_generator/
jni_generator.py     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 1055 unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint); local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 1055 unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint); local
    [all...]
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 1829 HValue* base_index = AddUncasted<HMul>(hash, Add<HConstant>(2)); local
    [all...]
hydrogen-instructions.cc 1075 // TODO(svenpanne) This 2nd base_index() looks wrong...
1076 return os << "base: " << NameOf(base_index())
1077 << ", check: " << NameOf(base_index());
    [all...]
hydrogen.cc 1698 HValue* base_index = AddUncasted<HMul>(entry, Add<HConstant>(entry_size)); local
    [all...]
hydrogen-instructions.h 4124 HValue* base_index() const { return OperandAt(0); } function in class:v8::FINAL::FINAL
    [all...]

Completed in 498 milliseconds