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