Home
last modified time | relevance | path

Searched refs:output_index (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_gdbserver/
Dremote-utils.c701 int input_index, output_index; in remote_escape_output() local
703 output_index = 0; in remote_escape_output()
709 if (output_index + 2 > out_maxlen) in remote_escape_output()
711 out_buf[output_index++] = '}'; in remote_escape_output()
712 out_buf[output_index++] = b ^ 0x20; in remote_escape_output()
714 if (output_index + 1 > out_maxlen) in remote_escape_output()
716 out_buf[output_index++] = b; in remote_escape_output()
721 return output_index; in remote_escape_output()
737 int input_index, output_index; in remote_unescape_input() local
740 output_index = 0; in remote_unescape_input()
[all …]
/external/vixl/test/
Dtest-simulator-a64.cc1319 unsigned output_index = (n * vd_lane_count) + lane; in Test1OpNEON() local
1321 if (results[output_index] != expected[output_index]) { in Test1OpNEON()
1339 unsigned output_index = (n * vd_lane_count) + lane; in Test1OpNEON() local
1344 results[output_index] != expected[output_index] ? '*' : ' ', in Test1OpNEON()
1348 static_cast<uint64_t>(results[output_index]), in Test1OpNEON()
1350 static_cast<uint64_t>(expected[output_index])); in Test1OpNEON()
1510 unsigned output_index = (n * vd_lane_count) + lane; in Test1OpAcrossNEON() local
1512 if (results[output_index] != expected[output_index]) { in Test1OpAcrossNEON()
1535 unsigned output_index = n * vd_lane_count; in Test1OpAcrossNEON() local
1543 results[output_index] != expected[output_index] ? '*' : ' ', in Test1OpAcrossNEON()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1560 int* output_index) { in FollowPath() argument
1565 *output_index = -1; in FollowPath()
1587 *output_index = -1; in FollowPath()
1605 output_message, output_field, output_index); in FollowPath()
1610 *output_index = index; in FollowPath()
1621 output_message, output_field, output_index); in FollowPath()
1626 *output_index = -1; in FollowPath()
/external/mesa3d/src/glsl/
Dlinker.cpp1970 unsigned *input_index, unsigned *output_index) in assign_varying_location() argument
1982 output_var->location = *output_index; in assign_varying_location()
1991 *output_index += slots; in assign_varying_location()
1996 *output_index += slots; in assign_varying_location()
2056 unsigned output_index = VERT_RESULT_VAR0; in assign_varying_locations() local
2088 &output_index); in assign_varying_locations()
2099 &output_index); in assign_varying_locations()
/external/v8/tools/gyp/pylib/gyp/generator/
Dcmake.py370 for output_index, out in enumerate(outputs):
371 output_name = action_name + '_' + str(output_index)