Searched refs:R3 (Results 1 - 15 of 15) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/md5/
H A Dmd5_dgst.c161 R3(A,B,C,D,X( 0), 6,0xf4292244L);
162 R3(D,A,B,C,X( 7),10,0x432aff97L);
163 R3(C,D,A,B,X(14),15,0xab9423a7L);
164 R3(B,C,D,A,X( 5),21,0xfc93a039L);
165 R3(A,B,C,D,X(12), 6,0x655b59c3L);
166 R3(D,A,B,C,X( 3),10,0x8f0ccc92L);
167 R3(C,D,A,B,X(10),15,0xffeff47dL);
168 R3(B,C,D,A,X( 1),21,0x85845dd1L);
169 R3(A,B,C,D,X( 8), 6,0x6fa87e4fL);
170 R3(
[all...]
H A Dmd5_locl.h127 #define R3(a,b,c,d,k,s,t) { \ macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/md5/asm/
H A Dmd5-586.pl25 %Ltmp1=("R0",&Np($C), "R1",&Np($C), "R2",&Np($C), "R3",&Np($D));
30 0, 7, 14, 5, 12, 3, 10, 1, 8, 15, 6, 13, 4, 11, 2, 9, # R3
141 sub R3 subroutine
145 &comment("R3 $ki");
257 &comment("R3 section");
258 &R3(-1,$A,$B,$C,$D,$X,48, 6,0xf4292244);
259 &R3( 0,$D,$A,$B,$C,$X,49,10,0x432aff97);
260 &R3( 0,$C,$D,$A,$B,$X,50,15,0xab9423a7);
261 &R3( 0,$B,$C,$D,$A,$X,51,21,0xfc93a039);
262 &R3(
[all...]
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dcumulative_examples.pl143 [D3,R3,D4,R4,D5,R5] :: [2,3],
146 LR = [R1,R2,R3,R4,R5,R6],
156 D1 ## R1, D2 ## R2, D3 ## R3, D4 ## R4, D5 ## R5, D6 ## R6,
174 LR = [R1,R2,R3,R4],
191 Vars = [O1,D1,R1,O2,D2,R2,O3,D3,R3,O4,D4,R4],
207 LR = [R1,R2,R3,R4,R5,R6,R7],
228 R1 #> R2, R2 #> R3, R3 #> R4, R4 #> R5, R5 #> R6, R6 #> R7,
232 % [R1,R2,R3,R4,R5,R6,R7] = [11,10,9,7,3,2,1],
239 Vars = [O1,D1,R1,O2,D2,R2,O3,D3,R3,O
[all...]
H A Dic_probing_tests.pl87 [eclipse]: R1 :: 1..3, R2 :: 2..3, R3=1,
88 ex2([X,Y,Z],[1,5,6],[10,5,5],[R1,R2,R3],3,[granularity(1),priority(5)],Cost).
97 R3 = 1
H A Dprobing_tests.pl86 [eclipse]: R1 :: 1..3, R2 :: 2..3, R3=1,
87 ex2([X,Y,Z],[1,5,6],[10,5,5],[R1,R2,R3],3,[granularity(1),priority(5)],Cost).
96 R3 = 1
H A Dic_probing_for_scheduling.pl416 Resources=[R1,R2,R3],
417 ic:(R1::1..2), R2=2, R3=1,
H A Dprobing_for_scheduling.pl416 Resources=[R1,R2,R3],
417 fd:(R1::1..2), R2=2, R3=1,
/barrelfish-master/usr/eclipseclp/
H A DPACK728 StrCpy \$R3 \"Software\\JavaSoft\\Java Runtime Environment\"
729 ReadRegStr \$R0 HKLM \$R3 CurrentVersion
738 StrCpy \$R3 \"Software\\JavaSoft\\Java Development Kit\"
739 ReadRegStr \$R0 HKLM \$R3 CurrentVersion
763 ReadRegStr \$R1 HKLM \"\$R3\\\$R0\" JavaHome
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Dpuzzle_bool.pl104 add(I+1,J,N,B,R2,R3) ,
105 add(I,J-1,N,B,R3,R4) ,
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dheaps.pl144 repair_heap(t(K1,D1,L1,R1), t(K2,D2,L2,R2), t(K2,D2,t(K1,D1,L1,R1),R3), N) :-
147 repair_heap(L2, R2, R3, M),
155 repair_heap(t, t(K2,D2,L2,R2), t(K2,D2,t,R3), N) :- !,
156 repair_heap(L2, R2, R3, M),
H A Dmeta.pl787 R3 is R1 /\ R2,
788 R3 > 0, % fail early if incomparable
789 comp_instances_handler(R3, List, R).
H A Dio.pl664 R1 is R/\255, R2 is R>>8/\255, R3 is R>>16/\255, R4 is R>>24/\255,
666 put(Out, R1), put(Out, R7), put(Out, R3), put(Out, R5),
/barrelfish-master/usr/eclipseclp/config/
H A Dconfig.guess480 m88k:*:3*:R3*)
502 M88*:*:R3*:*)
/barrelfish-master/lib/cxx/unwind/
H A DUnwindCursor.hpp598 _msContext.R3 = r.getRegister(UNW_ARM_R3);
681 case UNW_ARM_R3: return _msContext.R3;
731 case UNW_ARM_R3: _msContext.R3 = value; break;

Completed in 109 milliseconds