Home
last modified time | relevance | path

Searched refs:base_entry (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mapi/glapi/gen/
DglX_server_table.py165 def dump_tree(self, node, base_opcode, remaining_bits, base_entry, depth): argument
175 …print ' /* [%u] -> opcode range [%u, %u], node depth %u */' % (base_entry, base_opcode, base_op…
178 base_entry += (1 << M) + 1
180 child_index = base_entry
228 child_index = base_entry
/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp574 for (DarwinLogEventVector::size_type base_entry = 0; in SendAsyncDarwinLogData() local
575 base_entry < entry_count; in SendAsyncDarwinLogData()
576 base_entry += DARWIN_LOG_MAX_EVENTS_PER_PACKET) { in SendAsyncDarwinLogData()
596 std::min(base_entry + DARWIN_LOG_MAX_EVENTS_PER_PACKET, entry_count); in SendAsyncDarwinLogData()
597 for (DarwinLogEventVector::size_type i = base_entry; i < inner_loop_bound; in SendAsyncDarwinLogData()