Searched refs:output_index (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/coregrind/m_gdbserver/ |
D | remote-utils.c | 701 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/aarch64/ |
D | test-simulator-aarch64.cc | 1439 unsigned output_index = (n * vd_lane_count) + lane; in Test1OpNEON() local 1441 if (results[output_index] != expected[output_index]) { in Test1OpNEON() 1460 unsigned output_index = (n * vd_lane_count) + lane; in Test1OpNEON() local 1466 results[output_index] != expected[output_index] ? '*' : ' ', in Test1OpNEON() 1470 static_cast<uint64_t>(results[output_index]), in Test1OpNEON() 1472 static_cast<uint64_t>(expected[output_index])); in Test1OpNEON() 1894 unsigned output_index = (n * inputs_m_length * vd_lane_count) + in Test2OpNEON() local 1897 if (results[output_index] != expected[output_index]) { in Test2OpNEON() 1916 unsigned output_index = (n * inputs_m_length * vd_lane_count) + in Test2OpNEON() local 1928 results[output_index] != expected[output_index] ? '*' : ' ', in Test2OpNEON() [all …]
|
/external/protobuf/src/google/protobuf/compiler/ |
D | parser_unittest.cc | 2020 int* output_index) { in FollowPath() argument 2025 *output_index = -1; in FollowPath() 2047 *output_index = -1; in FollowPath() 2065 output_message, output_field, output_index); in FollowPath() 2070 *output_index = index; in FollowPath() 2081 output_message, output_field, output_index); in FollowPath() 2086 *output_index = -1; in FollowPath()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_shader.h | 94 int output_index; member
|
D | vertexdeclaration9.c | 436 so->output[so_outputs].register_index = ShaderOutputsInfo[i].output_index; in NineVertexDeclaration9_FillStreamOutputInfo()
|
D | nine_shader.c | 546 int mask, int output_index) in nine_record_outputs() argument 551 tx->output_info[tx->num_outputs].output_index = output_index; in nine_record_outputs()
|