Searched +refs:cl +refs:mod (Results 1 - 25 of 50) sorted by relevance

12

/macosx-10.9.5/llvmCore-3425.0.33/examples/BrainF/
H A DBrainFDriver.cpp43 static cl::opt<std::string>
44 InputFilename(cl::Positional, cl::desc("<input brainf>"));
46 static cl::opt<std::string>
47 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
49 static cl::opt<bool>
50 ArrayBoundsChecking("abc", cl::desc("Enable array bounds checking"));
52 static cl::opt<bool>
53 JIT("jit", cl
57 addMainFunction(Module *mod) argument
127 Module *mod = bf.parse(in, 65536, cf, Context); //64 KiB local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/llc/
H A Dllc.cpp47 static cl::opt<std::string>
48 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
50 static cl::opt<std::string>
51 OutputFilename("o", cl::desc("Output filename"), cl::value_desc("filename"));
54 static cl::opt<char>
56 cl::desc("Optimization level. [-O0, -O1, -O2, or -O3] "
58 cl
389 Module *mod = 0; local
[all...]
/macosx-10.9.5/msdosfs-198/fsck_msdos.tproj/
H A Ddir.c340 cl_t cl; local
360 cl = fat_get(boot->RootCl);
361 if (cl == CLUST_ERROR)
364 if (cl < CLUST_FIRST
365 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)) {
366 if (cl == CLUST_FREE)
368 else if (cl >= CLUST_RSRVD)
370 rsrvdcltype(cl));
552 int mod local
553 cl_t cl, next; local
634 cl_t cl, valcl = ~0, invcl = ~0, empcl = ~0; local
639 int mod = FSOK; local
1087 int mod; local
[all...]
H A Dfat.c123 int mod = 0; local
231 mod = fat_set(0, temp);
232 if (!mod)
233 mod = FSFATMOD;
237 mod = FSERROR;
257 mod |= FSDIRTY;
261 mod |= FSDIRTY;
294 mod |= i;
296 mod |= FSFATMOD;
300 mod |
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A De2mmap.rb55 def E2MM.extend_object(cl)
57 cl.bind(self) unless cl < E2MM
60 def bind(cl)
67 def self.included(mod)
68 mod.extend Exception2MessageMapper
/macosx-10.9.5/ruby-104/ruby/
H A Dobject.c171 rb_class_real(VALUE cl) argument
173 if (cl == 0)
175 while ((RBASIC(cl)->flags & FL_SINGLETON) || BUILTIN_TYPE(cl) == T_ICLASS) {
176 cl = RCLASS_SUPER(cl);
178 return cl;
584 VALUE cl = CLASS_OF(obj); local
588 while (cl) {
589 if (cl
1445 rb_mod_freeze(VALUE mod) argument
1462 rb_mod_eqq(VALUE mod, VALUE arg) argument
1480 rb_class_inherited_p(VALUE mod, VALUE arg) argument
1515 rb_mod_lt(VALUE mod, VALUE arg) argument
1535 rb_mod_ge(VALUE mod, VALUE arg) argument
1556 rb_mod_gt(VALUE mod, VALUE arg) argument
1575 rb_mod_cmp(VALUE mod, VALUE arg) argument
1595 VALUE mod = rb_module_new(); local
1940 rb_mod_const_get(int argc, VALUE *argv, VALUE mod) argument
2049 rb_mod_const_set(VALUE mod, VALUE name, VALUE value) argument
2077 rb_mod_const_defined(int argc, VALUE *argv, VALUE mod) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/tools/lto/
H A DLTOCodeGenerator.cpp49 static cl::opt<bool>
50 DisableInline("disable-inlining", cl::init(false),
51 cl::desc("Do not run the inliner pass"));
53 static cl::opt<bool>
54 DisableGVNLoadPRE("disable-gvn-loadpre", cl::init(false),
55 cl::desc("Do not run the GVN load PRE pass"));
85 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) { argument
86 bool ret = _linker.LinkInModule(mod->getLLVVMModule(), &errMsg);
88 const std::vector<const char*> &undefs = mod->getAsmUndefinedRefs();
360 cl
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Drfc2231.el28 (eval-when-compile (require 'cl))
67 (let (mod)
71 mod t))
76 mod t))
77 (or (and mod
H A Dutf7.el70 (eval-when-compile (require 'cl))
93 (mod (- len) modulus))
H A Dyenc.el37 (eval-when-compile (require 'cl))
84 (insert-char (mod (- char 106) 256) 1)))
87 ;;(insert-char (mod (- char 42) 256) 1)
H A Drfc2047.el33 (require 'cl)
1129 (if (= 0 (mod (length string) 4))
1133 (case (mod (length string) 4)
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c256 const struct demangle_component *mod; member in struct:d_print_mod
1417 { "cl", NL ("()"), 0 },
2137 struct demangle_component *cl; local
2144 cl = cplus_demangle_type (di);
2175 return d_make_comp (di, DEMANGLE_COMPONENT_PTRMEM_TYPE, cl, mem);
2910 adpm[i].mod = typed_name;
2955 adpm[i - 1].mod = local_name;
2977 d_print_mod (dpi, adpm[i].mod);
3170 if (pdpm->mod->type != DEMANGLE_COMPONENT_RESTRICT
3171 && pdpm->mod
3684 d_print_mod(struct d_print_info *dpi, const struct demangle_component *mod) argument
[all...]
H A Dcp-demangle.c.orig256 const struct demangle_component *mod;
1417 { "cl", NL ("()"), 0 },
2137 struct demangle_component *cl;
2144 cl = cplus_demangle_type (di);
2175 return d_make_comp (di, DEMANGLE_COMPONENT_PTRMEM_TYPE, cl, mem);
2910 adpm[i].mod = typed_name;
2955 adpm[i - 1].mod = local_name;
2977 d_print_mod (dpi, adpm[i].mod);
3170 if (pdpm->mod->type != DEMANGLE_COMPONENT_RESTRICT
3171 && pdpm->mod
[all...]
/macosx-10.9.5/lsof-52/lsof/
H A Dmisc.c71 _PROTOTYPE(static char *safepup,(unsigned int c, int *cl));
810 hashbyname(nm, mod)
812 int mod; /* hash modulus */
821 return(((int)(i * 31415)) & (mod - 1));
939 MALLOC_S cl, len1, len2, len3; local
954 cl = len1 + len2 + len3;
955 if ((cp = (char *)malloc(cl + 1))) {
973 *clp = cl;
1309 * cl = strlen(printable equivalent)
1313 safepup(c, cl)
1497 int cl, i; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dmidnight.el43 (require 'cl))
76 (round (* 10000000 (mod num 1))))))
H A Dlog-edit.el35 (eval-when-compile (require 'cl))
188 (mod (cond
H A Dpcvs-util.el31 (eval-when-compile (require 'cl))
358 the (ARG mod 10)'th prefix is made persistent.
369 (setq numarg (mod numarg 10)))
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dfootnote.el42 (require 'cl)
160 (let* ((ltr (mod (1- n) (length footnote-english-upper)))
179 (let* ((ltr (mod (1- n) (length footnote-english-lower)))
280 (mod (1- n) (length footnote-latin-string)))))
/macosx-10.9.5/vim-53/runtime/lang/
H A Dmenu_czech_czech_republic.ascii.vim55 menutrans Insert\ mode Insert\ mod
69 menutrans Toggle\ &List\ Mode<Tab>:set\ list! Prepnout\ &List\ mod<Tab>:set\ list!
132 menutrans &List\ Errors<Tab>:cl Vypis\ &chyb<Tab>:cl
133 menutrans L&ist\ Messages<Tab>:cl! Vyp&is\ zprav<Tab>:cl!
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/
H A Dsak.tcl1171 set cl [file join $distribution modules $m ChangeLog]
1172 if {![file exists $cl]} {
1182 set f [open $cl r]
1184 set mod 1
1189 if {$n <= 4} {set mod 0 ; break}
1192 if {$mod} {
1538 array set mod {}
1541 set mod($m) .
1548 set changed($p) [info exists mod($module)]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/
H A Dsak.tcl1171 set cl [file join $distribution modules $m ChangeLog]
1172 if {![file exists $cl]} {
1182 set f [open $cl r]
1184 set mod 1
1189 if {$n <= 4} {set mod 0 ; break}
1192 if {$mod} {
1538 array set mod {}
1541 set mod($m) .
1548 set changed($p) [info exists mod($module)]
/macosx-10.9.5/vim-53/runtime/
H A Dmenu.vim203 if &mod
513 an 40.370 &Tools.&List\ Errors<Tab>:cl :cl<CR>
514 an 40.380 &Tools.L&ist\ Messages<Tab>:cl! :cl!<CR>
532 let mod = &mod
542 let &mod = mod
546 let mod
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Dhanoi.el60 (require 'cl)
129 collect (truncate (mod x 2.0))))
143 collect (truncate (mod x 2.0))))
272 (if (eq (logand n 1) 1) ; oddp would require cl at runtime
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex24 \def\mod{{\mathit\ mod\ }}
25 \renewcommand{\pmod}[1]{\ ({\rm mod\ }{#1})}
895 2. $u \leftarrow b\mbox{ (mod }MP\_PREC\mbox{)}$ \\
954 1. $u \leftarrow b \mbox{ (mod }MP\_PREC\mbox{)}$ \\
1103 \begin{tabular}{cl}
1417 2. $a_0 \leftarrow b \mbox{ (mod }\beta\mbox{)}$ \\
1465 \hspace{3mm}2.2 $u \leftarrow \lfloor b / 2^{4(7 - n)} \rfloor \mbox{ (mod }16\mbox{)}$\\
1607 \begin{tabular}{cl}
1638 $a - b\mbox{ (mod }
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-bn.c2842 * cl, which is the common length ( basicall, min(len(a),len(b)) ), and dl,
2845 * a result array as parameter, it must have the length cl+abs(dl).
2851 int cl, int dl)
2855 assert(cl >= 0);
2856 c = bn_sub_words(r, a, b, cl);
2862 r += cl;
2863 a += cl;
2864 b += cl;
2868 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
2913 fprintf(stderr, " bn_sub_part_words %d + %d (dl > 0, c = %d)\n", cl, d
2849 bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
3017 bn_add_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int cl, int dl) argument
7584 BN_MONT_CTX_set(BN_MONT_CTX *mont, const BIGNUM *mod, BN_CTX *ctx) argument
[all...]

Completed in 431 milliseconds

12