Home | History | Annotate | Download | only in modes

Lines Matching defs:GETU32

65 #undef	GETU32
66 #define GETU32(p) BSWAP4(*(const u32 *)(p))
603 X = (long)((u64)GETU32(p)<<32|GETU32(p+4));
608 X = (long)GETU32(p);
712 hi = (u64)GETU32(p) <<32|GETU32(p+4);
713 lo = (u64)GETU32(p+8)<<32|GETU32(p+12);
835 ctr = GETU32(ctx->Yi.c+12);
946 ctr = GETU32(ctx->Yi.c+12);
1123 ctr = GETU32(ctx->Yi.c+12);
1306 ctr = GETU32(ctx->Yi.c+12);
1421 ctr = GETU32(ctx->Yi.c+12);
1534 alen = (u64)GETU32(p) <<32|GETU32(p+4);
1535 clen = (u64)GETU32(p+8)<<32|GETU32(p+12);