Searched defs:MOD (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/rsync-42/rsync/zlib/
H A Dadler32.c23 # define MOD(a) \ macro
52 # define MOD(a) a %= BASE macro
/macosx-10.9.5/xnu-2422.115.4/libkern/zlib/
H A Dadler32.c56 # define MOD(a) \ macro
85 # define MOD(a) a %= BASE macro
/macosx-10.9.5/sudo-72/src/zlib/
H A Dadler32.c40 # define MOD(a) \ macro
59 # define MOD(a) a %= BASE macro
/macosx-10.9.5/zlib-53/zlib/
H A Dadler32.c31 # define MOD(a) \ macro
60 # define MOD(a) a %= BASE macro
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/bn/
H A Dexp.c27 #define MOD (8*8*8*8*8) macro
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dusc_impl.c24 #define MOD(sp) ((sp) % PAREN_STACK_DEPTH) macro
/macosx-10.9.5/groff-38/groff/src/preproc/grn/
H A Dgprint.h66 #define MOD 3 macro
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dhash.c79 #define MOD(x, y) ((x) & ((y) - 1)) macro
/macosx-10.9.5/dcerpc-58/dcerpc/rpcd/
H A Ddsm_p.h156 #define MOD(n,po2) ((n)&((po2)-1)) /* n mod po2 */ macro
/macosx-10.9.5/gpatch-3/patch/
H A Dmaketime.c83 #define MOD(a, b) ((a) % (b) + (b) * ((a) % (b) < 0)) macro
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dplurrule_impl.h145 MOD enumerator in enum:AndConstraint::RuleOp
/macosx-10.9.5/awk-18/src/
H A Dytab.h97 MOD = 313, enumerator in enum:yytokentype
194 #define MOD 313 macro
H A Dytab.c124 MOD = 313, enumerator in enum:yytokentype
221 #define MOD 313 macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic54x.h97 #define MOD(OP) (((OP)>>3)&0xF) macro
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclParseExpr.c98 #define MOD 14 macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DParserTokens.h139 MOD = 22 | BINARY_OP_PRECEDENCE(10), enumerator in enum:JSC::JSTokenType
/macosx-10.9.5/bash-92/bash-3.2/
H A Dexpr.c124 #define MOD '%' macro
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclCompExpr.c236 #define MOD ( BINARY | 6) macro
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dmath.c122 #define MOD 13 macro
/macosx-10.9.5/bind9-45.100/bind9/lib/isccfg/
H A Dparser.c45 #define MOD CFG_LOGMODULE_PARSER macro
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c160 AND, OR, MOD, DIV, MULTIPLY, FUNCTION, VARIABLE, enumerator in enum:__anon13029
1422 Consume(MOD); variable
/macosx-10.9.5/ruby-104/ruby/
H A Dtime.c42 #define MOD(n,d) ((n)<0 ? NMOD((n),(d)) : (n)%(d)) macro
/macosx-10.9.5/ksh-20/ksh/src/cmd/INIT/
H A Dratz.c1122 # define MOD(a) \ macro
1151 # define MOD(a) a %= BASE macro
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_core.c147 #define MOD(n,d) ((n)<0 ? NMOD((n),(d)) : (n)%(d)) macro
[all...]

Completed in 233 milliseconds