HomeSort by: relevance | last modified time | path
    Searched defs:t64a (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/
midisyn.c 748 int64_t t64a, t64b; local in function:midisyn_mp2hz18
771 t64a = 0x5a1a0ee4; /* INT64_C(967879298788) gcc333: spurious warning */
772 t64a |= (int64_t)0xe1 << 32;
773 t64a /= mp - 1998848; /* here's why 1998848 is special-cased above ;) */
774 t64a += mp - 3704981;
777 t64b /= t64a;
midisyn.c 748 int64_t t64a, t64b; local in function:midisyn_mp2hz18
771 t64a = 0x5a1a0ee4; /* INT64_C(967879298788) gcc333: spurious warning */
772 t64a |= (int64_t)0xe1 << 32;
773 t64a /= mp - 1998848; /* here's why 1998848 is special-cased above ;) */
774 t64a += mp - 3704981;
777 t64b /= t64a;
midisyn.c 748 int64_t t64a, t64b; local in function:midisyn_mp2hz18
771 t64a = 0x5a1a0ee4; /* INT64_C(967879298788) gcc333: spurious warning */
772 t64a |= (int64_t)0xe1 << 32;
773 t64a /= mp - 1998848; /* here's why 1998848 is special-cased above ;) */
774 t64a += mp - 3704981;
777 t64b /= t64a;

Completed in 38 milliseconds