Searched refs:bin_ptrs (Results 1 – 1 of 1) sorted by relevance
4333 void ** bin_ptrs = arr[0]; in scRNA_do_one_batch_sort_compare() local4336 char * Lptr = bin_ptrs[l]; in scRNA_do_one_batch_sort_compare()4337 char * Rptr = bin_ptrs[r]; in scRNA_do_one_batch_sort_compare()4352 void ** bin_ptrs = arr[0]; in scRNA_do_one_batch_sort_exchange() local4353 void * tp = bin_ptrs[l]; in scRNA_do_one_batch_sort_exchange()4354 bin_ptrs[l]=bin_ptrs[r]; in scRNA_do_one_batch_sort_exchange()4355 bin_ptrs[r]=tp; in scRNA_do_one_batch_sort_exchange()4361 bin_ptrs +=start; in scRNA_do_one_batch_sort_merge()4681 bin_ptrs = realloc(bin_ptrs, sizeof(char*)*bin_ptr_size); in scRNA_do_one_batch()4757 sort_base[0] = bin_ptrs; in scRNA_do_one_batch()[all …]