Searched refs:FORMAT (Results 1 – 3 of 3) sorted by relevance
53 template <uint32_t FORMAT>56 static const uint32_t bytes_per_pixel = (FORMAT >> PixelFormatConst::SubformatSize) + 1;
237 #define FORMAT 0 /* this is the official format */ macro250 *h++=cast_byte(FORMAT); in luaU_header()
1396 #define CHECK_1_FORMAT(FORMAT, TYPE) \ in test_string_from_format() argument1397 result = PyString_FromFormat(FORMAT, (TYPE)1); \ in test_string_from_format()1401 msg = FORMAT " failed at 1"; \ in test_string_from_format()