/external/pdfium/third_party/agg23/ |
agg_clip_liang_barsky.h | 94 FX_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 | 218 uint32_t tout0, tout1, xor0, xor1; local 224 c2l(iv, tout1); 230 tin1 ^= tout1; 236 tout1 = tin[1]; 237 l2c(tout1, out); 242 tin1 ^= tout1; 248 tout1 = tin[1]; 249 l2c(tout1, out); 252 l2c(tout1, iv); 264 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 | 274 FX_FLOAT tout1 = (toutx < touty) ? toutx : touty; local 275 if (tin2 > 0 || tout1 > 0) { 276 if (tin2 <= tout1) { 287 if (tout1 < 1.0f) { [all...] |