Searched defs:xxhash (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/main/memcheck/ |
H A D | mc_translate.c | 987 IRAtom* xxhash, IRAtom* yyhash, 1004 tl_assert(isShadowAtom(mce,xxhash)); 1008 tl_assert(sameKindedAtoms(xxhash,xx)); 1030 mkPCastTo(mce,ty, xxhash), 1039 binop(opSHR, xxhash, mkU8(width-1))), 1050 mkUifU(mce,ty, xxhash,yyhash)), 985 doCmpORD( MCEnv* mce, IROp cmp_op, IRAtom* xxhash, IRAtom* yyhash, IRAtom* xx, IRAtom* yy ) argument
|
Completed in 78 milliseconds