Home
last modified time | relevance | path

Searched refs:scan_count (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dhp5590_cmds.c682 uint32_t scan_count; in hp5590_read_scan_count() local
686 hp5590_cmds_assert (sizeof (scan_count) == 4); in hp5590_read_scan_count()
694 (unsigned char *) &scan_count, in hp5590_read_scan_count()
695 sizeof (scan_count)); in hp5590_read_scan_count()
701 *count = scan_count; in hp5590_read_scan_count()
713 uint32_t scan_count; in hp5590_inc_scan_count() local
719 hp5590_cmds_assert (sizeof (scan_count) == 4); in hp5590_inc_scan_count()
725 scan_count = ++count; in hp5590_inc_scan_count()
726 DBG (DBG_verbose, "Scan count = %u\n", scan_count); in hp5590_inc_scan_count()
731 (unsigned char *) &scan_count, in hp5590_inc_scan_count()
[all...]
H A Dhp3900_sane.c167 SANE_Int scan_count; member
/third_party/node/deps/v8/src/execution/
H A Dframes.cc2197 // | scan_count | | in Iterate()
2200 // | spill slots | | GC scan scan_count slots in Iterate()
2212 intptr_t scan_count = *reinterpret_cast<intptr_t*>( in Iterate() local
2217 &Memory<Address>(sp() + scan_count * kSystemPointerSize)); in Iterate()
2228 intptr_t scan_count = *reinterpret_cast<intptr_t*>( in Iterate() local
2233 &Memory<Address>(sp() + scan_count * kSystemPointerSize)); in Iterate()

Completed in 10 milliseconds