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

/external/skia/src/gpu/
H A DGrResourceCache.h98 static uint32_t rohalf(uint32_t x) { function in class:GrResourceKey
103 uint32_t hash = fP[0] ^ rol(fP[1]) ^ ror(fP[2]) ^ rohalf(fP[3]);

Completed in 68 milliseconds