Searched refs:tpe (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/
H A Daes_x86core.c597 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
612 tpe = tp8 ^ tp4 ^ tp2;
614 rk[j] = tpe ^ ROTATE(tpd,16) ^
617 rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^
905 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
921 tpe = tp8 ^ tp4 ^ tp2;
923 t[i] = tpe ^ ROTATE(tpd,16) ^
926 t[i] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^
981 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
997 tpe
[all...]
H A Daes_core.c1329 u32 tp1, tp2, tp4, tp8, tp9, tpb, tpd, tpe, m; local
1344 tpe = tp8 ^ tp4 ^ tp2;
1346 rk[j] = tpe ^ ROTATE(tpd,16) ^
1349 rk[j] = tpe ^ (tpd >> 16) ^ (tpd << 16) ^
/barrelfish-master/usr/pci/
H A Dpci.c653 if (bar.tpe == pci_hdr0_bar_32bit) {
656 if (bar.tpe == pci_hdr0_bar_64bit) {
660 if (bar.tpe == pci_hdr0_bar_64bit) {
1437 if (bar.tpe == pci_hdr0_bar_32bit) {
1440 if (bar.tpe == pci_hdr0_bar_64bit) {
1444 if (bar.tpe == pci_hdr0_bar_64bit) {
1558 pref_reg.tpe = pci_hdr1_mem_64bit;
1560 pref_reg.tpe = pci_hdr1_mem_32bit;
1565 pref_reg.tpe = pci_hdr1_mem_64bit;
1567 pref_reg.tpe
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-armv4.pl682 eor $t1,$t1,$s3 @ tpe

Completed in 92 milliseconds