HomeSort by relevance Sort by last modified time
    Searched refs:cl (Results 226 - 250 of 1031) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Transforms/IPO/
Internalize.cpp 37 static cl::opt<std::string>
38 APIFile("internalize-public-api-file", cl::value_desc("filename"),
39 cl::desc("A file containing list of symbol names to preserve"));
42 static cl::list<std::string>
43 APIList("internalize-public-api-list", cl::value_desc("list"),
44 cl::desc("A list of symbol names to preserve"),
45 cl::CommaSeparated);
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 26 static cl::list<std::string>
27 InputFilenames(cl::Positional, cl::desc("<input files>"),
28 cl::ZeroOrMore);
29 static cl::opt<bool>
30 DumpTags("dump-tags", cl::desc("List all tags encountered in input"));
214 cl::ParseCommandLineOptions(argc, argv, "llvm MC markup parser\n");
  /external/llvm/utils/TableGen/
TableGen.cpp 48 cl::opt<ActionType>
49 Action(cl::desc("Action to perform:"),
50 cl::values(clEnumValN(PrintRecords, "print-records",
90 cl::opt<std::string>
91 Class("class", cl::desc("Print Enum list for this class"),
92 cl::value_desc("class name"));
179 cl::ParseCommandLineOptions(argc, argv);
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-x86_64.S 23 movb -4(%rdi),%cl
41 addb %al,%cl
59 addb %al,%cl
67 addb %bl,%cl
75 addb %al,%cl
83 addb %bl,%cl
91 addb %al,%cl
99 addb %bl,%cl
107 addb %al,%cl
116 addb %bl,%cl
    [all...]
rc4-md5-x86_64.S 27 movb -4(%rdi),%cl
32 addb %al,%cl
65 addb %bl,%cl
84 addb %al,%cl
102 addb %bl,%cl
120 addb %al,%cl
138 addb %bl,%cl
156 addb %al,%cl
174 addb %bl,%cl
192 addb %al,%cl
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-x86_64.S 23 movb -4(%rdi),%cl
41 addb %al,%cl
59 addb %al,%cl
67 addb %bl,%cl
75 addb %al,%cl
83 addb %bl,%cl
91 addb %al,%cl
99 addb %bl,%cl
107 addb %al,%cl
116 addb %bl,%cl
    [all...]
rc4-md5-x86_64.S 27 movb -4(%rdi),%cl
32 addb %al,%cl
65 addb %bl,%cl
84 addb %al,%cl
102 addb %bl,%cl
120 addb %al,%cl
138 addb %bl,%cl
156 addb %al,%cl
174 addb %bl,%cl
192 addb %al,%cl
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 320 for (int cl = 0; cl < kNumClasses; ++cl) {
321 const int length = Static::central_cache()[cl].length();
322 const int tc_length = Static::central_cache()[cl].tc_length();
323 const size_t cache_overhead = Static::central_cache()[cl].OverheadBytes();
325 Static::sizemap()->ByteSizeForClass(cl));
328 if (class_count) class_count[cl] = length + tc_length;
420 for (int cl = 0; cl < kNumClasses; ++cl)
770 const size_t cl = Static::sizemap()->SizeClass(size); local
794 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local
1081 size_t cl = Static::sizemap()->SizeClass(size); local
1130 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local
1184 size_t cl = Static::pageheap()->GetSizeClassIfCached(p); local
1283 int cl = Static::sizemap()->SizeClass(size); local
    [all...]
  /external/doclava/src/com/google/doclava/apicheck/
ApiFile.java 126 ClassInfo cl; local
166 cl = new ClassInfo(null/*classDoc*/, ""/*rawCommentText*/, tokenizer.pos(), pub, prot,
170 cl.setDeprecated(dep);
178 api.mapClassToSuper(cl, ext);
180 cl.setTypeInfo(typeInfo);
181 cl.setAnnotations(new ArrayList<AnnotationInstanceInfo>());
190 api.mapClassToInterface(cl, token);
204 parseConstructor(tokenizer, cl, token);
207 parseMethod(tokenizer, cl, token);
210 parseField(tokenizer, cl, token, false)
    [all...]
  /external/bison/
Makefile.am 70 cl=$(distdir)/ChangeLog && \
71 rm -f $$cl.tmp && \
78 --since=$(gen_start_date) > $$cl.tmp && \
79 mv -f $$cl.tmp $$cl; \
  /external/libffi/src/
java_raw_api.c 314 ffi_raw_closure *cl = (ffi_raw_closure*)user_data; local
317 (*cl->fun) (cif, rvalue, raw, cl->user_data);
322 ffi_prep_java_raw_closure_loc (ffi_java_raw_closure* cl,
330 status = ffi_prep_closure_loc ((ffi_closure*) cl,
337 cl->fun = fun;
338 cl->user_data = user_data;
349 ffi_prep_java_raw_closure (ffi_java_raw_closure* cl,
354 return ffi_prep_java_raw_closure_loc (cl, cif, fun, user_data, cl);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/des/asm/
des-586.S 18 movb %ah,%cl
23 movb %dh,%cl
29 movb %dh,%cl
47 movb %ah,%cl
52 movb %dh,%cl
58 movb %dh,%cl
76 movb %ah,%cl
81 movb %dh,%cl
87 movb %dh,%cl
105 movb %ah,%cl
    [all...]
crypt586.S 51 movb %ah,%cl
57 movb %dh,%cl
63 movb %dh,%cl
101 movb %ah,%cl
107 movb %dh,%cl
113 movb %dh,%cl
151 movb %ah,%cl
157 movb %dh,%cl
163 movb %dh,%cl
201 movb %ah,%cl
    [all...]
  /external/openssl/crypto/des/asm/
des-586.S 18 movb %ah,%cl
23 movb %dh,%cl
29 movb %dh,%cl
47 movb %ah,%cl
52 movb %dh,%cl
58 movb %dh,%cl
76 movb %ah,%cl
81 movb %dh,%cl
87 movb %dh,%cl
105 movb %ah,%cl
    [all...]
crypt586.S 51 movb %ah,%cl
57 movb %dh,%cl
63 movb %dh,%cl
101 movb %ah,%cl
107 movb %dh,%cl
113 movb %dh,%cl
151 movb %ah,%cl
157 movb %dh,%cl
163 movb %dh,%cl
201 movb %ah,%cl
    [all...]
  /external/fsck_msdos/
dir.c 227 cl_t cl; local
246 cl = fat[boot->RootCl].next;
247 if (cl < CLUST_FIRST
248 || (cl >= CLUST_RSRVD && cl< CLUST_EOFS)
250 if (cl == CLUST_FREE)
252 else if (cl >= CLUST_RSRVD)
254 rsrvdcltype(cl));
421 cl_t cl; local
424 for (cl = dir->head; (sz += boot->ClusterSize) < dir->size;
448 cl_t cl; local
532 cl_t cl, valcl = ~0, invcl = ~0, empcl = ~0; local
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strcmp-atom.S 129 cmpb %cl, (%edx)
135 cmpb %cl, 1(%edx)
141 cmpb %cl, 2(%edx)
147 cmpb %cl, 3(%edx)
153 cmpb %cl, 4(%edx)
159 cmpb %cl, 5(%edx)
165 cmpb %cl, 6(%edx)
171 cmpb %cl, 7(%edx)
283 shr %cl, %esi
284 shr %cl, %ed
    [all...]
  /external/chromium_org/chrome/browser/first_run/
first_run_internal_win.cc 51 CommandLine cl(CommandLine::NO_PROGRAM);
52 cl.AppendSwitchNative(installer::switches::kShowEula, value);
56 cl.AppendSwitch(switches::kChromeFrame);
60 cl.AppendSwitch(installer::switches::kShowEulaForMetro);
68 cl.GetCommandLineString(),
73 setup_path.AppendArguments(cl, false);
  /external/doclava/src/com/google/doclava/
Proofread.java 127 public static void writeClass(String filename, ClassInfo cl) {
133 writeTagList(cl.inlineTags());
136 for (FieldInfo f : cl.enumConstants()) {
142 for (FieldInfo f : cl.selfFields()) {
148 for (MethodInfo m : cl.constructors()) {
154 for (MethodInfo m : cl.selfMethods()) {
  /external/llvm/lib/Target/
TargetMachine.cpp 34 static cl::opt<bool>
36 cl::desc("Emit data into separate sections"),
37 cl::init(false));
38 static cl::opt<bool>
40 cl::desc("Emit functions into separate sections"),
41 cl::init(false));
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 30 static cl::opt<unsigned> MaxThreads(
31 "xcore-max-threads", cl::Optional,
32 cl::desc("Maximum number of threads (for emulation thread-local storage)"),
33 cl::Hidden, cl::value_desc("number"), cl::init(8));
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 152 ClassLoader cl = ClassLoader.getSystemClassLoader(); local
153 if (cl != null) {
154 while (cl.getParent() != null) {
155 cl = cl.getParent();
158 return ServiceLoader.load(service, cl);
  /external/javassist/sample/rmi/
CountApplet.java 33 Viewer cl = (Viewer)getClass().getClassLoader(); local
34 importer = new ObjectImporter(cl.getServer(), cl.getPort());
  /external/llvm/include/llvm/CodeGen/
MachinePassRegistry.h 123 public cl::parser<typename RegistryClass::FunctionPassCtor> {
128 void initialize(cl::Option &O) {
129 cl::parser<typename RegistryClass::FunctionPassCtor>::initialize(O);
  /external/llvm/lib/CodeGen/
EdgeBundles.cpp 23 static cl::opt<bool>
24 ViewEdgeBundles("view-edge-bundles", cl::Hidden,
25 cl::desc("Pop up a window to show edge bundle graphs"));

Completed in 638 milliseconds

1 2 3 4 5 6 7 8 91011>>