Home
last modified time | relevance | path

Searched refs:STOPWATCH (Results 1 – 25 of 52) sorted by relevance

123

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/utils/
H A Dstopwatch.c48 STOPWATCH* stopwatch_create(void) in stopwatch_create()
50 STOPWATCH* sw; in stopwatch_create()
58 sw = (STOPWATCH*)malloc(sizeof(STOPWATCH)); in stopwatch_create()
66 void stopwatch_free(STOPWATCH* stopwatch) in stopwatch_free()
71 void stopwatch_start(STOPWATCH* stopwatch) in stopwatch_start()
77 void stopwatch_stop(STOPWATCH* stopwatch) in stopwatch_stop()
83 void stopwatch_reset(STOPWATCH* stopwatch) in stopwatch_reset()
91 double stopwatch_get_elapsed_time_in_seconds(STOPWATCH* stopwatch) in stopwatch_get_elapsed_time_in_seconds()
96 void stopwatch_get_elapsed_time_in_useconds(STOPWATCH* stopwatch, UINT32* sec, UINT32* usec) in stopwatch_get_elapsed_time_in_useconds()
H A Dprofiler.c35 STOPWATCH* stopwatch;
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/utils/
H A Dstopwatch.h33 typedef struct _STOPWATCH STOPWATCH; typedef
40 FREERDP_API STOPWATCH* stopwatch_create(void);
41 FREERDP_API void stopwatch_free(STOPWATCH* stopwatch);
43 FREERDP_API void stopwatch_start(STOPWATCH* stopwatch);
44 FREERDP_API void stopwatch_stop(STOPWATCH* stopwatch);
45 FREERDP_API void stopwatch_reset(STOPWATCH* stopwatch);
47 FREERDP_API double stopwatch_get_elapsed_time_in_seconds(STOPWATCH* stopwatch);
48 FREERDP_API void stopwatch_get_elapsed_time_in_useconds(STOPWATCH* stopwatch, UINT32* sec,
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/blackfin/include/asm/mach-common/bits/
H A Drtc.h29 #define STOPWATCH 0x0001 /* Stopwatch Interrupt Enable */ macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/blackfin/include/asm/mach-common/bits/
H A Drtc.h29 #define STOPWATCH 0x0001 /* Stopwatch Interrupt Enable */ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/blackfin/include/asm/mach-common/bits/
H A Drtc.h29 #define STOPWATCH 0x0001 /* Stopwatch Interrupt Enable */ macro
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/blackfin/include/asm/mach-common/bits/
H A Drtc.h29 #define STOPWATCH 0x0001 /* Stopwatch Interrupt Enable */ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/blackfin/include/asm/mach-common/bits/
H A Drtc.h29 #define STOPWATCH 0x0001 /* Stopwatch Interrupt Enable */
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/blackfin/include/asm/mach-common/bits/
H A Drtc.h29 #define STOPWATCH 0x0001 /* Stopwatch Interrupt Enable */ macro
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/blackfin/include/asm/mach-common/bits/
H A Drtc.h29 #define STOPWATCH 0x0001 /* Stopwatch Interrupt Enable */ macro
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/blackfin/include/asm/mach-common/bits/
H A Drtc.h29 #define STOPWATCH 0x0001 /* Stopwatch Interrupt Enable */ macro
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/data/
H A DFUNNEL1.DAT13 STOPWATCH = #3
H A DFUNNEL2.DAT14 STOPWATCH = #3
H A DFUNNEL3.DAT14 STOPWATCH = #3
/dports/deskutils/gnome-clocks/gnome-clocks-40.0/src/
H A Dclock.vala22 STOPWATCH,
/dports/math/gretl/gretl-2021d/lib/src/
H A Dlibset.h119 STOPWATCH, enumerator
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent/
H A DNotes99 STOPWATCH Performance Measurement
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/icons/lib/cjs/generated/
H A DiconContents.d.ts417 export declare const STOPWATCH = "\uE901"; constant
H A DiconNames.d.ts457 export declare const STOPWATCH = "stopwatch"; constant
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/icons/lib/esm/generated/
H A DiconContents.d.ts417 export declare const STOPWATCH = "\uE901";
H A DiconNames.d.ts457 export declare const STOPWATCH = "stopwatch";
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/icons/lib/esnext/generated/
H A DiconContents.d.ts417 export declare const STOPWATCH = "\uE901"; constant
H A DiconNames.d.ts457 export declare const STOPWATCH = "stopwatch"; constant
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/icons/src/generated/
H A DiconContents.ts421 export const STOPWATCH = "\ue901"; constant
H A DiconNames.ts461 export const STOPWATCH = "stopwatch"; constant

123