HomeSort by relevance Sort by last modified time
    Searched refs:Xr (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
blowfish.c 72 Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr)
75 u_int32_t Xr;
80 Xr = *xr;
83 BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2);
84 BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4);
85 BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6)
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 512 APInt Xr = Xtop; // though they're just going to be overwritten
513 APInt::sdivrem(Xtop, Xbot, Xq, Xr);
517 if (Xr != 0 || Yr != 0) {
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/d3/
d3.min.js     [all...]

Completed in 892 milliseconds