Home
last modified time | relevance | path

Searched refs:w14 (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/crypto/openssh/
Dblocks.c50 #define M(w0,w14,w9,w1) w0 = sigma1(w14) + w9 + sigma0(w1) + w0; argument
53 M(w0 ,w14,w9 ,w1 ) \
58 M(w5 ,w3 ,w14,w6 ) \
66 M(w13,w11,w6 ,w14) \
67 M(w14,w12,w7 ,w15) \
120 uint64 w14 = load_bigendian(in + 112); in crypto_hashblocks_sha512() local
137 F(w14,0x9bdc06a725c71235ULL) in crypto_hashblocks_sha512()
156 F(w14,0x06ca6351e003826fULL) in crypto_hashblocks_sha512()
175 F(w14,0xf40e35855771202aULL) in crypto_hashblocks_sha512()
194 F(w14,0xbef9a3f7b2c67915ULL) in crypto_hashblocks_sha512()
[all …]
/freebsd-9-stable/sys/dev/sound/midi/
Dsequencer.c1779 u_short w14; in seq_chncommon() local
1786 w14 = *(u_short *)&event[6]; in seq_chncommon()
1790 midi_cmdname(cmd, cmdtab_seqccmn), chn, p1, w14)); in seq_chncommon()
1800 chn, p1, w14)); in seq_chncommon()
1801 SYNTH_CONTROLLER(md, chn, p1, w14); in seq_chncommon()
1810 md->synth.chn_info[chn].bender_value = w14; in seq_chncommon()
1821 if (md->synth.bender(md, i, w14) == EAGAIN) { in seq_chncommon()
1830 if (md->synth.bender(md, chn, w14) == EAGAIN) { in seq_chncommon()
1838 SYNTH_BENDER(md, chn, w14); in seq_chncommon()
/freebsd-9-stable/sys/sys/
Dsoundcard.h1376 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) { \ argument
1384 *(short *)&_seqbuf[_seqbufptr+6] = (w14);\