/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xa_profiler.h | 47 unsigned long cycles; member 60 long long cycles; 82 clock_t cycles = p_prof->cycles; in xa_compute_mcps() local 84 Curr = ((double) cycles / samples_decoded * samp_freq / 1000000); in xa_compute_mcps() 115 p_prof->cycles = 0; in xa_compute_mcps() 127 x.cycles += (x.cstop - x.cstart); } while(0)
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciLibEsal/ |
D | DxePciLibEsal.uni | 2 // PCI Library that uses ESAL services to perform PCI Configuration cycles. 4 // The PCI Library that uses ESAL services to perform PCI Configuration cycles. 18 …ODULE_ABSTRACT #language en-US "Uses ESAL services to perform PCI Configuration cycles" 20 … #language en-US "The PCI Library that uses ESAL services to perform PCI Configuration cycles."
|
D | DxePciLibEsal.inf | 2 # PCI Library that uses ESAL services to perform PCI Configuration cycles.
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/ |
D | DxePciSegementLibEsal.uni | 2 // PCI Segment Library that uses ESAL services to perform PCI Configuration cycles. 4 // The PCI Segment Library that uses ESAL services to perform PCI Configuration cycles. 18 …ODULE_ABSTRACT #language en-US "Uses ESAL services to perform PCI Configuration cycles" 20 …nguage en-US "The PCI Segment Library that uses ESAL services to perform PCI Configuration cycles."
|
D | DxePciSegmentLibEsal.inf | 2 # PCI Segment Library that uses ESAL services to perform PCI Configuration cycles.
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
D | profile.py | 40 def add_cycles_to_function(functions, func_name, addr, cycles): argument 44 add_cycles_to_function.prev_entry['cycles'] += cycles 50 module_value['cycles'] += cycles 57 module_value['cycles'] += cycles 70 functions[func_name][module_name]['cycles'] = cycles 80 add_cycles_to_function.prev_entry['cycles'] += cycles 93 functions['Unknown']['Unknown']['cycles'] += cycles 101 module_value['cycles'] += cycles 285 cycles = int(line.split('\t')[column_cycles]) variable 286 callee = add_cycles_to_function(functions, func_name, address, cycles)
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciLibCf8/ |
D | BasePciLibCf8.uni | 5 // PCI Configuration cycles. Layers on top of one PCI CF8 Library instance. 21 …Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles. Layers on top of …
|
D | BasePciLibCf8.inf | 5 # PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciLibPciExpress/ |
D | BasePciLibPciExpress.uni | 5 // Configuration cycles. Layers on one PCI Express Library instance. 21 …hat uses the 256 MB PCI Express MMIO window to perform PCI Configuration cycles. Layers on an PCI …
|
D | BasePciLibPciExpress.inf | 5 # Configuration cycles. Layers on one PCI Express Library instance.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3PciLib/ |
D | BaseS3PciLib.uni | 4 // S3 PCI Services that perform PCI Configuration cycles and 22 … #language en-US "S3 PCI Services that perform PCI Configuration cycles and also enable th…
|
D | BaseS3PciLib.inf | 4 # S3 PCI Services that perform PCI Configuration cycles and
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciExpressLib/ |
D | BasePciExpressLib.uni | 5 // PCI Configuration cycles. Layers on top of an I/O Library instance. 21 …hat uses the 256 MB PCI Express MMIO window to perform PCI Configuration cycles. Layers on top of …
|
D | BasePciExpressLib.inf | 5 # PCI Configuration cycles. Layers on top of an I/O Library instance.
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciCf8Lib/ |
D | BasePciCf8Lib.uni | 4 // PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles. 21 …Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles. Layers on top of …
|
D | BasePciCf8Lib.inf | 4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/ |
D | DxeRuntimePciExpressLib.uni | 7 // PCI Configuration cycles. Layers on top of an I/O Library instance. A table of 25 …brary uses a 256 MB PCI Express MMIO window to perform PCI Configuration cycles. This library laye…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | gc_weakref.txt | 68 below. We do clear all weakrefs to CT now before breaking cycles, but not 87 becomes part of a clump of cyclic trash. When enough cycles are broken by 103 cycles, it must also be the case that the callback itself is part of the 104 trash cycles. Else the callback would have acted as an external root to 121 modules had been torn down. That creates many trash cycles (esp. those 126 In 2.3.3, before breaking cycles, we first clear all the weakrefs with 152 is breaking cycles. If an object with a __del__ method is not itself in 153 a cycle, but is reachable only from CT, then breaking cycles will, as a 193 class in cycles. 206 may end up in cycles. [all …]
|
D | itertoolsmodule.c | 2525 Py_ssize_t *cycles; /* one rollover counter per element in the result */ member 2543 Py_ssize_t *cycles = NULL; in permutations_new() local 2568 cycles = PyMem_Malloc(r * sizeof(Py_ssize_t)); in permutations_new() 2569 if (indices == NULL || cycles == NULL) { in permutations_new() 2577 cycles[i] = n - i; in permutations_new() 2586 po->cycles = cycles; in permutations_new() 2596 if (cycles != NULL) in permutations_new() 2597 PyMem_Free(cycles); in permutations_new() 2609 PyMem_Free(po->cycles); in permutations_dealloc() 2628 Py_ssize_t *cycles = po->cycles; in permutations_next() local [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/DebugAgentTimerLibNull/ |
D | DebugAgentTimerLibNull.inf | 4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialLib/ |
D | GdbSerialLib.inf | 4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/BaseCachingPciExpressLib/ |
D | BaseCachingPciExpressLib.inf | 5 # PCI Configuration cycles. Layers on top of an I/O Library instance.
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialDebugPortLib/ |
D | GdbSerialDebugPortLib.inf | 4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
|
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/ |
D | DebugAgentTimerLib.inf | 4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmPciExpressLib/ |
D | SmmPciExpressLib.inf | 5 # PCI Configuration cycles. Layers on top of an I/O Library instance.
|