Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcode.py226 more = 0
229 if more:
243 more = self.push(line)
247 more = 0
265 more = self.runsource(source, self.filename)
266 if not more:
268 return more
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DDates.py97 more = n // 365
98 dby = _days_before_year(more)
100 more = more - 1
101 dby = dby - _days_in_year(more)
102 year, n = year + more, int(n - dby)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dobjgraph.py192 more = (optu + optc + optd > 1)
194 if more:
198 if more:
202 if more:
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
Dllshr.c25 ; Handle shifts of 64 bits or more (if shifting 64 bits or more, the result in _allshr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Ddictnotes.txt25 A few keys are accessed much more frequently than others.
85 Increasing this ratio makes dictionaries more dense resulting
86 in more collisions. Decreasing it improves sparseness at the
87 expense of spreading entries over more cache lines and at the
91 to make the test more complex (for example, varying the load
121 While making a dictionary more sparse reduces collisions, it impairs
146 introduction of any regularity into collision searches results in more
154 where some keys are accessed much more frequently than others. The
155 more popular entries *and* their collision chains tend to remain in cache.
173 access pattern (as opposed to a more common pattern with a Zipf's law
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Ddictnotes.txt25 A few keys are accessed much more frequently than others.
85 Increasing this ratio makes dictionaries more dense resulting
86 in more collisions. Decreasing it improves sparseness at the
87 expense of spreading entries over more cache lines and at the
91 to make the test more complex (for example, varying the load
121 While making a dictionary more sparse reduces collisions, it impairs
146 introduction of any regularity into collision searches results in more
154 where some keys are accessed much more frequently than others. The
155 more popular entries *and* their collision chains tend to remain in cache.
173 access pattern (as opposed to a more common pattern with a Zipf's law
[all …]
/device/linaro/bootloader/edk2/BaseTools/Conf/
Dtarget.template24 # working directory does not contain one or more desc…
28 # TARGET List Optional Zero or more of the following: DEBUG, RELEASE, NOOPT
37 # One, or more, of the following, IA32, IPF, X64, EBC…
63 # value to one more than the number of your compurt…
/device/linaro/bootloader/edk2/MdeModulePkg/Application/HelloWorld/
DHelloWorld.uni7 // It demos how to use EDKII PCD mechanism to make code more flexible.
23 …ased on PCD setting. It demonstrates how to use the EDKII PCD mechanism to make code more flexible"
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dnetworks1 # symbolic names for networks, see networks(5) for more information
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DDLexer.cpp73 more: in nextTokenType()
178 case 2: goto more; in nextTokenType()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DDLexer.h78 more: in nextTokenType()
184 case 2: goto more; in nextTokenType()
/device/linaro/bootloader/edk2/UnixPkg/
DDeprecated.txt4 Please see EmulatorPkg/README for more information about EmulatorPkg.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/site-packages/
DREADME2 here. Read the source for site.py for more details.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/
DREADME2 here. Read the source for site.py for more details.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_modulefinder.py246 more = list(found - modules)
249 self.assertEqual((more, less), ([], []))
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/
DPeiPciSegmentLibPciCfg2.uni5 // implements these APIs by calling into the EFI_PEI_PCI CFG2 PPI. One or more
23 …nd implements these APIs by calling into the EFI_PEI_PCI CFG2 PPI. One or more EFI_PEI_PCI CFG2 PP…
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciLibPciCfg2/
DPeiPciLibPciCfg2.uni5 // these APIs by calling into the EFI_PEI_PCI CFG2 PPI. One or more EFI_PEI_PCI CFG2
24 …nd implements these APIs by calling into the EFI_PEI_PCI CFG2 PPI. One or more EFI_PEI_PCI CFG2 PP…
/device/google/marlin/self-extractors/
DPART112 more << __EOF__
/device/google/crosshatch/self-extractors/
DPART112 more << __EOF__
/device/google/taimen/self-extractors/
DPART112 more << __EOF__
/device/google/bonito/self-extractors/
DPART112 more << __EOF__
/device/linaro/hikey/self-extractors_hikey960/
DPART112 more << __EOF__
/device/google/marlin/self-extractors_sailfish/
DPART112 more << __EOF__
/device/google/crosshatch/self-extractors_blueline/
DPART112 more << __EOF__
/device/google/muskie/self-extractors/
DPART112 more << __EOF__

12345678910>>...14