MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / Key

Function Key

jni/stasm/hatdesc.cpp:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46static int ncalls_g, nhits_g; // only used if TRACE_CACHE
47
48static unsigned Key(int x, int y) // pack x,y into 32 bits for cache key
49{
50 return ((y & 0xffff) << 16) | (x & 0xffff);
51}
52
53static double GetHatFit( // args same as non CACHE version, see below
54 int x, // in

Callers 1

GetHatFitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected