Lines Matching refs:found
86 UINT found, loop_break; in _tx_trace_object_register() local
108 found = entries; in _tx_trace_object_register()
127 found = i; in _tx_trace_object_register()
137 found = i; in _tx_trace_object_register()
154 if (found == entries) in _tx_trace_object_register()
156 found = i; in _tx_trace_object_register()
163 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, ((sizeof(TX_TRACE_OBJECT_ENTRY))*found)); in _tx_trace_object_register()
168 found = i; in _tx_trace_object_register()
187 if (found < entries) in _tx_trace_object_register()
194 if ((found + ((ULONG) 1)) < entries) in _tx_trace_object_register()
198 _tx_trace_registry_search_start = found + ((ULONG) 1); in _tx_trace_object_register()
211 … work_ptr = TX_UCHAR_POINTER_ADD(work_ptr, ((sizeof(TX_TRACE_OBJECT_ENTRY))*found)); in _tx_trace_object_register()