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

/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dadler32.c23 # define MOD(a) \ macro
52 # define MOD(a) a %= BASE macro
/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
/macosx-10.10.1/sudo-73/src/zlib/
H A Dadler32.c40 # define MOD(a) \ macro
59 # define MOD(a) a %= BASE macro
/macosx-10.10.1/zlib-55/zlib/
H A Dadler32.c31 # define MOD(a) \ macro
60 # define MOD(a) a %= BASE macro
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dexp.c9 #define MOD (8*8*8*8*8) macro
/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
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dusc_impl.c24 #define MOD(sp) ((sp) % PAREN_STACK_DEPTH) macro
/macosx-10.10.1/groff-38/groff/src/preproc/grn/
H A Dgprint.h66 #define MOD 3 macro
/macosx-10.10.1/Libc-1044.1.2/db/hash/FreeBSD/
H A Dhash.c79 #define MOD(x, y) ((x) & ((y) - 1)) macro
/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/gpatch-3/patch/
H A Dmaketime.c83 #define MOD(a, b) ((a) % (b) + (b) * ((a) % (b) < 0)) macro
[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 Dytab.c124 MOD = 313, enumerator in enum:yytokentype
221 #define MOD 313 macro
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic54x.h97 #define MOD(OP) (((OP)>>3)&0xF) macro
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclParseExpr.c98 #define MOD 14 macro
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dplurrule_impl.h219 MOD enumerator in enum:AndConstraint::RuleOp
/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/bash-94.1.2/bash-3.2/
H A Dexpr.c124 #define MOD '%' macro
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclCompExpr.c236 #define MOD ( BINARY | 6) macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmath.c122 #define MOD 13 macro
/macosx-10.10.1/bind9-45.101/bind9/lib/isccfg/
H A Dparser.c45 #define MOD CFG_LOGMODULE_PARSER macro
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c160 AND, OR, MOD, DIV, MULTIPLY, FUNCTION, VARIABLE, enumerator in enum:__anon12814
1422 Consume(MOD); variable
/macosx-10.10.1/ruby-106/ruby/
H A Dtime.c42 #define MOD(n,d) ((n)<0 ? NMOD((n),(d)) : (n)%(d)) macro
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1127 # define MOD(a) \ macro
1156 # define MOD(a) a %= BASE macro
/macosx-10.10.1/ruby-106/ruby/ext/date/
H A Ddate_core.c147 #define MOD(n,d) ((n)<0 ? NMOD((n),(d)) : (n)%(d)) macro
[all...]

Completed in 517 milliseconds