| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngineBindings.cpp | 350 SimpleBindingMemoryManager(const SimpleBindingMMFunctions& Functions, 365 SimpleBindingMMFunctions Functions; member in __anon311904c10111::SimpleBindingMemoryManager 370 const SimpleBindingMMFunctions& Functions, in SimpleBindingMemoryManager() argument 372 : Functions(Functions), Opaque(Opaque) { in SimpleBindingMemoryManager() 373 assert(Functions.AllocateCodeSection && in SimpleBindingMemoryManager() 375 assert(Functions.AllocateDataSection && in SimpleBindingMemoryManager() 377 assert(Functions.FinalizeMemory && in SimpleBindingMemoryManager() 379 assert(Functions.Destroy && in SimpleBindingMemoryManager() 384 Functions.Destroy(Opaque); in ~SimpleBindingMemoryManager() 390 return Functions.AllocateCodeSection(Opaque, Size, Alignment, SectionID, in allocateCodeSection() [all …]
|
| /freebsd-9-stable/contrib/llvm/include/llvm/MC/ |
| D | MCModule.h | 77 FunctionListTy Functions; variable 121 const_func_iterator func_begin() const { return Functions.begin(); } in func_begin() 122 func_iterator func_begin() { return Functions.begin(); } in func_begin() 123 const_func_iterator func_end() const { return Functions.end(); } in func_end() 124 func_iterator func_end() { return Functions.end(); } in func_end()
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | GCOV.cpp | 29 DeleteContainerPointers(Functions); in ~GCOVFile() 54 Functions.push_back(GFun); in read() 58 for (size_t i = 0, e = Functions.size(); i < e; ++i) { in read() 63 if (!Functions[i]->read(Buffer, Format)) in read() 88 for (SmallVectorImpl<GCOVFunction *>::iterator I = Functions.begin(), in dump() 89 E = Functions.end(); I != E; ++I) in dump() 96 for (SmallVectorImpl<GCOVFunction *>::iterator I = Functions.begin(), in collectLineCounts() 97 E = Functions.end(); I != E; ++I) in collectLineCounts()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | GCStrategy.h | 65 list_type Functions; variable 134 iterator begin() { return Functions.begin(); } in begin() 135 iterator end() { return Functions.end(); } in end()
|
| /freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/ |
| D | IntelJITEventListener.cpp | 194 MethodAddressVector Functions; in NotifyObjectEmitted() local 216 Functions.push_back((void*)Addr); in NotifyObjectEmitted() 257 LoadedObjectMap[ObjData] = Functions; in NotifyObjectEmitted() 268 MethodAddressVector& Functions = OI->second; in NotifyFreeingObject() local 271 for (MethodAddressVector::iterator FI = Functions.begin(), in NotifyFreeingObject() 272 FE = Functions.end(); in NotifyFreeingObject()
|
| /freebsd-9-stable/contrib/llvm/tools/bugpoint/ |
| D | CrashDebugger.cpp | 209 std::set<Function*> Functions; in TestFuncs() local 215 Functions.insert(CMF); in TestFuncs() 225 if (!I->isDeclaration() && !Functions.count(I)) in TestFuncs() 234 Funcs.assign(Functions.begin(), Functions.end()); in TestFuncs() 491 std::vector<Function*> Functions; in DebugACrash() local 495 Functions.push_back(I); in DebugACrash() 497 if (Functions.size() > 1 && !BugpointIsInterrupted) { in DebugACrash() 501 unsigned OldSize = Functions.size(); in DebugACrash() 502 ReduceCrashingFunctions(BD, TestFn).reduceList(Functions, Error); in DebugACrash() 504 if (Functions.size() < OldSize) in DebugACrash()
|
| /freebsd-9-stable/lib/libc/softfloat/ |
| D | softfloat.txt | 49 Types and Functions 54 Conversion Functions 55 Standard Arithmetic Functions 56 Remainder Functions 57 Round-to-Integer Functions 58 Comparison Functions 59 Signaling NaN Test Functions 84 Types and Functions 197 Conversion Functions 246 Standard Arithmetic Functions [all …]
|
| /freebsd-9-stable/sys/dev/cxgbe/firmware/ |
| D | t5fw_cfg_fpga.txt | 22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions 24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a 27 # Virtual Functions based off of a Physical Function all get the 29 # Additionally, regardless of whether Virtual Functions are enabled or 32 # Functions (PF0-3) must have the same number of configured TotalVFs in 45 # Physical Functions don't have any Virtual Functions associated with 48 # storage, etc.) on different Physical Functions. For example, NIC 69 # Virtual Functions and "PCI Device Passthrough" -- this is especially 72 # Functions so this is in fact solely limited to NIC.) 271 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions [all …]
|
| D | t4fw_cfg_uwire.txt | 22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions 24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a 27 # Virtual Functions based off of a Physical Function all get the 29 # Additionally, regardless of whether Virtual Functions are enabled or 32 # Functions (PF0-3) must have the same number of configured TotalVFs in 45 # Physical Functions don't have any Virtual Functions associated with 48 # storage, etc.) on different Physical Functions. For example, NIC 69 # Virtual Functions and "PCI Device Passthrough" -- this is especially 72 # Functions so this is in fact solely limited to NIC.) 248 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions [all …]
|
| D | t5fw_cfg_uwire.txt | 22 # 2. Ingress Queues with Free Lists: 1024. PCI-E SR-IOV Virtual Functions 24 # 3. Egress Queues: 128K. PCI-E SR-IOV Virtual Functions must use a 27 # Virtual Functions based off of a Physical Function all get the 29 # Additionally, regardless of whether Virtual Functions are enabled or 32 # Functions (PF0-3) must have the same number of configured TotalVFs in 45 # Physical Functions don't have any Virtual Functions associated with 48 # storage, etc.) on different Physical Functions. For example, NIC 69 # Virtual Functions and "PCI Device Passthrough" -- this is especially 72 # Functions so this is in fact solely limited to NIC.) 292 # Note: The UnifiedPF is PF4 which doesn't have any Virtual Functions [all …]
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | libiberty.texi | 89 * Functions:: Available functions, macros, and global variables. 138 Functions contained in @libib{} can be divided into three general categories. 142 * Supplemental Functions:: Providing functions which don't exist 145 * Replacement Functions:: These functions are sometimes buggy or 148 * Extensions:: Functions which provide useful extensions 152 @node Supplemental Functions 153 @section Supplemental Functions 180 @node Replacement Functions 181 @section Replacement Functions 256 @node Functions
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | libiberty.texi | 89 * Functions:: Available functions, macros, and global variables. 138 Functions contained in @libib{} can be divided into three general categories. 142 * Supplemental Functions:: Providing functions which don't exist 145 * Replacement Functions:: These functions are sometimes buggy or 148 * Extensions:: Functions which provide useful extensions 152 @node Supplemental Functions 153 @section Supplemental Functions 180 @node Replacement Functions 181 @section Replacement Functions 256 @node Functions
|
| /freebsd-9-stable/contrib/nvi/docs/interp/ |
| D | interp | 23 2: Functions to execute both ex and vi commands. The return value of the 36 3: Functions to handle lines of text in the file. 93 6: Functions to manipulate marks. 117 8: Functions to get input from the user. 158 11: Functions to return pathnames. 160 12: Functions to return edit options.
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCModuleYAML.cpp | 120 std::vector<Function> Functions; member 212 IO.mapOptional("Functions", M.Functions); in mapping() 332 YAMLModule.Functions.resize(YAMLModule.Functions.size() + 1); in dumpFunction() 333 MCModuleYAML::Function &F = YAMLModule.Functions.back(); in dumpFunction() 401 for (FuncIt FI = YAMLModule.Functions.begin(), in parse() 402 FE = YAMLModule.Functions.end(); in parse()
|
| D | MCModule.cpp | 102 Functions.push_back(new MCFunction(Name, this)); in createFunction() 103 return Functions.back(); in createFunction()
|
| /freebsd-9-stable/usr.sbin/bsdconfig/includes/include/ |
| D | messages.subr | 27 msg_functions_in="Functions in %s:" 28 msg_functions_in_matching="Functions in %s matching \`%s':"
|
| /freebsd-9-stable/contrib/libreadline/doc/ |
| D | hstech.texi | 38 * History Functions:: Functions that you can use. 116 @node History Functions 117 @section History Functions 123 * Initializing History and State Management:: Functions to call when you 126 * History List Management:: Functions used to manage the list 128 * Information About the History List:: Functions returning information about 130 * Moving Around the History List:: Functions used to change the position 132 * Searching the History List:: Functions to search the history list 134 * Managing the History File:: Functions that read and write a file 136 * History Expansion:: Functions to perform csh-like history
|
| /freebsd-9-stable/contrib/gcc/ |
| D | builtin-attrs.def | 115 /* Functions whose pointer parameter(s) are all nonnull. */ 117 /* Functions whose first parameter is a nonnull pointer. */ 119 /* Functions whose second parameter is a nonnull pointer. */
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | GCOV.h | 196 GCOVFile() : Functions(), RunCount(0), ProgramCount(0) {} in GCOVFile() 202 SmallVector<GCOVFunction *, 16> Functions;
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaAccess.cpp | 112 Functions.push_back(Function->getCanonicalDecl()); in EffectiveContext() 142 SmallVector<FunctionDecl*, 4> Functions; member 500 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) { in MatchesFriend() 516 if (EC.Functions.empty()) return AR_inaccessible; in MatchesFriend() 521 I = EC.Functions.begin(), E = EC.Functions.end(); I != E; ++I) { in MatchesFriend() 800 if (S.getLangOpts().MicrosoftMode && !EC.Functions.empty()) in HasAccess() 801 if (CXXMethodDecl* MD = dyn_cast<CXXMethodDecl>(EC.Functions.front())) in HasAccess()
|
| /freebsd-9-stable/contrib/llvm/lib/Analysis/IPA/ |
| D | CallGraphSCCPass.cpp | 387 std::string Functions; in RunAllPassesOnSCC() local 389 raw_string_ostream OS(Functions); in RunAllPassesOnSCC() 397 dumpPassInfo(P, EXECUTION_MSG, ON_CG_MSG, Functions); in RunAllPassesOnSCC()
|
| /freebsd-9-stable/tools/test/testfloat/ |
| D | testfloat.txt | 60 Functions Tested by TestFloat 61 Conversion Functions 62 Standard Arithmetic Functions 63 Remainder and Round-to-Integer Functions 64 Comparison Functions 223 Functions Tested by TestFloat 250 Conversion Functions 296 Standard Arithmetic Functions 309 Remainder and Round-to-Integer Functions 329 Comparison Functions
|
| /freebsd-9-stable/sys/boot/arm/at91/bootspi/ |
| D | README | 21 Functions supported:
|
| /freebsd-9-stable/sys/boot/arm/at91/bootiic/ |
| D | README | 21 Functions supported:
|
| /freebsd-9-stable/contrib/binutils/bfd/doc/ |
| D | bfd.texinfo | 217 * Linker Functions:: 277 @node File Caching, Linker Functions, Internal, BFD front end 280 @node Linker Functions, Hash Tables, File Caching, BFD front end 283 @node Hash Tables, , Linker Functions, BFD front end
|