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

  /src/crypto/external/bsd/netpgp/dist/src/hkpclient/
hkpclient.lua 67 -- perform, invokes callbacks
68 c:perform({writefunction = function(str)
  /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/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/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/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)) {
  /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))
  /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))
  /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/binutils/dist/bfd/doc/
chew.c 1244 perform (void) function
1591 perform ();
  /src/external/gpl3/binutils.old/dist/bfd/doc/
chew.c 1244 perform (void) function
1591 perform ();
  /src/external/gpl3/gdb.old/dist/bfd/doc/
chew.c 1244 perform (void) function
1591 perform ();
  /src/external/gpl3/gdb/dist/bfd/doc/
chew.c 1244 perform (void) function
1591 perform ();
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 310 async def perform(self) -> dns.message.Message | bytes | None: member in class:ResponseAction
337 async def perform(self) -> dns.message.Message | bytes | None: member in class:DnsResponseSend
383 async def perform(self) -> dns.message.Message | bytes | None: member in class:BytesResponseSend
400 async def perform(self) -> dns.message.Message | bytes | None: member in class:ResponseDrop
418 async def perform(self) -> dns.message.Message | bytes | None: member in class:CloseConnection
430 established. It may be used to perform arbitrary actions before
1401 yield await action.perform()
1608 yield await DnsResponseSend(response=control_response).perform()
  /src/external/mpl/dhcp/dist/keama/
keama.h 37 perform = 0, /* resolve */ enumerator in enum:resolve
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 1196 /// referenced here so that we can perform narrowing checks correctly.
1369 /// When we're processing a complete translation unit, Sema will perform
1372 /// completed. Modules and precompiled headers perform different kinds of
1523 /// Perform initialization that occurs after the parser has been
2513 /// Perform name lookup on the given name, classifying it based on
3123 /// Perform ODR-like check for C/ObjC when merging tag types from modules.
3244 /// Describes the kind of merge to perform for availability
3467 /// sufficient for initializing the entity, and perform lifetime extension
3489 /// Abstract base class used to perform a contextual implicit
3562 /// Perform a contextual implicit conversion
9132 void perform() { function in class:clang::final::AlignPackInfo::CompleteTypeKind::GlobalEagerInstantiationScope
9184 void perform() { S.PerformPendingInstantiations(\/*LocalOnly=*\/true); } function in class:clang::final::AlignPackInfo::CompleteTypeKind::LocalEagerInstantiationScope
    [all...]

Completed in 39 milliseconds