Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 90) sorted by relevance

1234

/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
Dpartitions.c80 static int entries; /* partition entry entries */ variable
86 VERBOSE("Partition table with %d entries:\n", entries); in dump_entries()
87 for (i = 0; i < entries; i++) { in dump_entries()
121 ret = convert_ascii_string(entry->name, (uint8_t *)ptable[entries].name); in parse_entry()
124 ptable[entries].start = (uint64_t)entry->first_lba * 512; in parse_entry()
125 ptable[entries].length = (uint64_t)(entry->last_lba - entry->first_lba + 1) * 512; in parse_entry()
126 entries++; in parse_entry()
134 ptable[entries].start = 0; in create_dummy_entry()
135 ptable[entries].length = 0; in create_dummy_entry()
136 bytes = sprintf(ptable[entries].name, "ptable"); in create_dummy_entry()
[all …]
Dplat_io_storage.c346 struct entry_head entries[5]; in flush_loader() local
354 LOADER_MAX_ENTRIES, entries); in flush_loader()
362 if (entries[i].flag != 1) { in flush_loader()
363 WARN("Invalid flag in entry:0x%x\n", entries[i].flag); in flush_loader()
373 offset = MMC_LOADER_BASE + entries[i].start * 512; in flush_loader()
380 length = entries[i].count * 512; in flush_loader()
387 fp = (entries[1].start - entries[0].start) * 512; in flush_loader()
635 struct entry_head entries[5]; in flush_user_images() local
642 result = fetch_entry_head((void *)img_addr, USER_MAX_ENTRIES, entries); in flush_user_images()
672 if (entries[i].flag != 0) { in flush_user_images()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmailcap.py147 entries = lookup(caps, MIMEtype, key)
149 for e in entries:
159 entries = []
161 entries = entries + caps[MIMEtype]
165 entries = entries + caps[MIMEtype]
167 entries = filter(lambda e, key=key: key in e, entries)
168 return entries
246 entries = caps[type]
247 for e in entries:
Drobotparser.py25 self.entries = []
75 self.entries.append(entry)
142 for entry in self.entries:
153 return ''.join([str(entry) + "\n" for entry in self.entries])
DcProfile.py95 entries = self.getstats()
99 for entry in entries:
109 for entry in entries:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_dircache.py37 entries = dircache.listdir(self.tempdir)
38 self.assertEqual(entries, [])
41 self.assertTrue(dircache.listdir(self.tempdir) is entries)
54 entries = dircache.listdir(self.tempdir)
55 self.assertEqual(entries, ['test1'])
56 self.assertTrue(dircache.listdir(self.tempdir) is entries)
Dtest_grp.py24 entries = grp.getgrall()
26 for e in entries:
29 if len(entries) > 1000: # Huge group file (NIS?) -- skip the rest
32 for e in entries:
Dtest_pwd.py10 entries = pwd.getpwall()
14 for e in entries:
39 if len(entries) > 1000: # Huge passwd file (NIS?) -- skip the rest
44 for e in entries:
/device/linaro/bootloader/edk2/MdePkg/Library/BasePcdLibNull/
DBasePcdLibNull.uni2 // Instance of PCD Library without support of dynamic PCD entries.
5 // and Binary Patch typed PCD entries. Access to Dynamic PCD entries is ignored.
19 …STRACT #language en-US "Instance of PCD Library without support of dynamic PCD entries"
21 …Feature Flag, Fixed At Build, and Binary Patch typed PCD entries. Access to Dynamic PCD entries is…
DBasePcdLibNull.inf2 # Instance of PCD Library without support of dynamic PCD entries.
5 # and Binary Patch typed PCD entries. Access to Dynamic PCD entries is ignored.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dcvslib.py196 self.entries = {}
203 for e in self.entries.values():
208 self.entries = {}
215 self.entries[e.file] = e
226 list = self.entries.keys()
236 e = self.entries[file]
238 e = self.entries[file] = self.FileClass(file)
249 e = self.entries[file]
251 e = self.entries[file] = self.FileClass(file)
260 keys = self.entries.keys()
[all …]
Drcvs.py320 if self.entries.has_key(file):
321 e = self.entries[file]
324 self.entries[file] = e
327 list = self.entries.values()
329 if self.entries.has_key(file):
332 self.entries[file] = e
336 if not self.entries.has_key(file) \
339 self.entries[file] = e
/device/google/dragon/crash_collector/
Dcrash_collector.cc49 bool ReadDirectory(const std::string& path, std::vector<dirent>* entries) { in ReadDirectory() argument
55 entries->push_back(*entry); in ReadDirectory()
68 std::vector<dirent> entries; in RemoveRecursively() local
69 if (!ReadDirectory(path, &entries)) in RemoveRecursively()
71 for (const auto& entry : entries) { in RemoveRecursively()
81 std::vector<dirent> entries; in MakeRoomForNewReport() local
82 if (!ReadDirectory(kOutputDirectory, &entries)) in MakeRoomForNewReport()
87 for (const auto& entry : entries) { in MakeRoomForNewReport()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt60 Performance benefits greatly from the re-use of dummy entries.
66 Smalldicts (8 entries) are attached to the dictobject structure
70 line) and a separate, continuous block of entries (at 12 bytes each
71 for a total of 5.333 entries per cache line).
87 expense of spreading entries over more cache lines and at the
102 of entries can be unused before the dictionary shrinks to
142 When an entry is retrieved from memory, 4.333 adjacent entries are also
145 entries as a first step in collision resolution. Unfortunately, the
150 to payoff when the entries are already loaded in cache (the expense
155 more popular entries *and* their collision chains tend to remain in cache.
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt60 Performance benefits greatly from the re-use of dummy entries.
66 Smalldicts (8 entries) are attached to the dictobject structure
70 line) and a separate, continuous block of entries (at 12 bytes each
71 for a total of 5.333 entries per cache line).
87 expense of spreading entries over more cache lines and at the
102 of entries can be unused before the dictionary shrinks to
142 When an entry is retrieved from memory, 4.333 adjacent entries are also
145 entries as a first step in collision resolution. Unfortunately, the
150 to payoff when the entries are already loaded in cache (the expense
155 more popular entries *and* their collision chains tend to remain in cache.
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dcvsfiles.py51 entries = os.path.join(cvsdir, "Entries")
52 for e in open(entries).readlines():
/device/linaro/bootloader/edk2/DuetPkg/BootSector/
Defi32.S31 # using a 8 bit reletive jump when the entries are
56 …movl $0x78, %ecx # 78h IDT entries to initialize with unique entry points (exce…
60 LOOP_1: # loop through all IDT entries exception handlers a…
73 #@@: ; loop through all IDT entries exception handlers …
Defi64.S34 # using a 8 bit reletive jump when the entries are
70 …movl $0x78,%ecx # 78h IDT entries to initialize with unique entry points (exce…
74 LOOP_1: # loop through all IDT entries exception handlers a…
88 #@@: ; loop through all IDT entries exception handlers …
Defi32.asm32 ; using a 8 bit reletive jump when the entries are
58 …mov ecx, 78h ; 78h IDT entries to initialize with unique entry points (exce…
62 @@: ; loop through all IDT entries exception handlers a…
75 ;@@: ; loop through all IDT entries exception handlers …
Defi64.asm32 ; using a 8 bit reletive jump when the entries are
67 …mov ecx, 78h ; 78h IDT entries to initialize with unique entry points (exce…
71 @@: ; loop through all IDT entries exception handlers a…
85 ;@@: ; loop through all IDT entries exception handlers …
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/IA32/
DInterruptTable.S37 # This template must be copied into low memory, and the IDT entries
39 # entry is 4 bytes long, so IDT entries 0x68-0x6F can be easily
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
DPageTables.asm58 ; Next level Page Directory Pointers (4 * 1GB entries => 4GB)
68 ; Page Table Entries (2048 * 2MB entries => 4GB)
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DApTst.asl128 5, // # entries.
138 5, // # entries.
188 5, // # entries.
198 5, // # entries.
248 5, // # entries.
258 5, // # entries.
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/SectionExtractionDxe/
DSectionExtractionDxe.uni6 // encapsulations. Encapsulation section will further generate new section stream entries.
23 …s or encapsulations. An encapsulation section will further generate new section of stream entries."
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/X64/
DInterruptTable.S38 # This template must be copied into low memory, and the IDT entries
40 # entry is 4 bytes long, so IDT entries 0x68-0x6F can be easily

1234