Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:magic

73 union magic {
83 union magic {
93 union magic magic;
94 magic.whole = (ogg_int64_t)x * y;
95 return magic.halves.hi;
103 union magic magic;
104 magic.whole = (ogg_int64_t)x * y;
105 return ((ogg_uint32_t)(magic.halves.lo)>>15) | ((magic.halves.hi)<<17);