| /src/sys/external/bsd/acpica/dist/os_specific/service_layers/ |
| osunixmap.c | 97 * PARAMETERS: Where - Physical address of memory to be mapped 108 ACPI_PHYSICAL_ADDRESS Where, 127 Offset = Where % PageSize; 132 fd, (Where - Offset)); 149 * PARAMETERS: Where - Logical address of memory to be unmapped 154 * DESCRIPTION: Delete a previously created mapping. Where and Length must 161 void *Where, 169 Offset = ACPI_TO_INTEGER (Where) % PageSize; 170 munmap ((UINT8 *) Where - Offset, (Length + Offset));
|
| oszephyr.c | 149 * PARAMETERS: Buffer - Where to return the command line 151 * BytesRead - Where the actual byte count is returned 245 * Value - Where Value is placed 348 * Value - Where Value is placed 517 * Value - Buffer Where Value is placed 624 * NewTable - Where an entire new table is returned. 683 * PARAMETERS: Where - Physical Address of memory to be mapped 694 ACPI_PHYSICAL_ADDRESS Where, 700 z_phys_map (&VirtlAdd, Where, Length, K_MEM_PERM_RW); 710 * PARAMETERS: Where - Logical Address of memory to be unmappe [all...] |
| oswintbl.c | 118 * Table - Where a pointer to the table is returned 145 * Table - Where a pointer to the table is returned 146 * Instance - Where a pointer to the table instance no. is 148 * Address - Where the table physical address is returned 295 * Table - Where a pointer to the table is returned 296 * Address - Where the table physical address is returned 502 * Table - Where a pointer to the table is returned 503 * Address - Where the table physical address is returned 584 * PARAMETERS: Where - Physical address of memory to be mapped 595 ACPI_PHYSICAL_ADDRESS Where, [all...] |
| oswinxf.c | 229 * NewTable - Where an entire new table is returned. 268 * NewAddress - Where new table address is returned 270 * NewTableLength - Where new table length is returned 532 * PARAMETERS: Buffer - Where to return the command line 534 * BytesRead - Where the actual byte count is returned 592 * PARAMETERS: Where - Physical address of memory to be mapped 603 ACPI_PHYSICAL_ADDRESS Where, 607 return (ACPI_TO_POINTER ((ACPI_SIZE) Where)); 615 * PARAMETERS: Where - Logical address of memory to be unmapped 620 * DESCRIPTION: Delete a previously created mapping. Where and Length mus [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| FormatCommon.h | 21 AlignStyle Where; 25 FmtAlign(detail::format_adapter &Adapter, AlignStyle Where, size_t Amount, 27 : Adapter(Adapter), Where(Where), Amount(Amount), Fill(Fill) {} 49 switch (Where) {
|
| FormatAdapters.h | 28 AlignStyle Where; 33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) 34 : FormatAdapter<T>(std::forward<T>(Item)), Where(Where), Amount(Amount), 39 FmtAlign(Adapter, Where, Amount, Fill).format(Stream, Style); 86 detail::AlignAdapter<T> fmt_align(T &&Item, AlignStyle Where, size_t Amount, 88 return detail::AlignAdapter<T>(std::forward<T>(Item), Where, Amount, Fill);
|
| FormatVariadic.h | 51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, 54 Where(Where), Pad(Pad), Options(Options) {} 60 AlignStyle Where = AlignStyle::Right; 70 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 99 FmtAlign Align(*W, R.Where, R.Align, R.Pad); 191 // loc - Where to print the formatted text within the field. Only valid if
|
| /src/sys/external/bsd/acpica/dist/include/platform/ |
| acdragonflyex.h | 69 ACPI_PHYSICAL_ADDRESS Where,
|
| acdragonfly.h | 99 #define AcpiOsMapMemory(Where, Length) \ 100 _AcpiOsMapMemory((Where), (Length), __func__, __LINE__)
|
| /src/external/apache2/llvm/dist/clang/lib/Rewrite/ |
| TokenRewriter.cpp | 72 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { 73 Where = TokenList.insert(Where, T); 76 Where)).second; 79 return Where;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| FormatVariadic.cpp | 27 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, 29 Where = AlignStyle::Right; 45 Where = *Loc; 48 Where = *Loc; 65 AlignStyle Where = AlignStyle::Right; 76 if (!consumeFieldLayout(RepString, Where, Align, Pad)) 89 return ReplacementItem{Spec, Index, Align, Where, Pad, Options};
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
| CalledOnceCheck.h | 72 /// \param Where -- declaration that captures \p Parameter 75 const Decl *Where, 83 /// \param Function -- function declaration where the problem occured. 84 /// \param Where -- the least common ancestor statement. 91 const Decl *Function, const Stmt *Where,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| WebAssemblyMemIntrinsicResults.cpp | 15 /// where %dst and %dst_new registers contain the same value. 102 MachineInstr *Where = O.getParent(); 105 if (&MI == Where || !MDT.dominates(&MI, Where)) 109 SlotIndex WhereIdx = LIS.getInstructionIndex(*Where); 120 LLVM_DEBUG(dbgs() << "Setting operand " << O << " in " << *Where << " from "
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| MemorySSAUpdater.h | 11 // deletion, and moves. It performs phi insertion where necessary, and 19 // we know where it is, without having to duplicate the entire set of create 86 /// Where a mayalias b, *does* require RenameUses be set to true. 130 void moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where); 131 void moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where); 133 MemorySSA::InsertionPlace Where); 186 /// solely to determine where in the memoryssa access lists the instruction 252 // Move What before Where in the MemorySSA IR. 254 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where); 279 // the map is between MemoryPhis and MemoryAccesses, where the MemoryAccesse [all...] |
| /src/sys/arch/emips/ebus/ |
| flash_ebus.c | 383 volatile uint8_t * Where = Offset; 384 *Where = Value; 389 volatile uint8_t * Where = Offset; 390 *Value = *Where; 395 volatile uint16_t * Where = Offset; 396 *Where = Value; 401 volatile uint16_t * Where = Offset; 402 *Value = *Where; 410 volatile uint32_t * Where = Offset; 411 *Where = Value [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/ |
| TokenRewriter.h | 75 TokenRefTy AddToken(const Token &T, TokenRefTy Where);
|
| /src/distrib/amiga/stand/ |
| update | 9 Where version is a release from $githubdir
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exdebug.c | 323 if (!(*SourceDesc->Reference.Where)) 329 AcpiExDoDebugObject (*SourceDesc->Reference.Where,
|
| exresolv.c | 220 ObjDesc = *StackDesc->Reference.Where; 339 * ReturnType - Where the object type is returned 340 * ReturnDesc - Where the resolved object is returned 492 ObjDesc = *(ObjDesc->Reference.Where);
|
| exstore.c | 75 * *DestDesc - Where to store it. Must be an NS node 259 * The object at *(IndexDesc->Reference.Where) is the 263 ObjDesc = *(IndexDesc->Reference.Where); 298 *(IndexDesc->Reference.Where) = NewDesc;
|
| /src/sys/external/bsd/acpica/dist/debugger/ |
| dbobject.c | 355 AcpiOsPrintf ("%p", ObjDesc->Reference.Where); 356 if (!ObjDesc->Reference.Where) 358 AcpiOsPrintf (" Uninitialized WHERE pointer"); 363 *(ObjDesc->Reference.Where));
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| MemorySSAUpdater.cpp | 42 // flow, where phi nodes may be in cycles with themselves, but unnecessary. 257 // In cases with unreachable blocks, where the unnecessary Phis were 347 // Remember the index where we may insert new phis. 403 // Re-take the index where we're adding the new phis, because the above call 414 // Remember the index where we stopped inserting new phis above, since the 509 // block we are processing has a single pred, and depending where the 1075 // AddedBlockSet, where PrevBlockSet are the previously known predecessors. 1164 // Move What before Where in the MemorySSA IR. 1167 WhereType Where) { 1177 MSSA->moveTo(What, BB, Where); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| InstrProfWriter.cpp | 39 uint64_t Pos; // Where to patch. 208 ProfilingData::iterator Where; 209 std::tie(Where, NewFunc) = 215 InstrProfRecord &Dest = Where->second; 231 ProfilingData::iterator Where; 232 std::tie(Where, NewFunc) = 234 InstrProfRecord &Dest = Where->second;
|
| /src/external/bsd/ntp/dist/scripts/ |
| plot_summary-opts.def | 18 descrip = 'Where the summary files are'; 20 The directory where the @code{plot_summary} will search for the 30 Where does the plotted data come from, default to string "host" plus
|
| /src/external/gpl2/texinfo/dist/util/ |
| infosrch | 90 Where TARGET is an info node such as `emacs', `bash' etc, and
|