OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:start_cycle
(Results
1 - 4
of
4
) sorted by null
/external/grpc-grpc/src/core/lib/gpr/
time_precise.cc
45
static int64_t
start_cycle
;
variable
53
gpr_get_cycle_counter(&
start_cycle
);
57
cycles_per_second = (double)(end_cycle -
start_cycle
) / 10.0;
65
secs = (double)(counter -
start_cycle
) / cycles_per_second;
/external/v8/src/compiler/
instruction-scheduler.h
71
int
start_cycle
() const { return start_cycle_; }
function in class:v8::internal::compiler::final::ScheduleGraphNode
72
void set_start_cycle(int
start_cycle
) { start_cycle_ =
start_cycle
; }
instruction-scheduler.cc
34
if (cycle >= (*iterator)->
start_cycle
()) {
232
std::max(successor->
start_cycle
(),
/external/u-boot/drivers/usb/host/
xhci-ring.c
354
* @param
start_cycle
cycle flag of the first TRB
359
int
start_cycle
,
368
if (
start_cycle
)
369
start_trb->field[3] |= cpu_to_le32(
start_cycle
);
560
int
start_cycle
;
local
631
start_cycle
= ring->cycle_state;
662
if (
start_cycle
== 0)
712
giveback_first_trb(udev, ep_index,
start_cycle
, start_trb);
751
int
start_cycle
;
local
818
start_cycle
= ep_ring->cycle_state
[
all
...]
Completed in 423 milliseconds