| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_reloc.c | 35 dwarf_set_reloc_application(int apply) 40 _libdwarf.applyreloc = apply;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/ |
| step-indirect-call-thunk.c | 27 apply (int (*op)(int), int x) function 28 { /* apply.1 */ 29 return op (x); /* apply.2 */ 30 } /* apply.3 */ 35 return apply (inc, 41); /* main.2 */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/ |
| step-indirect-call-thunk.c | 27 apply (int (*op)(int), int x) function 28 { /* apply.1 */ 29 return op (x); /* apply.2 */ 30 } /* apply.3 */ 35 return apply (inc, 41); /* main.2 */
|
| /src/usr.bin/apply/ |
| Makefile | 4 PROG= apply
|
| /src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| FDRRecords.cpp | 18 Error BufferExtents::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::BufferExtents 19 Error WallclockRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::WallclockRecord 20 Error NewCPUIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::NewCPUIDRecord 21 Error TSCWrapRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::TSCWrapRecord 22 Error CustomEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::CustomEventRecord 23 Error CallArgRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::CallArgRecord 24 Error PIDRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::PIDRecord 25 Error NewBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::NewBufferRecord 26 Error EndBufferRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::EndBufferRecord 27 Error FunctionRecord::apply(RecordVisitor &V) { return V.visit(*this); function in class:llvm::xray::FunctionRecord 28 Error CustomEventRecordV5::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::CustomEventRecordV5 29 Error TypedEventRecord::apply(RecordVisitor &V) { return V.visit(*this); } function in class:llvm::xray::TypedEventRecord [all...] |
| LogBuilderConsumer.cpp | 28 // We apply all of the visitors in order, and concatenate errors 32 Result = joinErrors(std::move(Result), R->apply(*V));
|
| /src/external/bsd/nvi/dist/ |
| LICENSE | 5 The following are the copyrights and redistribution conditions that apply
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| ScheduleDAGMutation.h | 28 virtual void apply(ScheduleDAGInstrs *DAG) = 0;
|
| PBQPRAConstraint.h | 40 virtual void apply(PBQPRAGraph &G) = 0; 52 void apply(PBQPRAGraph &G) override { 54 C->apply(G);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64PBQPRegAlloc.h | 23 void apply(PBQPRAGraph &G) override;
|
| /src/external/gpl3/gdb.old/dist/gdb/syscalls/ |
| Makefile | 24 xsltproc --output $$f apply-defaults.xsl $$f.in; \
|
| /src/external/gpl3/gdb/dist/gdb/syscalls/ |
| Makefile | 24 xsltproc --output $$f apply-defaults.xsl $$f.in; \
|
| /src/external/bsd/openldap/dist/doc/devel/variadic_debug/ |
| script.sh | 53 git apply --index --directory libraries/libldap "$PATCH_DIR/03-libldap_Debug.patch" 54 git commit -m "ITS#8731 Apply $PATCH_DIR/03-libldap_Debug.cocci" 60 git apply --index "$PATCH_DIR/04-variadic.patch" 61 git commit -m "ITS#8731 Apply $PATCH_DIR/04-variadic.cocci" 70 git apply --index "$PATCH_DIR/07-shortcut.patch" 71 git commit -m "ITS#8731 Apply $PATCH_DIR/07-shortcut.cocci"
|
| /src/share/examples/npf/ |
| l2tp_gw-npf.conf | 39 #block in final from <1> apply "log" 44 block in final from $private_addr apply "log" 45 block out final to $private_addr apply "log" 52 block in final proto tcp to 192.0.2.255 apply "log" 57 block in final from 127.0.0.1 apply "log" 109 block return-icmp in final proto udp to any port 33433-33524 apply "log" 125 block return-rst in final proto tcp flags S/SA all apply "log" 143 block final all apply "log"
|
| host-npf.conf | 34 pass stateful in on $wired_if proto tcp to $wired_addrs port ssh apply "log" 43 block all apply "log"
|
| soho_gw-npf.conf | 49 apply "log" 71 block all apply "log"
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
| xray-fdr-dump.cpp | 84 if (auto E = Ptr->apply(RP)) 96 if (auto E = Ptr->apply(BI)) 108 if (auto E = R->apply(BV)) 110 if (auto E = R->apply(BP))
|
| /src/external/bsd/kyua-cli/etc/kyua/ |
| kyua.conf | 4 -- on the syntax and tests(7) for any NetBSD-specific tweaks that may apply.
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| apply.d | 7 * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/apply.d, _apply.d) 9 * Coverage: https://codecov.io/gh/dlang/dmd/src/master/src/dmd/apply.d 12 module dmd.apply; 40 int apply(FP, Params...)(Dsymbol symbol, FP fp, Params params) 44 return nd.members.foreachDsymbol( (s) { return s && s.apply(fp, params); } ); 48 return ad.include(ad._scope).foreachDsymbol( (s) { return s && s.apply(fp, params); } ); 55 return tm.members.foreachDsymbol( (s) { return s && s.apply(fp, params); } ); 112 //printf("NewExp::apply(): %s\n", toChars()); 118 //printf("NewAnonClassExp::apply(): %s\n", toChars()); 139 //printf("CallExp::apply(apply_fp_t fp, void *param): %s\n", toChars()) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| FDRRecords.h | 64 // Each Record should be able to apply an abstract visitor, and choose the 66 virtual Error apply(RecordVisitor &V) = 0; 126 Error apply(RecordVisitor &V) override; 151 Error apply(RecordVisitor &V) override; 177 Error apply(RecordVisitor &V) override; 199 Error apply(RecordVisitor &V) override; 228 Error apply(RecordVisitor &V) override; 255 Error apply(RecordVisitor &V) override; 284 Error apply(RecordVisitor &V) override; 306 Error apply(RecordVisitor &V) override [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| aApply.d | 26 debug(apply) printf("_aApplycd1(), len = %d\n", len); 43 debug(apply) printf("_aApplycd1.unittest\n"); 88 debug(apply) printf("_aApplywd1(), len = %d\n", len); 105 debug(apply) printf("_aApplywd1.unittest\n"); 150 debug(apply) printf("_aApplycw1(), len = %d\n", len); 179 debug(apply) printf("_aApplycw1.unittest\n"); 225 debug(apply) printf("_aApplywc1(), len = %d\n", len); 256 debug(apply) printf("_aApplywc1.unittest\n"); 305 debug(apply) printf("_aApplydc1(), len = %d\n", aa.length); 333 debug(apply) printf("_aApplyRdc1.unittest\n") [all...] |
| aApplyR.d | 24 debug(apply) printf("_aApplyRcd1(), len = %d\n", aa.length); 55 debug(apply) printf("_aApplyRcd1.unittest\n"); 98 debug(apply) printf("_aApplyRwd1(), len = %d\n", aa.length); 119 debug(apply) printf("_aApplyRwd1.unittest\n"); 162 debug(apply) printf("_aApplyRcw1(), len = %d\n", aa.length); 205 debug(apply) printf("_aApplyRcw1.unittest\n"); 249 debug(apply) printf("_aApplyRwc1(), len = %d\n", aa.length); 286 debug(apply) printf("_aApplyRwc1.unittest\n"); 334 debug(apply) printf("_aApplyRdc1(), len = %d\n", aa.length); 365 debug(apply) printf("_aApplyRdc1.unittest\n") [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| APSIntType.h | 37 void apply(llvm::APSInt &Value) const { function in class:clang::ento::APSIntType 47 /// \see apply 50 apply(Result);
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k6/ |
| mod_34lsub1.asm | 162 subl %edx, %eax C apply carry 166 addl %ebx, %eax C apply 0mod3 low 169 addl %esi, %eax C apply 1mod3 high 175 addl %ecx, %eax C apply 1mod3 low 177 addl %edx, %eax C apply 2mod3 high 183 addl %edi, %eax C apply 2mod3 low
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k7/ |
| mod_34lsub1.asm | 164 subl %ecx, %eax C apply carry 168 addl %edx, %eax C apply 0mod3 low 172 addl %ebx, %eax C apply 1mod3 high 176 addl %edi, %eax C apply 1mod3 low 179 addl %esi, %eax C apply 2mod3 high 183 addl %edx, %eax C apply 2mod3 low
|