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/ |
D | code.py | 226 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/ |
D | Dates.py | 97 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/ |
D | objgraph.py | 192 more = (optu + optc + optd > 1) 194 if more: 198 if more: 202 if more:
|
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/ |
D | llshr.c | 25 ; 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/ |
D | dictnotes.txt | 25 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/ |
D | dictnotes.txt | 25 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/ |
D | target.template | 24 # 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/ |
D | HelloWorld.uni | 7 // 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/ |
D | networks | 1 # symbolic names for networks, see networks(5) for more information
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | DLexer.cpp | 73 more: in nextTokenType() 178 case 2: goto more; in nextTokenType()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | DLexer.h | 78 more: in nextTokenType() 184 case 2: goto more; in nextTokenType()
|
/device/linaro/bootloader/edk2/UnixPkg/ |
D | Deprecated.txt | 4 Please see EmulatorPkg/README for more information about EmulatorPkg.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/site-packages/ |
D | README | 2 here. Read the source for site.py for more details.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/site-packages/ |
D | README | 2 here. Read the source for site.py for more details.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_modulefinder.py | 246 more = list(found - modules) 249 self.assertEqual((more, less), ([], []))
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
D | PeiPciSegmentLibPciCfg2.uni | 5 // 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/ |
D | PeiPciLibPciCfg2.uni | 5 // 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/ |
D | PART1 | 12 more << __EOF__
|
/device/google/crosshatch/self-extractors/ |
D | PART1 | 12 more << __EOF__
|
/device/google/taimen/self-extractors/ |
D | PART1 | 12 more << __EOF__
|
/device/google/bonito/self-extractors/ |
D | PART1 | 12 more << __EOF__
|
/device/linaro/hikey/self-extractors_hikey960/ |
D | PART1 | 12 more << __EOF__
|
/device/google/marlin/self-extractors_sailfish/ |
D | PART1 | 12 more << __EOF__
|
/device/google/crosshatch/self-extractors_blueline/ |
D | PART1 | 12 more << __EOF__
|
/device/google/muskie/self-extractors/ |
D | PART1 | 12 more << __EOF__
|
12345678910>>...14