Searched defs:input_index (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Dcookie_monster_unittest.cc1886 int input_index = output_index * 2; local
1887 const CookiesInputInfo* input = &input_info[input_index];
/external/valgrind/main/coregrind/m_gdbserver/
H A Dremote-utils.c580 int input_index, output_index; local
583 for (input_index = 0; input_index < len; input_index++) {
584 gdb_byte b = buffer[input_index];
599 *out_len = input_index;
616 int input_index, output_index; local
621 for (input_index = 0; input_index < len; input_index
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-gsub.c3649 HB_UShort index, input_index, i, j, property; local
3701 error = _HB_OPEN_Coverage_Index( &rccs->Coverage, IN_GLYPH( j ), &input_index );
3724 IN_CURGLYPH() = rccs->Substitute[input_index];
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub.c3649 HB_UShort index, input_index, i, j, property; local
3701 error = _HB_OPEN_Coverage_Index( &rccs->Coverage, IN_GLYPH( j ), &input_index );
3724 IN_CURGLYPH() = rccs->Substitute[input_index];
/external/valgrind/main/perf/
H A Dtinycc.c5518 int input_index; /* if >= 0, gives reference to an input constraint */
16677 op->input_index = -1;
16696 if (operands[k].input_index >= 0)
16698 operands[k].input_index = i;
16740 if (op->input_index >= 0) {
16853 if (op->input_index >= 0) {
16854 operands[op->input_index].reg = op->reg;
16855 operands[op->input_index].is_llong = op->is_llong;
5516 int input_index; /* if >= 0, gives reference to an input constraint */ member in struct:ASMOperand

Completed in 156 milliseconds