/external/boringssl/src/decrepit/des/ |
cfb64ede.c | 92 l2c(v0, iv); 93 l2c(v1, iv); 114 l2c(v0, iv); 115 l2c(v1, iv); 173 l2c(v0, iv); 174 l2c(v1, iv); 175 l2c(d0, iv); 176 l2c(d1, iv); 209 l2c(v0, iv); 210 l2c(v1, iv) [all...] |
/external/boringssl/src/crypto/fipsmodule/des/ |
des.c | 553 l2c(l, out); 555 l2c(l, out); 581 l2c(tout0, out); 583 l2c(tout1, out); 593 l2c(tout0, out); 595 l2c(tout1, out); 598 l2c(tout0, iv); 599 l2c(tout1, iv); 611 l2c(tout0, out); 612 l2c(tout1, out) 775 #undef l2c macro [all...] |
internal.h | 77 #define l2c(l, c) \ macro 117 // NOTE - c is not incremented as per l2c
|
/external/boringssl/src/crypto/cipher_extra/ |
e_rc2.c | 102 #define l2c(l, c) \ macro 251 l2c(tout0, out); 253 l2c(tout1, out); 263 l2c(tout0, out); 265 l2c(tout1, out); 267 l2c(tout0, iv); 268 l2c(tout1, iv); 281 l2c(tout0, out); 282 l2c(tout1, out); 298 l2c(xor0, iv) [all...] |
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/ |
resnet50.py | 252 self.l2c = id_block([64, 64, 256], stage=2, block='c') 299 x = self.l2c(x, training=training)
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
tic6x-opcode-table.h | 459 INSN(and, l, l2c, 1cycle, C64XP, 0, 697 INSN(cmpeq, l, l2c, 1cycle, C64XP, 0, 777 INSN(cmpgt, l, l2c, 1cycle, C64XP, 0, [all...] |