Home
last modified time | relevance | path

Searched refs:stbiw__zlib_huffb (Results 1 - 2 of 2) sorted by relevance

/third_party/glfw/deps/
H A Dstb_image_write.h889 #define stbiw__zlib_huffb(n) ((n) <= 143 ? stbiw__zlib_huff1(n) : stbiw__zlib_huff2(n)) macro
968 stbiw__zlib_huffb(data[i]);
974 stbiw__zlib_huffb(data[i]);
/third_party/astc-encoder/Source/
H A Dstb_image_write.h889 #define stbiw__zlib_huffb(n) ((n) <= 143 ? stbiw__zlib_huff1(n) : stbiw__zlib_huff2(n)) macro
968 stbiw__zlib_huffb(data[i]);
974 stbiw__zlib_huffb(data[i]);

Completed in 5 milliseconds