Searched refs:input_index (Results 1 - 5 of 5) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
H A D | remote-utils.c | 556 int input_index, output_index; local 559 for (input_index = 0; input_index < len; input_index++) { 560 gdb_byte b = buffer[input_index]; 575 *out_len = input_index; 592 int input_index, output_index; local 597 for (input_index = 0; input_index < len; input_index [all...] |
/external/mesa3d/src/glsl/ |
H A D | linker.cpp | 1399 unsigned input_index = offsetof(VertexOutput,varyings) / sizeof(Vector4); local 1466 param->Location = input_var->location = input_index; 1476 input_index += slots; 1482 input_index += slots;
|
/external/chromium/net/base/ |
H A D | cookie_monster_unittest.cc | 1886 int input_index = output_index * 2; local 1887 const CookiesInputInfo* input = &input_info[input_index];
|
/external/harfbuzz/src/ |
H A D | harfbuzz-gsub.c | 3649 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 D | tinycc.c | 5518 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 7299 milliseconds