Searched refs:sample_index (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/isl/
H A Disl_tab.c219 free(tab->sample_index);
272 dup->sample_index = isl_alloc_array(tab->mat->ctx, int,
274 if (tab->samples->n_row && !dup->sample_index)
531 prod->sample_index = NULL;
863 tab->sample_index = isl_alloc_array(tab->mat->ctx, int, 1);
864 if (!tab->sample_index)
880 tab->sample_index, int, tab->n_sample + 1);
883 tab->sample_index = t;
893 tab->sample_index[tab->n_sample] = tab->n_sample;
906 int t = tab->sample_index[ta
[all...]
H A Disl_tab.h161 int *sample_index; member in struct:isl_tab
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dmultiway_merge.h1065 _DifferenceType sample_index = static_cast<_DifferenceType> local
1070 _ValueType(__seqs_begin[__s].first[sample_index]);

Completed in 51 milliseconds