Home
last modified time | relevance | path

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

/third_party/glfw/deps/
H A Dstb_image_write.h813 // stretchy buffer; stbiw__sbpush() == vector<>::push_back() -- stbiw__sbcount() == vector<>::size()
823 #define stbiw__sbcount(a) ((a) ? stbiw__sbn(a) : 0) macro
927 int n = stbiw__sbcount(hlist);
945 n = stbiw__sbcount(hlist);
/third_party/astc-encoder/Source/
H A Dstb_image_write.h813 // stretchy buffer; stbiw__sbpush() == vector<>::push_back() -- stbiw__sbcount() == vector<>::size()
823 #define stbiw__sbcount(a) ((a) ? stbiw__sbn(a) : 0) macro
927 int n = stbiw__sbcount(hlist);
945 n = stbiw__sbcount(hlist);

Completed in 6 milliseconds