Searched refs:MOD (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dadler32.c23 # define MOD(a) \ macro
52 # define MOD(a) a %= BASE macro
104 MOD(adler);
105 MOD(sum2);
119 MOD(adler);
120 MOD(sum2);
141 MOD(sum2);
/macosx-10.10.1/sudo-73/src/zlib/
H A Dadler32.c40 # define MOD(a) \ macro
59 # define MOD(a) a %= BASE macro
112 MOD(adler);
113 MOD(sum2);
127 MOD(adler);
128 MOD(sum2);
154 MOD(sum2);
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dadler32.c56 # define MOD(a) \ macro
85 # define MOD(a) a %= BASE macro
138 MOD(adler);
139 MOD(sum2);
153 MOD(adler);
154 MOD(sum2);
175 MOD(sum2);
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dexp.c9 #define MOD (8*8*8*8*8) macro
17 int j,i,size=SIZE,num=NUM,mod=MOD;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dexp.c27 #define MOD (8*8*8*8*8) macro
35 int j,i,size=SIZE,num=NUM,mod=MOD;
/macosx-10.10.1/zlib-55/zlib/
H A Dadler32.c31 # define MOD(a) \ macro
60 # define MOD(a) a %= BASE macro
114 MOD(adler);
115 MOD(sum2);
129 MOD(adler);
130 MOD(sum2);
151 MOD(sum2);
/macosx-10.10.1/gpatch-3/patch/
H A Dmaketime.c83 #define MOD(a, b) ((a) % (b) + (b) * ((a) % (b) < 0)) macro
213 t->tm_wday = MOD (t->tm_wday + days, 7);
214 t->tm_hour = MOD (t->tm_hour, 24);
215 t->tm_min = MOD (t->tm_min, 60);
216 t->tm_sec = (int) MOD (sec, 60) + leap_second;
333 int y0 = MOD (year0, pt->ymodulus);
399 int mon0 = MOD (mons, 12);
408 int yday2 = MOD (yday1, Y400_DAYS);
443 tm.tm_hour = MOD (hours1, 24);
444 tm.tm_min = MOD (min
[all...]
/macosx-10.10.1/awk-20/src/
H A Dytab.h97 MOD = 313, enumerator in enum:yytokentype
194 #define MOD 313 macro
H A Dytabh.bak86 MOD = 312,
181 #define MOD 312
H A Dmaketab.c63 { MOD, "arith", " % " },
H A Dawkgram.y57 %token <i> ADD MINUS MULT DIVIDE MOD
358 | term '%' term { $$ = op2(MOD, $1, $3); }
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic54x.h97 #define MOD(OP) (((OP)>>3)&0xF) macro
99 #define IS_LKADDR(OP) (INDIRECT(OP) && MOD(OP)>=12)
/macosx-10.10.1/groff-38/groff/src/preproc/grn/
H A Dgprint.h66 #define MOD 3 macro
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dusc_impl.c24 #define MOD(sp) ((sp) % PAREN_STACK_DEPTH) macro
26 #define INC(sp,count) (MOD((sp) + (count)))
28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count)))
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParserTokens.h140 MOD = 22 | BINARY_OP_PRECEDENCE(10), enumerator in enum:JSC::JSTokenType
/macosx-10.10.1/dcerpc-61/dcerpc/rpcd/
H A Ddsm_p.h156 #define MOD(n,po2) ((n)&((po2)-1)) /* n mod po2 */ macro
/macosx-10.10.1/rsync-45/rsync/support/
H A Datomic-rsync63 atomic-rsync [RSYNC-OPTIONS] HOST::MOD/DIR/ /DEST/DIR/
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmodula3.vim29 syn keyword modula3Keyword LONGREAL LOOPHOLE MAX METHOD MIN MOD MUTEX
H A Dforth.vim115 syn keyword forthOperators + - * / MOD /MOD NEGATE ABS MIN MAX
118 syn keyword forthOperators M+ */ */MOD M* UM* M*/ UM/MOD FM/MOD SM/REM
H A Dcsc.vim65 sy keyword cscFunction contained PRIOR POWER PARENTVAL NPV NEXT MOD MINRANGE MIN
80 sy keyword cscFunction contained @PRIOR @POWER @PARENTVAL @NPV @NEXT @MOD @MINRANGE @MIN
H A Dmodsim3.vim31 syn keyword modsim3Keyword MOD MONITOR NEWVALUE
H A Dmodula2.vim29 syn keyword modula2Keyword IN LOOP MOD NOT OF OR POINTER QUALIFIED RECORD
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dexpr.c124 #define MOD '%' macro
443 case MOD:
747 (curtok == MOD))
755 if (((op == DIV) || (op == MOD)) && (val2 == 0))
762 else if (op == MOD)
998 case MOD:
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dtic54x-dis.c226 if (MOD (opcode) >= 12)
230 int mod = MOD (opcode);
515 return sprintf (buf, formats[MOD (opcode)], ARF (opcode));
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dplurrule.cpp538 if ( (curAndConstraint->op==AndConstraint::MOD)&&
581 curAndConstraint->op=AndConstraint::MOD;
806 if (op == MOD) {
978 if (andRule->op==AndConstraint::MOD) {

Completed in 206 milliseconds

123