Searched refs:sj (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/regress/lib/libc/longjmp/
H A Dlongjmp.c29 int (*sj)(jmp_buf);
34 sj = setjmp;
40 sj = _setjmp;
55 i = (*sj)(buf);
64 i = (*sj)(buf);
/openbsd-current/gnu/gcc/gcc/
H A Dcfgexpand.c426 size_t si, sj, n = stack_vars_num; local
441 sj = arc4random_uniform(si + 1);
444 stack_vars_sorted[si] = stack_vars_sorted[sj];
445 stack_vars_sorted[sj] = tmp;
466 for (sj = si; sj-- > 0; )
468 size_t j = stack_vars_sorted[sj];
/openbsd-current/sys/crypto/
H A Drmd160.c78 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \
80 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
/openbsd-current/lib/libc/hash/
H A Drmd160.c77 #define R(a, b, c, d, e, Fj, Kj, sj, rj) \
79 a = ROL(sj, a + Fj(b,c,d) + X(rj) + Kj) + e; \
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c3522 tree t, enter, sj, cond;
3541 sj = build_function_call (objc_setjmp_decl, t);
3543 cond = build2 (COMPOUND_EXPR, TREE_TYPE (sj), enter, sj);
3516 tree t, enter, sj, cond; local

Completed in 91 milliseconds