Home
last modified time | relevance | path

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

/trueos/crypto/openssh/
HDblocks.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 …]
/trueos/sys/dev/sound/midi/
HDsequencer.c1766 u_short w14; in seq_chncommon() local
1773 w14 = *(u_short *)&event[6]; in seq_chncommon()
1777 midi_cmdname(cmd, cmdtab_seqccmn), chn, p1, w14)); in seq_chncommon()
1787 chn, p1, w14)); in seq_chncommon()
1788 SYNTH_CONTROLLER(md, chn, p1, w14); in seq_chncommon()
1797 md->synth.chn_info[chn].bender_value = w14; in seq_chncommon()
1808 if (md->synth.bender(md, i, w14) == EAGAIN) { in seq_chncommon()
1817 if (md->synth.bender(md, chn, w14) == EAGAIN) { in seq_chncommon()
1825 SYNTH_BENDER(md, chn, w14); in seq_chncommon()
/trueos/sys/sys/
HDsoundcard.h1376 #define _CHN_COMMON(dev, event, chn, p1, p2, w14) { \ argument
1384 *(short *)&_seqbuf[_seqbufptr+6] = (w14);\