Home
last modified time | relevance | path

Searched refs:NN (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/skein/
Dskein_block.c111 #define R256_UNROLL_R(NN) \ argument
113 SKEIN_256_ROUNDS_TOTAL / 8 > (NN)) || \
114 (SKEIN_UNROLL_256 > (NN)))
201 #define R512_UNROLL_R(NN) \ argument
203 SKEIN_512_ROUNDS_TOTAL/8 > (NN)) || \
204 (SKEIN_UNROLL_512 > (NN)))
333 #define R1024_UNROLL_R(NN) \ argument
335 SKEIN_1024_ROUNDS_TOTAL/8 > (NN)) || \
336 (SKEIN_UNROLL_1024 > (NN)))
/linux-4.1.27/Documentation/sound/alsa/
Dserial-u16550.txt18 sends the nonstandard MIDI command sequence F5 NN, where NN is the substream
22 send the F5 NN command sequence at all; perhaps it ought to.
85 serial port. Similar to Roland Soundcanvas mode, F5 NN is used to select the
/linux-4.1.27/drivers/mtd/nand/
Ddiskonchip.c127 #define NN 1023 macro
174 syn[i] = rs_modnn(rs, rs->index_of[s[i]] + (NN - FCR - i)); in doc_ecc_decode()
/linux-4.1.27/Documentation/
Dmd.txt476 where 'NN' is the position in the array, starting from 0.