HomeSort by: relevance | last modified time | path
    Searched defs:high_bit (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 3252 static int high_bit(unsigned int z) function in typeref:typename:int
3436 rshift = high_bit(mr)-7; rcount = bitcount(mr);
3437 gshift = high_bit(mg)-7; gcount = bitcount(mr);
3438 bshift = high_bit(mb)-7; bcount = bitcount(mr);
3439 ashift = high_bit(ma)-7; acount = bitcount(mr);
stb_image.c 3252 static int high_bit(unsigned int z) function in typeref:typename:int
3436 rshift = high_bit(mr)-7; rcount = bitcount(mr);
3437 gshift = high_bit(mg)-7; gcount = bitcount(mr);
3438 bshift = high_bit(mb)-7; bcount = bitcount(mr);
3439 ashift = high_bit(ma)-7; acount = bitcount(mr);

Completed in 28 milliseconds