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

  /src/external/bsd/ntp/dist/util/
tg.c 78 #define M5 5 /* IRIG 1 pulse */
474 peep(M5, 1000, HIGH);
475 peep(M5, 1000, LOW);
tg2.c 252 #define M5 (5) /* IRIG 1 pulse */
1620 poop(M5, 1000, HIGH, UnmodulatedInverted);
1621 poop(M5-1, 1000, LOW, UnmodulatedInverted);
1627 peep(M5, 1000, HIGH);
1628 peep(M5-1, 1000, LOW);
1661 poop(M5, 1000, HIGH, UnmodulatedInverted);
1662 poop(M5+1, 1000, LOW, UnmodulatedInverted);
1668 peep(M5, 1000, HIGH);
1669 peep(M5+1, 1000, LOW);
1701 poop(M5, 1000, HIGH, UnmodulatedInverted)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/
poly1305_sse2.c 209 xmmi M5, M6, M7, M8;
403 M5 = _mm_unpacklo_epi32(T7, _mm_setzero_si128());
410 T0 = _mm_add_epi64(T0, M5);

Completed in 28 milliseconds