Home
last modified time | relevance | path

Searched refs:input_count (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/tcp_wrappers/
HDsafe_finger.c60 int input_count = 0; local
96 if (input_count++ >= INPUT_LENGTH) { /* don't listen forever */
98 printf("\n\n Input truncated to %d bytes...\n", input_count - 1);
/dragonfly/contrib/gcc-8.0/gcc/
HDhsa-common.c206 hsa_insn_basic::input_count () in input_count() function
323 gcc_checking_assert (input_count () <= operand_count ()); in num_used_ops()
325 return operand_count () - input_count (); in num_used_ops()
HDhsa-regalloc.c496 unsigned ndefs = insn->input_count (); in linear_scan_regalloc()
544 unsigned ndefs = insn->input_count (); in linear_scan_regalloc()
HDhsa-common.h449 unsigned input_count ();