Searched defs:iv (Results 1 – 3 of 3) sorted by relevance
88 int iv = va_arg(ap, int); in test() local194 int iv = va_arg(ap, int); in testw() local
1598 volatile long long iv; in makemathname() local
97 chacha_ivsetup(chacha_ctx *x,const u8 *iv) in chacha_ivsetup()