Home
last modified time | relevance | path

Searched refs:countFunctions (Results 1 – 25 of 38) sorted by relevance

12

/dports/finance/R-cran-fBasics/fBasics/man/
H A Dutils-listFunctions.Rd5 \alias{countFunctions}
20 countFunctions(package, character.only = FALSE)
56 ## countFunctions -
57 countFunctions("fBasics")
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sludge/
H A Dloadsave.cpp121 int countFunctions = 0; in saveGame() local
123 countFunctions++; in saveGame()
126 fp->writeUint16BE(countFunctions); in saveGame()
251 int countFunctions = fp->readUint16BE(); in loadGame() local
252 while (countFunctions--) { in loadGame()
/dports/games/scummvm/scummvm-2.5.1/engines/sludge/
H A Dsaveload.cpp115 int countFunctions = 0; in saveGame() local
117 countFunctions++; in saveGame()
120 fp->writeUint16BE(countFunctions); in saveGame()
245 int countFunctions = fp->readUint16BE(); in loadGame() local
246 while (countFunctions--) { in loadGame()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp53 static int countFunctions(Module &Program) { in countFunctions() function
71 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp56 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp56 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp56 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp56 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp56 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp56 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp56 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp56 static int countFunctions(Module *Program) {
74 int Functions = countFunctions(Test.getProgram());
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp58 static int countFunctions(Module *Program) { in countFunctions() function
72 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp58 static int countFunctions(Module *Program) { in countFunctions() function
72 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp60 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DReduceFunctions.cpp60 static int countFunctions(Module *Program) { in countFunctions() function
74 int Functions = countFunctions(Test.getProgram()); in reduceFunctionsDeltaPass()
/dports/finance/R-cran-fBasics/fBasics/inst/unitTests/
H A Drunit.listFunctions.R54 print(countFunctions("fUtilities"))
/dports/math/reduce/Reduce-svn5758-src/jlisp/core/
H A DJlispExtras.java48 abstract int countFunctions(); in countFunctions() method in JlispExtras
H A DReduce.java79 int countFunctions() in countFunctions() method in Reduce
/dports/finance/R-cran-fBasics/fBasics/R/
H A Dutils-listFunctions.R60 countFunctions <-
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-convert.cc908 efc = exp.countFunctions(); in convert()
909 mfc = mstruct.countFunctions(); in convert()
928 …if(calculate_new_functions && exp.countFunctions() > efc) exp.calculateFunctions(feo, true, false); in convert()
935 …if(calculate_new_functions && mstruct.countFunctions() > mfc) mstruct.calculateFunctions(feo, true… in convert()
964 efc = exp.countFunctions(); in convert()
970 …if(calculate_new_functions && exp.countFunctions() > efc) exp.calculateFunctions(feo, true, false); in convert()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/babel-walk/
H A DREADME.md57 …want). Also of note is how I bring the `visitors` object outside of `countFunctions` so that the o…
83 function countFunctions(node) {
106 countFunctions(ast);
/dports/math/kmplot/kmplot-21.12.3/kmplot/
H A Dparser.h308 uint countFunctions(); /// Returns how many functions there are
/dports/math/kmplot/kmplot-21.12.3/po/ru/docs/kmplot/
H A Ddcop.docbook315 >Parser countFunctions </term>
/dports/math/kmplot/kmplot-21.12.3/po/et/docs/kmplot/
H A Ddcop.docbook224 >/parser org.kde.kmplot.Parser.countFunctions </term>

12