Searched refs:out_q (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/sound/midi/
H A Dsequencer.c125 MIDIQ_HEAD(, u_char) in_q, out_q;
447 while (MIDIQ_EMPTY(scp->out_q)) {
456 MIDIQ_DEQ(scp->out_q, event, EV_SZ);
458 if (MIDIQ_AVAIL(scp->out_q) < scp->out_water) {
547 MIDIQ_INIT(scp->out_q, buf, EV_SZ * 1024);
626 if (scp->out_q.b)
627 free(scp->out_q.b, M_TEMP);
683 free(scp->out_q.b, M_TEMP);
812 scp->out_water = MIDIQ_SIZE(scp->out_q) / 2;
968 while (MIDIQ_AVAIL(scp->out_q)
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsatest.c99 * seed, out_p, out_q, out_g are taken from the updated Appendix 5 to FIPS
118 static unsigned char out_q[] = { variable
189 j = sizeof(out_q);
190 if ((i != j) || (memcmp(buf, out_q, i) != 0)) {

Completed in 57 milliseconds