Home
last modified time | relevance | path

Searched refs:cycles (Results 1 – 25 of 38) sorted by relevance

12

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxa_profiler.h47 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/
DDxePciLibEsal.uni2 // 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."
DDxePciLibEsal.inf2 # PCI Library that uses ESAL services to perform PCI Configuration cycles.
/device/linaro/bootloader/edk2/MdePkg/Library/DxePciSegmentLibEsal/
DDxePciSegementLibEsal.uni2 // 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."
DDxePciSegmentLibEsal.inf2 # PCI Segment Library that uses ESAL services to perform PCI Configuration cycles.
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dprofile.py40 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/
DBasePciLibCf8.uni5 // 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 …
DBasePciLibCf8.inf5 # PCI Configuration cycles. Layers on top of one PCI CF8 Library instance.
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciLibPciExpress/
DBasePciLibPciExpress.uni5 // 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 …
DBasePciLibPciExpress.inf5 # Configuration cycles. Layers on one PCI Express Library instance.
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3PciLib/
DBaseS3PciLib.uni4 // 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…
DBaseS3PciLib.inf4 # S3 PCI Services that perform PCI Configuration cycles and
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciExpressLib/
DBasePciExpressLib.uni5 // 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 …
DBasePciExpressLib.inf5 # PCI Configuration cycles. Layers on top of an I/O Library instance.
/device/linaro/bootloader/edk2/MdePkg/Library/BasePciCf8Lib/
DBasePciCf8Lib.uni4 // 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 …
DBasePciCf8Lib.inf4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
/device/linaro/bootloader/edk2/MdePkg/Library/DxeRuntimePciExpressLib/
DDxeRuntimePciExpressLib.uni7 // 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/
Dgc_weakref.txt68 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 …]
Ditertoolsmodule.c2525 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/
DDebugAgentTimerLibNull.inf4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialLib/
DGdbSerialLib.inf4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/BaseCachingPciExpressLib/
DBaseCachingPciExpressLib.inf5 # PCI Configuration cycles. Layers on top of an I/O Library instance.
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbSerialDebugPortLib/
DGdbSerialDebugPortLib.inf4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/DebugAgentTimerLib/
DDebugAgentTimerLib.inf4 # PCI CF8 Library that uses I/O ports 0xCF8 and 0xCFC to perform PCI Configuration cycles.
/device/linaro/bootloader/edk2/MdePkg/Library/SmmPciExpressLib/
DSmmPciExpressLib.inf5 # PCI Configuration cycles. Layers on top of an I/O Library instance.

12