Home
last modified time | relevance | path

Searched defs:x0 (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/lib/libssl/src/crypto/rc2/
Drc2_cbc.c140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local
185 register RC2_INT x0,x1,x2,x3,t; in RC2_decrypt() local
/mirbsd/src/sys/arch/sparc/fpu/
Dfpu_mul.c104 register u_int a3, a2, a1, a0, x3, x2, x1, x0, bit, m; local
Dfpu_sqrt.c192 register u_int x0, x1, x2, x3; local
/mirbsd/src/lib/libc/hash/
Dtiger.c624 uint64_t a, b, c, x0, x1, x2, x3, x4, x5, x6, x7, tmp; in TIGERTransform() local
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dsparc-dis.c291 int x0 = (match0 & x) != 0; in compare_opcodes() local
301 int x0 = (lose0 & x) != 0; in compare_opcodes() local
/mirbsd/src/usr.bin/fmt/
Dfmt.c230 static size_t x0; /* Ditto, ignoring leading whitespace */ variable
/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCurses.c2193 int y0, x0; in LYwaddnstr() local
DLYStrings.c3660 int y0, x0; in remember_column() local
DGridText.c13773 static BOOL DidWrap(int y0, int x0) in DidWrap()