Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/thorvg/rapidjson/internal/
Ddiyfp.h99 const uint64_t bd = b * d;
100 uint64_t tmp = (bd >> 32) + (ad & M32) + (bc & M32);
/lvgl-latest/src/libs/lodepng/
Dlodepng.c3057 static unsigned checkColorValidity(LodePNGColorType colortype, unsigned bd) in checkColorValidity() argument
3061 if(!(bd == 1 || bd == 2 || bd == 4 || bd == 8 || bd == 16)) return 37; in checkColorValidity()
3064 if(!(bd == 8 || bd == 16)) return 37; in checkColorValidity()
3067 if(!(bd == 1 || bd == 2 || bd == 4 || bd == 8)) return 37; in checkColorValidity()
3070 if(!(bd == 8 || bd == 16)) return 37; in checkColorValidity()
3073 if(!(bd == 8 || bd == 16)) return 37; in checkColorValidity()