HomeSort by: relevance | last modified time | path
    Searched defs:Xr (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libcrypt/
blowfish.c 77 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
80 u_int32_t Xr;
85 Xr = *xr;
88 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2);
89 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4);
90 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6)
    [all...]
  /src/crypto/external/bsd/openssh/dist/
blowfish.c 73 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
76 u_int32_t Xr;
81 Xr = *xr;
84 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2);
85 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4);
86 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 529 APInt Xr = Xtop; // though they're just going to be overwritten
530 APInt::sdivrem(Xtop, Xbot, Xq, Xr);
534 if (Xr != 0 || Yr != 0) {

Completed in 29 milliseconds