Searched refs:SS_BLOCKSIZE (Results 1 – 3 of 3) sorted by relevance
107 #if defined(SS_BLOCKSIZE)108 # if SS_BLOCKSIZE < 0109 # undef SS_BLOCKSIZE110 # define SS_BLOCKSIZE (0) macro111 # elif 32768 <= SS_BLOCKSIZE112 # undef SS_BLOCKSIZE113 # define SS_BLOCKSIZE (32767)116 # define SS_BLOCKSIZE (1024)119 #if SS_BLOCKSIZE == 0125 #elif SS_BLOCKSIZE <= 4096
43 #if (SS_BLOCKSIZE == 0) || (SS_INSERTIONSORT_THRESHOLD < SS_BLOCKSIZE)48 #if SS_BLOCKSIZE == 0 in ss_ilg()74 #elif SS_BLOCKSIZE < 256 in ss_ilg()85 #if SS_BLOCKSIZE != 0111 if(x >= (SS_BLOCKSIZE * SS_BLOCKSIZE)) { return SS_BLOCKSIZE; } in ss_isqrt()162 #if (SS_BLOCKSIZE != 1) && (SS_INSERTIONSORT_THRESHOLD != 1)188 #if (SS_BLOCKSIZE == 0) || (SS_INSERTIONSORT_THRESHOLD < SS_BLOCKSIZE)448 #if SS_BLOCKSIZE != 0752 #if SS_BLOCKSIZE != 0 in sssort()760 #if SS_BLOCKSIZE == 0 in sssort()[all …]
68 #if defined(SS_BLOCKSIZE)69 # if SS_BLOCKSIZE < 070 # undef SS_BLOCKSIZE71 # define SS_BLOCKSIZE (0) macro72 # elif 32768 <= SS_BLOCKSIZE73 # undef SS_BLOCKSIZE74 # define SS_BLOCKSIZE (32767) macro77 # define SS_BLOCKSIZE (1024) macro80 #if SS_BLOCKSIZE == 082 #elif SS_BLOCKSIZE <= 4096[all …]