Searched refs:error_loc (Results 1 – 4 of 4) sorted by relevance
47 typename TTypes<T>::Matrix Tout, std::atomic<Index>* error_loc) in GatherNdSliceGenerator() argument52 error_loc_(error_loc) {} in GatherNdSliceGenerator()103 std::atomic<Index> error_loc(-1);115 slice_size, Tindices, Tparams, Tout, &error_loc);138 return error_loc.load();
101 Index error_loc = -1;124 error_loc = loc;136 return error_loc;185 Index error_loc = -1;208 error_loc = loc;220 return error_loc;
498 uint32_t error_loc[ELM_MAX_ERROR_COUNT]; in omap_correct_data_bch() local540 err = elm_check_error(calc_ecc, bch_type, &error_count, error_loc); in omap_correct_data_bch()557 byte_pos = error_max - (error_loc[count] / 8) - 1; in omap_correct_data_bch()558 bit_pos = error_loc[count] % 8; in omap_correct_data_bch()
207 stream.error_loc = stream.tell()211 return '[%d]: %s' % (self.stream.error_loc, self.msg)261 stream.error_loc = stream.tell()1278 self.error_loc = None1399 length = self.error_loc - pos + 161400 elif self.error_loc:1402 pos = self.error_loc