Searched refs:F1 (Results 1 - 25 of 46) sorted by relevance

12

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Drmd160.c206 #define F1(x,y,z) ( ((x) & (y)) | (~(x) & (z)) ) macro
237 R( e, a, b, c, d, F1, K1, 7, 7 );
238 R( d, e, a, b, c, F1, K1, 4, 6 );
239 R( c, d, e, a, b, F1, K1, 13, 8 );
240 R( b, c, d, e, a, F1, K1, 1, 13 );
241 R( a, b, c, d, e, F1, K1, 10, 11 );
242 R( e, a, b, c, d, F1, K1, 6, 9 );
243 R( d, e, a, b, c, F1, K1, 15, 7 );
244 R( c, d, e, a, b, F1, K1, 3, 15 );
245 R( b, c, d, e, a, F1, K
[all...]
H A Dsha1.c27 * 8498 3E44 1C3B D26E BAAE 4AA1 F951 29E5 E546 70F1
88 #define F1(x,y,z) ( z ^ ( x & ( y ^ z ) ) ) macro
143 R( a, b, c, d, e, F1, K1, x[ 0] );
144 R( e, a, b, c, d, F1, K1, x[ 1] );
145 R( d, e, a, b, c, F1, K1, x[ 2] );
146 R( c, d, e, a, b, F1, K1, x[ 3] );
147 R( b, c, d, e, a, F1, K1, x[ 4] );
148 R( a, b, c, d, e, F1, K1, x[ 5] );
149 R( e, a, b, c, d, F1, K1, x[ 6] );
150 R( d, e, a, b, c, F1, K
[all...]
H A Dcast5.c347 #define F1(D,m,r) ( (I = ((m) + (D))), (I=rol((r),I)), \ macro
379 t = l; l = r; r = t ^ F1(r, Km[ 0], Kr[ 0]);
382 t = l; l = r; r = t ^ F1(r, Km[ 3], Kr[ 3]);
385 t = l; l = r; r = t ^ F1(r, Km[ 6], Kr[ 6]);
388 t = l; l = r; r = t ^ F1(r, Km[ 9], Kr[ 9]);
391 t = l; l = r; r = t ^ F1(r, Km[12], Kr[12]);
394 t = l; l = r; r = t ^ F1(r, Km[15], Kr[15]);
431 t = l; l = r; r = t ^ F1(r, Km[15], Kr[15]);
434 t = l; l = r; r = t ^ F1(r, Km[12], Kr[12]);
437 t = l; l = r; r = t ^ F1(
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Drmd160.c206 #define F1(x,y,z) ( ((x) & (y)) | (~(x) & (z)) ) macro
237 R( e, a, b, c, d, F1, K1, 7, 7 );
238 R( d, e, a, b, c, F1, K1, 4, 6 );
239 R( c, d, e, a, b, F1, K1, 13, 8 );
240 R( b, c, d, e, a, F1, K1, 1, 13 );
241 R( a, b, c, d, e, F1, K1, 10, 11 );
242 R( e, a, b, c, d, F1, K1, 6, 9 );
243 R( d, e, a, b, c, F1, K1, 15, 7 );
244 R( c, d, e, a, b, F1, K1, 3, 15 );
245 R( b, c, d, e, a, F1, K
[all...]
H A Dsha1.c31 * 8498 3E44 1C3B D26E BAAE 4AA1 F951 29E5 E546 70F1
87 #define F1(x,y,z) ( z ^ ( x & ( y ^ z ) ) ) macro
142 R( a, b, c, d, e, F1, K1, x[ 0] );
143 R( e, a, b, c, d, F1, K1, x[ 1] );
144 R( d, e, a, b, c, F1, K1, x[ 2] );
145 R( c, d, e, a, b, F1, K1, x[ 3] );
146 R( b, c, d, e, a, F1, K1, x[ 4] );
147 R( a, b, c, d, e, F1, K1, x[ 5] );
148 R( e, a, b, c, d, F1, K1, x[ 6] );
149 R( d, e, a, b, c, F1, K
[all...]
H A Dcast5.c347 #define F1(D,m,r) ( (I = ((m) + (D))), (I=rol((r),I)), \ macro
379 t = l; l = r; r = t ^ F1(r, Km[ 0], Kr[ 0]);
382 t = l; l = r; r = t ^ F1(r, Km[ 3], Kr[ 3]);
385 t = l; l = r; r = t ^ F1(r, Km[ 6], Kr[ 6]);
388 t = l; l = r; r = t ^ F1(r, Km[ 9], Kr[ 9]);
391 t = l; l = r; r = t ^ F1(r, Km[12], Kr[12]);
394 t = l; l = r; r = t ^ F1(r, Km[15], Kr[15]);
431 t = l; l = r; r = t ^ F1(r, Km[15], Kr[15]);
434 t = l; l = r; r = t ^ F1(r, Km[12], Kr[12]);
437 t = l; l = r; r = t ^ F1(
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dmd5.c69 /* The four core functions - F1 is optimized somewhat */
71 /* #define F1(x, y, z) (x & y | ~x & z) */
72 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
73 #define F2(x, y, z) F1(z, x, y)
94 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7);
95 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
96 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
97 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
98 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7);
99 MD5STEP(F1,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/lib/
H A DDCcompat.pl21 01F1 01F3
H A DMath.pl23 03F0 03F1
H A DOtherMat.pl15 03F0 03F1 Other_Math
H A DCanon.pl18 00F1 00F6
H A DCompat.pl24 01F1 01F3
H A DLo.pl43 09F0 09F1
H A DLl.pl240 04F1
H A DLower.pl239 04F1
H A DLowercas.pl243 04F1
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c73 #define F1(f,t1,a1) f(t1 a1) macro
77 #define F1(f,t1,a1) f(a1) t1 a1; macro
518 extern Void_t F1(_cfree, Void_t*,p) { free(p); } function
519 extern Void_t F1(_free, Void_t*,p) { free(p); } function
520 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } function
525 extern Void_t* F1(_pvalloc, size_t,n) { return pvalloc(n); } function
529 extern Void_t* F1(_valloc, size_t,n) { return valloc(n); } function
535 extern Void_t F1(__cfree, Void_t*,p) { free(p); } function
536 extern Void_t F1(__free, Void_t*,p) { free(p); } function
537 extern Void_t* F1(__mallo function
542 extern Void_t* F1(__pvalloc, size_t,n) { return pvalloc(n); } function
546 extern Void_t* F1(__valloc, size_t,n) { return valloc(n); } function
552 extern Void_t F1(__libc_cfree, Void_t*,p) { free(p); } function
553 extern Void_t F1(__libc_free, Void_t*,p) { free(p); } function
554 extern Void_t* F1(__libc_malloc, size_t,n) { return malloc(n); } function
559 extern Void_t* F1(__libc_pvalloc, size_t,n) { return pvalloc(n); } function
563 extern Void_t* F1(__libc_valloc, size_t,n) { return valloc(n); } function
706 extern Void_t F1(_ast_cfree, Void_t*,p) { free(p); } function
707 extern Void_t F1(_ast_free, Void_t*,p) { free(p); } function
708 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); } function
713 extern Void_t* F1(_ast_pvalloc, size_t,n) { return pvalloc(n); } function
717 extern Void_t* F1(_ast_valloc, size_t,n) { return valloc(n); } function
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Darray.t72 if (($F1,$F2,$Etc) = ($foo =~ /^(\S+)\s+(\S+)\s*(.*)/)) {
73 if ($F1 eq 'now' && $F2 eq 'is' && $Etc eq 'the time') {
85 if ($cnt = (($F1,$F2,$Etc) = ($foo =~ /^(\S+)\s+(\S+)\s*(.*)/))) {
86 print "not ok 22 $cnt $F1:$F2:$Etc\n";
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A DNumber.pl33 06F1 1
223 17F1 1
382 24F1 17
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dsendkey.c135 {"F1", 0, 0, 0, 0x3b},
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/To/
H A DDigit.pl27 06F1 1
H A DUpper.pl158 00F1 00D1
278 01F2 01F1
279 01F3 01F1
381 03F1 03A1
501 04F1 04F0
H A DFold.pl159 00D1 00F1
294 01F1 01F3
381 03F1 03C1
502 04F0 04F1
H A DTitle.pl131 00F1 00D1
254 01F1 01F2
358 03F1 03A1
478 04F1 04F0
H A DLower.pl83 00D1 00F1
217 01F1 01F3
416 04F0 04F1

Completed in 52 milliseconds

12