Searched refs:output_index (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/coregrind/m_gdbserver/ |
D | remote-utils.c | 580 int input_index, output_index; in remote_escape_output() local 582 output_index = 0; in remote_escape_output() 588 if (output_index + 2 > out_maxlen) in remote_escape_output() 590 out_buf[output_index++] = '}'; in remote_escape_output() 591 out_buf[output_index++] = b ^ 0x20; in remote_escape_output() 593 if (output_index + 1 > out_maxlen) in remote_escape_output() 595 out_buf[output_index++] = b; in remote_escape_output() 600 return output_index; in remote_escape_output() 616 int input_index, output_index; in remote_unescape_input() local 619 output_index = 0; in remote_unescape_input() [all …]
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 1537 int output_index; in lts_for_word() local 1600 output_index = find_output_for_dp(lts, &backoff_output); in lts_for_word() 1603 pfprintf(PSTDOUT,"got output %d\n", output_index); in lts_for_word() 1608 if (strlen(lts->input_for_output[output_index]) > 0) { in lts_for_word() 1611 …pfprintf(PSTDOUT,"GOT INPUT %s for %s letter %c\n", lts->input_for_output[output_index], word, wor… in lts_for_word() 1614 input_seq = lts->input_for_output[output_index]; in lts_for_word() 1644 ts->outputs[output_index]); in lts_for_word() 1650 … num_out = add_output(lts->outputs[output_index], output_phone_string, num_out, max_phone_length); in lts_for_word()
|
/external/v8/src/ |
D | deoptimizer.cc | 946 int output_index = iterator->Next(); in DoOsrTranslateCommand() local 948 output->GetOffsetFromSlotIndex(output_index); in DoOsrTranslateCommand() 965 int output_index = iterator->Next(); in DoOsrTranslateCommand() local 967 output->GetOffsetFromSlotIndex(output_index); in DoOsrTranslateCommand() 997 int output_index = iterator->Next(); in DoOsrTranslateCommand() local 999 output->GetOffsetFromSlotIndex(output_index); in DoOsrTranslateCommand()
|
/external/chromium/net/base/ |
D | cookie_monster_unittest.cc | 1885 for (int output_index = 0; output_index < 2; output_index++) { in TEST() local 1886 int input_index = output_index * 2; in TEST() 1888 const CookieMonster::CanonicalCookie* output = &cookies[output_index]; in TEST()
|