Searched refs:trans (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/des/asm/
H A Dcrypt586.pl30 $trans="ebp";
41 &mov($trans,&wparam(1)); # reloaded with DES_SPtrans in D_ENCRYPT
50 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx");
54 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx");
79 local($r,$L,$R,$S,$trans,$u,$tmp1,$tmp2,$t)=@_;
96 &mov( $tmp1, &DWP(&n2a($S*4),$trans,"",0)); # 2
98 &mov( $tmp2, &DWP(&n2a(($S+1)*4),$trans,"",0)); # 2
110 &mov( $trans, &swtmp(1));
111 &xor( $L, &DWP(" ",$trans,$tmp1,0));
113 &xor( $L, &DWP("0x200",$trans,
[all...]
H A Ddes-586.pl22 $trans="ebp";
51 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0));
53 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
67 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
69 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
88 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
90 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0));
104 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
106 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0));
160 &blindpop($trans);
[all...]
/barrelfish-master/lib/libc/locale/
H A Dwctrans.c79 wctrans_t trans; member in struct:__anon1013
91 if (ccls[i].trans == _WCT_ERROR)
93 return (ccls[i].trans);
/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Dtime.pl53 transl(_4675, _4678, _4681, _4684, _4687) :- var(_4681), !, setof(_4709, _4712 ^ _4716 ^ (member(_4712, _4675), member(_4716, _4678), trans(_4712, _4716, _4709, _4684, _4687)), _4758), mergerel(_4758, _4681, _4684, _4687).
54 transl(_4959, _4962, _4965, _4968, _4971) :- var(_4962), !, setof(_4993, _4996 ^ _5000 ^ (member(_4996, _4959), member(_5000, _4965), trans(_4996, _4993, _5000, _4968, _4971)), _5042), mergerel(_5042, _4962, _4968, _4971).
55 transl(_5243, _5246, _5249, _5252, _5255) :- var(_5243), !, setof(_5277, _5280 ^ _5284 ^ (member(_5280, _5246), member(_5284, _5249), trans(_5277, _5280, _5284, _5252, _5255)), _5326), mergerel(_5326, _5243, _5252, _5255).
60 trans(_5950, _5953, _5956, s - s - s, quall) :- !, strans(_5950, _5953, _5956).
61 trans(_6072, _6075, _6078, p - p - p, quall) :- !, prans(_6072, _6075, _6078).
62 trans(_6194, _6197, _6200, p - p - p, quantl) :- !, qtrans(_6194, _6197, _6200).
63 trans(_6316, _6319, _6322, _6325 - _6329 - _6333, quall) :- !, itrans(_6325 - _6329 - _6333, _6316, _6319, _6322).
/barrelfish-master/lib/tzcode/zic/
H A Dzic.c371 static zic_t trans[TZ_MAX_LEAPS]; variable
1508 if (ats[i] > trans[j] - corr[j]) {
1526 while (leapcnt32 > 0 && !is32(trans[leapcnt32 - 1]))
1528 while (leapcnt32 > 0 && !is32(trans[leapi32])) {
1710 if (timecnt == 0 || trans[i] < ats[0]) {
1720 trans[i] >= ats[j])
1724 todo = tadd(trans[i], -gmtoffs[j]);
1725 } else todo = trans[i];
2322 if (t <= trans[i]) {
2323 if (t == trans[
[all...]
/barrelfish-master/usr/eclipseclp/Shm/src/
H A Dconfigure525 | --program-trans | --program-tran \
533 | --program-trans=* | --program-tran=* \
/barrelfish-master/usr/eclipseclp/
H A Dconfigure1086 | --program-trans | --program-tran \
1094 | --program-trans=* | --program-tran=* \
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dkernel.pl4649 % construct goal <trans>(<in>, <out>[, <module>]) or
4650 % <trans>(<in>, <out>, <inann>, <outann>[, <module>])

Completed in 269 milliseconds