HomeSort by relevance Sort by last modified time
    Searched defs:base_index (Results 1 - 12 of 12) 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 56 int base_index = gamma_ramp->size * i / gamma_ramp_size; local
58 if (base_index < gamma_ramp->size - 1) {
59 resampled->red[i] = RESAMPLE(gamma_ramp->red, base_index, remaining);
60 resampled->green[i] = RESAMPLE(gamma_ramp->green, base_index, remaining);
61 resampled->blue[i] = RESAMPLE(gamma_ramp->blue, base_index, remaining);
  /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/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...]
  /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/chromium_org/v8/src/
code-stubs-hydrogen.cc 1649 HValue* base_index = AddUncasted<HMul>(hash, Add<HConstant>(2)); local
    [all...]
hydrogen-instructions.h 4084 HValue* base_index() { return OperandAt(0); } function in class:V8_FINAL
    [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/third_party/skia/third_party/harfbuzz/src/
harfbuzz-gpos.c 2183 HB_UShort i, j, mark_index, base_index, property, class; local
    [all...]

Completed in 309 milliseconds