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

  /external/pdfium/third_party/agg23/
agg_clip_liang_barsky.h 94 float tout1 = (toutx < touty) ? toutx : touty; local
95 if (tin2 > 0 || tout1 > 0) {
96 if(tin2 <= tout1) {
107 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/fipsmodule/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_extra/
e_rc2.c 234 uint32_t tout0, tout1, xor0, xor1; local
240 c2l(iv, tout1);
246 tin1 ^= tout1;
252 tout1 = tin[1];
253 l2c(tout1, out);
258 tin1 ^= tout1;
264 tout1 = tin[1];
265 l2c(tout1, out);
268 l2c(tout1, iv);
280 tout1 = tin[1] ^ xor1
    [all...]
  /external/syslinux/gpxe/src/crypto/axtls/
aes.c 263 uint32_t tout0, tout1, tout2, tout3;
270 n2l(iv, tout1);
282 tin[1] = tin1^tout1;
290 tout1 = tin[1];
291 l2n(tout1, out_32);
299 l2n(tout1, iv);
311 uint32_t tout0,tout1,tout2,tout3;
338 tout1 = data[1]^xor1;
348 l2n(tout1, out_32);
  /external/boringssl/src/decrepit/blowfish/
blowfish.c 155 uint32_t tout0, tout1, xor0, xor1; local
161 n2l(ivec, tout1);
167 tin1 ^= tout1;
172 tout1 = tin[1];
174 l2n(tout1, out);
179 tin1 ^= tout1;
184 tout1 = tin[1];
186 l2n(tout1, out);
189 l2n(tout1, ivec);
201 tout1 = tin[1] ^ xor1
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 276 float tout1 = (toutx < touty) ? toutx : touty; local
277 if (tin2 > 0 || tout1 > 0) {
278 if (tin2 <= tout1) {
289 if (tout1 < 1.0f) {
    [all...]

Completed in 279 milliseconds