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

  /external/pdfium/third_party/agg23/
agg_clip_liang_barsky.h 83 FX_FLOAT tout1 = (toutx < touty) ? toutx : touty; local
84 if(tin2 > 0 || tout1 > 0) {
85 if(tin2 <= tout1) {
96 if(tout1 < 1.0f) {
  /external/boringssl/src/decrepit/cast/
cast.c 169 uint32_t tout0, tout1, xor0, xor1; local
175 n2l(iv, tout1);
181 tin1 ^= tout1;
186 tout1 = tin[1];
188 l2n(tout1, out);
193 tin1 ^= tout1;
198 tout1 = tin[1];
200 l2n(tout1, out);
203 l2n(tout1, iv);
215 tout1 = tin[1] ^ xor1
    [all...]
  /external/boringssl/src/crypto/des/
des.c 563 uint32_t tout0, tout1, xor0, xor1; local
571 c2l(iv, tout1);
577 tin1 ^= tout1;
582 tout1 = tin[1];
583 l2c(tout1, out);
589 tin1 ^= tout1;
594 tout1 = tin[1];
595 l2c(tout1, out);
599 l2c(tout1, iv);
610 tout1 = tin[1] ^ xor1
664 uint32_t tout0, tout1, xor0, xor1; local
    [all...]
  /external/boringssl/src/crypto/cipher/
e_rc2.c 215 uint32_t tout0, tout1, xor0, xor1; local
221 c2l(iv, tout1);
227 tin1 ^= tout1;
233 tout1 = tin[1];
234 l2c(tout1, out);
239 tin1 ^= tout1;
245 tout1 = tin[1];
246 l2c(tout1, out);
249 l2c(tout1, iv);
261 tout1 = tin[1] ^ xor1
    [all...]
  /external/boringssl/src/decrepit/blowfish/
blowfish.c 154 uint32_t tout0, tout1, xor0, xor1; local
160 n2l(ivec, tout1);
166 tin1 ^= tout1;
171 tout1 = tin[1];
173 l2n(tout1, out);
178 tin1 ^= tout1;
183 tout1 = tin[1];
185 l2n(tout1, out);
188 l2n(tout1, ivec);
200 tout1 = tin[1] ^ xor1
    [all...]

Completed in 66 milliseconds