OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Delta
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_controller.h
168
//
delta
is too large to fit in a 32-bit signed integer, so we write a
262
auto
Delta
= TSC - LatestTSC;
266
mask(FuncId),
Delta
);
288
auto
Delta
= TSC - LatestTSC;
291
mask(FuncId),
Delta
);
301
auto
Delta
= TSC - LatestTSC;
308
mask(FuncId),
Delta
, Arg);
326
auto
Delta
= TSC - LatestTSC;
331
Delta
);
341
auto
Delta
= TSC - LatestTSC
[
all
...]
xray_fdr_log_writer.h
130
bool writeFunction(FunctionRecordKind Kind, int32_t FuncId, int32_t
Delta
) {
135
R.TSCDelta =
Delta
;
141
int32_t
Delta
, uint64_t Arg) {
150
R.TSCDelta =
Delta
;
168
bool writeCustomEvent(int32_t
Delta
, const void *Event, int32_t EventSize) {
176
EventSize,
Delta
);
193
bool writeTypedEvent(int32_t
Delta
, uint16_t EventType, const void *Event,
199
EventSize,
Delta
, EventType);
xray_basic_logging.cc
208
// - The
Delta
of the TSCs is less than the threshold amount of time we're
219
auto
Delta
= TSC - StackTop.TSC;
220
if (
Delta
< atomic_load(&ThresholdTicks, memory_order_relaxed)) {
234
// First determine whether the
delta
between the function's enter record and
/src/sys/external/bsd/acpica/dist/compiler/
aslcompile.c
816
UINT32
Delta
;
834
/*
Delta
will be in 100-nanosecond units */
836
Delta
= (UINT32) (Event->EndTime - Event->StartTime);
838
MicroSeconds =
Delta
/ ACPI_100NSEC_PER_USEC;
839
MilliSeconds =
Delta
/ ACPI_100NSEC_PER_MSEC;
/src/sys/external/bsd/gnu-efi/dist/inc/
efiprot.h
938
Only one pixel will be used from the BltBuffer.
Delta
is NOT used.
944
DestinationY is not zero then
Delta
must be set to the length in bytes
951
not zero then
Delta
must be set to the length in bytes of a row in the
957
The BltBuffer and
Delta
are not used in this mode.
969
@param
Delta
OPTIONAL
988
IN UINTN
Delta
OPTIONAL
Completed in 38 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025