HomeSort by: relevance | last modified time | path
    Searched defs:minimize (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/fuzz/
fuzz.py 808 def minimize(args): function
899 if command == "minimize":
900 return minimize(args)
  /src/external/apache2/llvm/dist/clang/lib/Lex/
DependencyDirectivesSourceMinimizer.cpp 46 bool minimize();
885 bool Minimizer::minimize() { function in class:Minimizer
956 return Minimizer(Output, Tokens, Input, Diags, InputSourceLoc).minimize();
  /src/external/bsd/libbind/dist/include/
irs.h 50 void (*minimize) __P((struct irs_gr *)); member in struct:irs_gr
66 void (*minimize) __P((struct irs_pw *)); member in struct:irs_pw
83 void (*minimize) __P((struct irs_sv *)); member in struct:irs_sv
99 void (*minimize) __P((struct irs_pr *)); member in struct:irs_pr
117 void (*minimize) __P((struct irs_ho *)); member in struct:irs_ho
135 void (*minimize) __P((struct irs_nw *)); member in struct:irs_nw
153 void (*minimize) __P((struct irs_ng *)); member in struct:irs_ng
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 181 /* Minimize CU_INDICES, sorting them and removing duplicates as
183 void minimize ();
195 size to zero. Otherwise call symtab_index_entry::minimize each entry
198 void minimize () function in struct:mapped_symtab
204 item.minimize ();
413 symtab_index_entry::minimize () function in class:symtab_index_entry
1344 symtab.minimize ();
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 183 /* Minimize CU_INDICES, sorting them and removing duplicates as
185 void minimize ();
197 size to zero. Otherwise call symtab_index_entry::minimize each entry
200 void minimize () function in struct:mapped_symtab
206 item.minimize ();
415 symtab_index_entry::minimize () function in class:symtab_index_entry
1346 symtab.minimize ();
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 1987 bool minimize = (TARGET_CALL_PROLOGUES
1995 if (minimize
2046 else /* !minimize */
2243 } /* !minimize && size != 0 */
2244 } /* !minimize */
2439 int minimize;
2457 minimize = (TARGET_CALL_PROLOGUES
2464 if (minimize
1986 bool minimize = (TARGET_CALL_PROLOGUES local
2438 int minimize; local
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 2617 bool minimize = (TARGET_CALL_PROLOGUES
2625 if (minimize
2676 else /* !minimize */
2873 } /* !minimize && size != 0 */
2874 } /* !minimize */
3080 bool minimize = (TARGET_CALL_PROLOGUES
3087 if (minimize
2616 bool minimize = (TARGET_CALL_PROLOGUES local
3079 bool minimize = (TARGET_CALL_PROLOGUES local

Completed in 49 milliseconds