/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/components/policy/core/common/ |
schema.cc | 358 int base_index = static_cast<int>(property_nodes_.size()); local 362 property_nodes_.resize(base_index + properties->size()); 364 int index = base_index; 376 CHECK_EQ(static_cast<int>(properties->size()), index - base_index); 377 properties_nodes_[extra].begin = base_index;
|
/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/third_party/harfbuzz-ng/src/ |
hb-ot-layout-gpos-table.hh | 1049 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 | 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.h | 4078 HValue* base_index() { return OperandAt(0); } function in class:v8::V8_FINAL [all...] |