Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcp_wrappers/
H A Dsafe_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);
/freebsd-12.1/contrib/gcc/
H A Dstruct-equiv.c256 if (info->cur.input_count >= IMPOSSIBLE_MOVE_FACTOR) in struct_equiv_improve_checkpoint()
260 > info->input_cost * (info->cur.input_count - p->input_count)) in struct_equiv_improve_checkpoint()
261 : info->cur.ninsns > p->ninsns && !info->cur.input_count) in struct_equiv_improve_checkpoint()
285 info->cur.input_count = p->input_count; in struct_equiv_restore_checkpoint()
341 info->cur.input_count += y_change; in note_local_live()
442 info->cur.input_count += optimize_size ? 2 : 1; in rtx_equiv_p()
1026 info->cur.local_count = info->cur.input_count = 0; in struct_equiv_init()
H A Dbasic-block.h1036 int input_count; /* Number of inputs to the block. */ member
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp273 int32_t input_count = 0; in SetOptionValue() local
278 } else if (input_count < 0) in SetOptionValue()