HomeSort by: relevance | last modified time | path
    Searched defs:F0 (Results 1 - 12 of 12) sorted by relevancy

  /src/common/lib/libc/hash/rmd160/
rmd160.c 95 #define F0(x, y, z) ((x) ^ (y) ^ (z))
209 R(a, b, c, d, e, F0, K0, 11, 0);
210 R(e, a, b, c, d, F0, K0, 14, 1);
211 R(d, e, a, b, c, F0, K0, 15, 2);
212 R(c, d, e, a, b, F0, K0, 12, 3);
213 R(b, c, d, e, a, F0, K0, 5, 4);
214 R(a, b, c, d, e, F0, K0, 8, 5);
215 R(e, a, b, c, d, F0, K0, 7, 6);
216 R(d, e, a, b, c, F0, K0, 9, 7);
217 R(c, d, e, a, b, F0, K0, 11, 8)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
sha.c 63 #define F0(x,y,z) CRAYFIX((x & y) | (~x & z))
105 DO(0,F0,K0);
106 DO(1,F0,K0);
107 DO(2,F0,K0);
108 DO(3,F0,K0);
109 DO(4,F0,K0);
110 DO(5,F0,K0);
111 DO(6,F0,K0);
112 DO(7,F0,K0);
113 DO(8,F0,K0)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
rmd160.c 77 #define F0(x, y, z) ((x) ^ (y) ^ (z))
187 R(a, b, c, d, e, F0, K0, 11, 0);
188 R(e, a, b, c, d, F0, K0, 14, 1);
189 R(d, e, a, b, c, F0, K0, 15, 2);
190 R(c, d, e, a, b, F0, K0, 12, 3);
191 R(b, c, d, e, a, F0, K0, 5, 4);
192 R(a, b, c, d, e, F0, K0, 8, 5);
193 R(e, a, b, c, d, F0, K0, 7, 6);
194 R(d, e, a, b, c, F0, K0, 9, 7);
195 R(c, d, e, a, b, F0, K0, 11, 8)
    [all...]
  /src/libexec/getty/
gettytab.h 107 #define F0 gettynums[9].value
  /src/external/gpl3/gdb/dist/gdb/stubs/
sparc-stub.c 115 F0, F1, F2, F3, F4, F5, F6, F7,
220 ! F0->F31 not implemented
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
sparc-stub.c 115 F0, F1, F2, F3, F4, F5, F6, F7,
220 ! F0->F31 not implemented
  /src/external/bsd/pcc/dist/pcc/arch/arm/
macdefs.h 151 #define F0 26
  /src/external/bsd/pcc/dist/pcc/arch/mips/
macdefs.h 207 #define F0 53
230 F0 : V0)
  /src/external/bsd/pcc/dist/pcc/arch/sparc64/
macdefs.h 153 #define F0 31
249 { F0, F1, -1 }, { F2, F3, -1 }, { F4, F5, -1 }, \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 315 APFloat &F0 = getFpVal();
318 F0.multiply(createAPFloatFromInt(Semantic, That.IntVal),
321 F0.multiply(That.getFpVal(), APFloat::rmNearestTiesToEven);
InstCombineSelect.cpp 333 Value *T0, *T1, *F0, *F1;
335 match(FII, m_MaxOrMin(m_Value(F0), m_Value(F1)))) {
336 if (T0 == F0) {
341 Value *NewSel = Builder.CreateSelect(Cond, T1, F0, "minmaxop", &SI);
344 if (T1 == F0) {
349 Value *NewSel = Builder.CreateSelect(Cond, T0, F0, "minmaxop", &SI);
  /src/external/bsd/pcc/dist/pcc/arch/powerpc/
macdefs.h 197 #define F0 48 /* scratch register */
285 SCREG|TEMPREG, /* F0 */ \

Completed in 39 milliseconds