Lines Matching refs:found
85 UINT found, loop_break; in _tx_trace_object_register() local
107 found = entries; in _tx_trace_object_register()
126 found = i; in _tx_trace_object_register()
136 found = i; in _tx_trace_object_register()
153 if (found == entries) in _tx_trace_object_register()
155 found = i; in _tx_trace_object_register()
162 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, ((sizeof(TX_TRACE_OBJECT_ENTRY))*found)); in _tx_trace_object_register()
167 found = i; in _tx_trace_object_register()
186 if (found < entries) in _tx_trace_object_register()
193 if ((found + ((ULONG) 1)) < entries) in _tx_trace_object_register()
197 _tx_trace_registry_search_start = found + ((ULONG) 1); in _tx_trace_object_register()
210 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, ((sizeof(TX_TRACE_OBJECT_ENTRY))*found)); in _tx_trace_object_register()