Searched defs:OP (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dppfsm.c44 * groups of states. The OP entries trigger the state copies. States
80 #define OP (-1) macro
275 { OP, {QUICK,QUICK+1,MAC0+1}, COPY, },
307 { OP, {MAC0+1,MAC0+2,MACN}, COPY },
319 { OP, {HIT0+1,HIT0+2,HITN}, COPY },
547 { OP, { 0 }, END, }
619 if (fp->state == OP)
/osnet-11/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c38 #define OP(x) ((x) >> 30) macro
192 if (OP(text[i]) == OP_BRANCH) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dmd5.c110 #define OP(a, b, c, d, s, T) \ macro
126 OP (A, B, C, D, 7, 0xd76aa478);
127 OP (D, A, B, C, 12, 0xe8c7b756);
128 OP (C, D, A, B, 17, 0x242070db);
129 OP (B, C, D, A, 22, 0xc1bdceee);
130 OP (A, B, C, D, 7, 0xf57c0faf);
131 OP (D, A, B, C, 12, 0x4787c62a);
132 OP (C, D, A, B, 17, 0xa8304613);
133 OP (B, C, D, A, 22, 0xfd469501);
134 OP (
143 #undef OP macro
144 #define OP macro
[all...]
H A Dseed.c329 #define OP(X1, X2, X3, X4, rbase) \
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, x4, x1, x2, 2);
356 OP (x1, x2, x3, x4, 4);
357 OP (x3, x4, x1, x2, 6);
358 OP (x1, x2, x3, x4, 8);
359 OP (x3, x4, x1, x2, 10);
360 OP (x1, x2, x3, x4, 12);
361 OP (x3, x4, x1, x2, 14);
362 OP (x
326 #define OP macro
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dmd5.c110 #define OP(a, b, c, d, s, T) \ macro
126 OP (A, B, C, D, 7, 0xd76aa478);
127 OP (D, A, B, C, 12, 0xe8c7b756);
128 OP (C, D, A, B, 17, 0x242070db);
129 OP (B, C, D, A, 22, 0xc1bdceee);
130 OP (A, B, C, D, 7, 0xf57c0faf);
131 OP (D, A, B, C, 12, 0x4787c62a);
132 OP (C, D, A, B, 17, 0xa8304613);
133 OP (B, C, D, A, 22, 0xfd469501);
134 OP (
143 #undef OP macro
144 #define OP macro
[all...]
H A Dseed.c329 #define OP(X1, X2, X3, X4, rbase) \
354 OP (x1, x2, x3, x4, 0);
355 OP (x3, x4, x1, x2, 2);
356 OP (x1, x2, x3, x4, 4);
357 OP (x3, x4, x1, x2, 6);
358 OP (x1, x2, x3, x4, 8);
359 OP (x3, x4, x1, x2, 10);
360 OP (x1, x2, x3, x4, 12);
361 OP (x3, x4, x1, x2, 14);
362 OP (x
326 #define OP macro
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.h11 typedef OP OP_4tree; /* Will be redefined later. */
168 #undef OP macro
173 #define OP(p) ((p)->type) macro
H A Dperl.h1753 typedef struct op OP; typedef in typeref:struct:op
2372 OP *sub_op; /* "lex_op" to use */
3007 typedef OP* (CPERLscope(*PPADDR_t)[]) (pTHX);
3418 typedef void (CPERLscope(*peep_t))(pTHX_ OP* o);
3552 #define PERL_CKDEF(s) OP *s (pTHX_ OP *o);
3553 #define PERL_PPDEF(s) OP *s (pTHX);

Completed in 35 milliseconds