HomeSort by: relevance | last modified time | path
    Searched refs:perform (Results 1 - 25 of 79) sorted by relevancy

1 2 3 4

  /src/external/bsd/pkg_install/sbin/pkg_add/
Makefile 5 SRCS= main.c parse_cross.c perform.c
  /src/external/bsd/pkg_install/sbin/pkg_create/
Makefile 5 SRCS= main.c perform.c pl.c util.c build.c
  /src/external/bsd/pkg_install/sbin/pkg_info/
Makefile 5 SRCS= main.c perform.c show.c
  /src/external/gpl2/rcs/dist/src/
rcsclean.c 52 int dounlock, expmode, perform, unlocked, unlockflag, waslocked; variable
63 perform = true;
91 perform = false;
134 dounlock = perform & unlockflag;
219 if (perform & unlocked) {
230 if (perform && un_link(workname) != 0)
  /src/sys/arch/ia64/stand/common/
interp.c 58 static int perform(int argc, char *argv[]);
61 * Perform the command
64 perform(int argc, char *argv[]) function
141 if (perform(argc, argv))
292 if ((argc > 0) && (perform(argc, argv) != 0)) {
  /src/external/mit/libuv/dist/src/unix/
darwin-stub.h 63 void (*perform)(void*); member in struct:CFRunLoopSourceContext
  /src/crypto/external/apache2/openssl/dist/apps/
s_time.c 145 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; local
169 perform = 2;
172 perform = 1;
284 if (!(perform & 1))
342 if (!(perform & 2)) {
tsget.in 100 my $error_code = $curl->perform();
  /src/crypto/external/bsd/openssl/dist/apps/
s_time.c 127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; local
151 perform = 2;
154 perform = 1;
267 if (!(perform & 1))
328 if (!(perform & 2))
tsget.in 100 my $error_code = $curl->perform();
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_time.c 102 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0; local
126 perform = 2;
129 perform = 1;
213 if (!(perform & 1))
274 if (!(perform & 2))
tsget.in 100 my $error_code = $curl->perform();
  /src/crypto/external/bsd/netpgp/dist/src/hkpclient/
hkpclient.lua 67 -- perform, invokes callbacks
68 c:perform({writefunction = function(str)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopIterator.h 123 void perform(LoopInfo *LI);
180 void perform(LoopInfo *LI) { function in class:llvm::LoopBlocksRPO
181 DFS.perform(LI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LibCallsShrinkWrap.cpp 79 bool perform() { function in class:__anon5533::LibCallsShrinkWrap
84 if (perform(CI)) {
93 bool perform(CallInst *CI);
135 // Perform the transformation to calls with errno set by domain error.
187 // Perform the transformation to calls with errno set by range error.
225 // Perform the transformation to calls with errno set by combination of errors.
504 // Perform the transformation to a single candidate.
505 bool LibCallsShrinkWrap::perform(CallInst *CI) { function in class:LibCallsShrinkWrap
508 assert(Callee && "perform() should apply to a non-empty callee");
510 assert(Func && "perform() is not expecting an empty function")
    [all...]
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
ftrc.s 86 # conversions and perform the ftrc.
114 # conversions and perform the ftrc.
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
ftrc.s 86 # conversions and perform the ftrc.
114 # conversions and perform the ftrc.
  /src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalParser.cpp 174 LocalInstantiations.perform();
175 GlobalInstantiations.perform();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
PGOMemOPSizeOpt.cpp 231 void perform() { function in class:__anon5381::MemOPSizeOpt
237 if (perform(MO)) {
248 // Not perform on constant length calls.
273 bool perform(MemOp MO);
294 bool MemOPSizeOpt::perform(MemOp MO) { function in class:__anon5381::MemOPSizeOpt
516 MemOPSizeOpt.perform();
  /src/external/gpl3/gcc/dist/libgcc/config/aarch64/
crtn.S 37 # register and then perform the correct function return instruction.
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
crtn.S 50 # register and then perform the correct function return instruction.
  /src/external/gpl3/gcc.old/dist/libgcc/config/aarch64/
crtn.S 41 # register and then perform the correct function return instruction.
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
crtn.S 50 # register and then perform the correct function return instruction.
  /src/external/gpl3/gcc/dist/libgcc/config/rl78/
divmodhi.S 63 ;; If it is not negative then we perform the division and then negate the result.
130 ;; If it is not negative then we perform the modulo operation without conversion.
165 ;; So instead we perform a 32-bit divide and twiddle the inputs
229 ;; If it is not negative then we perform the division and then negate the result.
298 ;; If it is not negative then we perform the modulo operation without conversion.
  /src/external/gpl3/gcc.old/dist/libgcc/config/rl78/
divmodhi.S 63 ;; If it is not negative then we perform the division and then negate the result.
130 ;; If it is not negative then we perform the modulo operation without conversion.
165 ;; So instead we perform a 32-bit divide and twiddle the inputs
229 ;; If it is not negative then we perform the division and then negate the result.
298 ;; If it is not negative then we perform the modulo operation without conversion.

Completed in 27 milliseconds

1 2 3 4