syntax sugar
This commit is contained in:
@@ -33,10 +33,6 @@ static void __attribute__((constructor)) fill_lut()
|
|||||||
#define filter(x) (filterlut[(x) & 0xfffff])
|
#define filter(x) (filterlut[(x) & 0xfffff])
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/** binsearch
|
/** binsearch
|
||||||
* Binary search for the first occurence of *stop's MSB in sorted [start,stop]
|
* Binary search for the first occurence of *stop's MSB in sorted [start,stop]
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user