Home | History | Annotate | Download | only in dist

Lines Matching refs:N_SORT_BUCKET

33317 #define N_SORT_BUCKET  32
33319 PgHdr *a[N_SORT_BUCKET], *p;
33326 for(i=0; ALWAYS(i<N_SORT_BUCKET-1); i++){
33335 if( NEVER(i==N_SORT_BUCKET-1) ){
33336 /* To get here, there need to be 2^(N_SORT_BUCKET) elements in
33343 for(i=1; i<N_SORT_BUCKET; i++){