예제 #1
0
파일: s128fast.c 프로젝트: bukka/libmcrypt
static WORD
nltap(s128_ctx *c)
{
    WORD	t;

    /* t = */ NLFUNC(c, 0);
    return t;
}
예제 #2
0
static ulong32 nltap(struct sober128_prng *c)
{
    ulong32 t;
    NLFUNC(c, 0);
    return t;
}
예제 #3
0
static ulong32 nltap(sober128_state *c)
{
    ulong32 t;
    NLFUNC(c, 0);
    return t;
}