HomeSort by relevance Sort by last modified time
    Searched refs:Entries (Results 276 - 300 of 475) sorted by null

<<111213141516171819

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 482 // simplifies debug range entries.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
WebServer.h 98 #define DIM(x) ( sizeof ( x ) / sizeof ( x[0] )) ///< Compute the number of entries in an array
201 nfds_t MaxEntries; ///< Maximum entries in the PortList array
202 nfds_t Entries; ///< The current number of entries in the PortList array
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
bs16.S 46 RootEntries: .word 0 # Root Entries - 16 bits
bs32.S 46 RootEntries: .word 0 # Root Entries - 16 bits
bootsect.asm 57 RootEntries dw 0 ; Root Entries - 16 bits
bs16.asm 44 RootEntries dw 0 ; Root Entries - 16 bits
bs32.asm 44 RootEntries dw 0 ; Root Entries - 16 bits
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcHci.c 927 UINT64 Entries;
948 Entries = DivU64x32 ((DataLen + ADMA_MAX_DATA_PER_LINE - 1), ADMA_MAX_DATA_PER_LINE);
950 Trb->AdmaDescSize = (UINTN)MultU64x32 (Entries, sizeof (EMMC_HC_ADMA_DESC_LINE));
958 for (Index = 0; Index < Entries; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdHci.c 927 UINT64 Entries;
948 Entries = DivU64x32 ((DataLen + ADMA_MAX_DATA_PER_LINE - 1), ADMA_MAX_DATA_PER_LINE);
950 Trb->AdmaDescSize = (UINTN)MultU64x32 (Entries, sizeof (SD_HC_ADMA_DESC_LINE));
958 for (Index = 0; Index < Entries; Index++) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecapi.h 169 ULONG Entries;
307 ULONG Entries;
440 PLSA_FOREST_TRUST_RECORD *Entries;
456 PLSA_FOREST_TRUST_COLLISION_RECORD *Entries;
    [all...]
control.h     [all...]
  /external/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 328 if (!YamlMF.JumpTableInfo.Entries.empty() &&
642 for (const auto &Entry : YamlJTI.Entries) {
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 372 /// \brief Accelerator entries for the unit, both for the pub*
531 /// original \p Entries.
535 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
538 /// \brief Emit debug_aranges entries for \p Unit and if \p
539 /// DoRangesSection is true, also emit the debug_ranges entries for
546 /// the entries from \p Dwarf and offseting them. Update the
547 /// location attributes to point to the new entries.
713 /// translating the original \p Entries. The debug_range section
719 const std::vector<DWARFDebugRangeList::RangeListEntry> &Entries,
724 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 74 /// the size, entity size and virtual address are different entries in arbitrary
249 size_t Entries = 0;
256 Entries = DynSymRegion.Size / DynSymRegion.EntSize;
263 Entries = DotSymtabSec->getEntityCount();
267 ELFDumperStyle->printSymtabMessage(Obj, SymtabName, Entries);
420 unsigned vn_count = sec->sh_info; // Number of Verneed entries
432 // Iterate through the Vernaux entries
454 unsigned vd_count = sec->sh_info; // Number of Verdef entries
511 // Same number of entries in the dynamic symbol table (DT_SYMTAB).
540 // The number of entries in the section SHT_GNU_verde
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 311 Entries.clear();
327 Entry &E = Entries[GV];
343 auto Pos = Entries.find(G);
344 return (Pos != Entries.end()) ? Pos->second : Entry();
349 DenseMap<GlobalVariable *, Entry> Entries;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 143 // This information is not available while emitting .debug_loc entries.
779 // We can only merge entries if none of the pieces overlap any others.
    [all...]
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 675 _cmsMLUentry* Entries; // Array of pointers to strings allocated in MemPool
    [all...]
cmstypes.c     [all...]
  /toolchain/binutils/binutils-2.27/gold/
merge.cc 101 if (!this->entries.empty())
103 Input_merge_entry& entry(this->entries.back());
132 this->entries.push_back(entry);
148 std::sort(map->entries.begin(), map->entries.end(),
156 std::upper_bound(map->entries.begin(), map->entries.end(),
158 if (p == map->entries.begin())
198 // We know how many entries we are going to add.
201 reserve_unordered_map(initialize_map, map->entries.size() * 2)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 470 UINTN Entries;
497 // The Device Context Base Address Array shall contain MaxSlotsEn + 1 entries.
498 // Software shall set Device Context Base Address Array entries for unallocated Device Slots to '0'.
500 Entries = (Xhc->MaxSlotsEn + 1) * sizeof(UINT64);
501 Dcbaa = UsbHcAllocateMem (Xhc->MemPool, Entries);
503 ZeroMem (Dcbaa, Entries);
578 DcbaaPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Dcbaa, Entries);
    [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 68 // Add the line entry to this section's entries.
97 // This emits the Dwarf line table for the specified section from the entries
566 // table entries.
723 // and file table entries.
762 const std::vector<MCGenDwarfLabelEntry> &Entries =
764 for (const auto &Entry : Entries) {
    [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_gdipext.cpp 1503 int entries = pixel_format == PixelFormat1bppIndexed ? 2 : 256; local
    [all...]
  /prebuilts/go/darwin-x86/src/sync/
map.go 22 // or (2) when multiple goroutines read, write, and overwrite entries for disjoint
36 // Entries stored in read may be updated concurrently without mu, but updating
43 // it also includes all of the non-expunged entries in the read map.
45 // Expunged entries are not stored in the dirty map. An expunged entry in the
50 // making a shallow copy of the clean map, omitting stale entries.
68 // expunged is an arbitrary pointer that marks entries which have been deleted
  /prebuilts/go/linux-x86/src/sync/
map.go 22 // or (2) when multiple goroutines read, write, and overwrite entries for disjoint
36 // Entries stored in read may be updated concurrently without mu, but updating
43 // it also includes all of the non-expunged entries in the read map.
45 // Expunged entries are not stored in the dirty map. An expunged entry in the
50 // making a shallow copy of the clean map, omitting stale entries.
68 // expunged is an arbitrary pointer that marks entries which have been deleted
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/2.0.3/
haha-2.0.3.jar 

Completed in 1257 milliseconds

<<111213141516171819