Home
last modified time | relevance | path

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

/third_party/glfw/deps/
H A Dstb_image_write.h891 #define stbiw__ZHASH 16384 macro
908 unsigned char ***hash_table = (unsigned char***) STBIW_MALLOC(stbiw__ZHASH * sizeof(unsigned char**));
918 for (i=0; i < stbiw__ZHASH; ++i)
924 int h = stbiw__zhash(data+i)&(stbiw__ZHASH-1), best=3;
943 h = stbiw__zhash(data+i+1)&(stbiw__ZHASH-1);
980 for (i=0; i < stbiw__ZHASH; ++i)
/third_party/astc-encoder/Source/
H A Dstb_image_write.h891 #define stbiw__ZHASH 16384 macro
908 unsigned char ***hash_table = (unsigned char***) STBIW_MALLOC(stbiw__ZHASH * sizeof(unsigned char**));
918 for (i=0; i < stbiw__ZHASH; ++i)
924 int h = stbiw__zhash(data+i)&(stbiw__ZHASH-1), best=3;
943 h = stbiw__zhash(data+i+1)&(stbiw__ZHASH-1);
980 for (i=0; i < stbiw__ZHASH; ++i)

Completed in 6 milliseconds