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

/external/chromium_org/third_party/libsrtp/srtp/crypto/math/
H A Ddatatypes.c327 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...]
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/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/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.cc55 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/
H A Dschema.cc536 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);
/external/chromium_org/base/android/jni_generator/
H A Djni_generator.py1426 base_index = 0
1429 base_index = idx
1431 return os.sep.join(script_components[base_index:])
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh1055 unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint); local
1056 if (base_index == NOT_COVERED) return TRACE_RETURN (false);
1058 return TRACE_RETURN ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skippy_iter.idx));
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh1055 unsigned int base_index = (this+baseCoverage).get_coverage (buffer->info[skippy_iter.idx].codepoint); local
1056 if (base_index == NOT_COVERED) return TRACE_RETURN (false);
1058 return TRACE_RETURN ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skippy_iter.idx));
/external/chromium_org/v8/src/
H A Dcode-stubs-hydrogen.cc1829 HValue* base_index = AddUncasted<HMul>(hash, Add<HConstant>(2)); local
1830 base_index->ClearFlag(HValue::kCanOverflow);
1842 base_index,
1846 base_index,
H A Dhydrogen-instructions.cc1075 // TODO(svenpanne) This 2nd base_index() looks wrong...
1076 return os << "base: " << NameOf(base_index())
1077 << ", check: " << NameOf(base_index());
H A Dhydrogen.cc1698 HValue* base_index = AddUncasted<HMul>(entry, Add<HConstant>(entry_size)); local
1699 base_index->ClearFlag(HValue::kCanOverflow);
1702 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset));
1758 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset + 2));
1771 AddUncasted<HAdd>(base_index, Add<HConstant>(start_offset + 1));
H A Dhydrogen-instructions.h4124 HValue* base_index() const { return OperandAt(0); } function in class:v8::FINAL::FINAL

Completed in 880 milliseconds