| /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/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:__anon3222::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:__anon3070::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:__anon3070::MemOPSizeOpt 516 MemOPSizeOpt.perform();
|
| /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/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/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/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/bsd/ntp/dist/scripts/update-leap/ |
| update-leap-opts.def | 133 -c can also be used to invoke another script to perform administrative
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
| curl.d | 132 http.perform(); 141 information. Finally the HTTP request is effected by calling perform(), which is 437 conn.perform(); 514 conn.perform(); 817 conn.perform(); 1096 client.perform(); 1212 client.perform(); 2100 http.perform(); 2152 * client.perform(); 2181 * client.perform(); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| LoopInstSimplify.cpp | 79 RPOT.perform(&LI);
|
| /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| VPlanHCFGBuilder.cpp | 271 RPO.perform(LI);
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_disk_set_standard_lookup.c | 160 #error No way to perform gid lookups on this platform
|
| /src/external/mpl/dhcp/dist/keama/ |
| keama.c | 41 " [-r {perform|fatal|pass}\\n" \ 95 if (strcmp(argv[i], "perform") == 0) 96 resolve = perform;
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/ |
| asyncserver.py | 333 async def perform(self) -> Optional[Union[dns.message.Message, bytes]]: member in class:ResponseAction 359 async def perform(self) -> Optional[Union[dns.message.Message, bytes]]: member in class:DnsResponseSend 390 async def perform(self) -> Optional[Union[dns.message.Message, bytes]]: member in class:BytesResponseSend 407 async def perform(self) -> Optional[Union[dns.message.Message, bytes]]: member in class:ResponseDrop 426 async def perform(self) -> Optional[Union[dns.message.Message, bytes]]: member in class:ResponseDropAndCloseConnection 438 established. It may be used to perform arbitrary actions before 1173 yield await action.perform() 1380 yield await DnsResponseSend(response=control_response).perform()
|