Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.81.4/makedefs/
H A DMakeInc.cmd385 # $(1) is an expanded kernel config from a TARGET_CONFIGS_UC tuple
386 # $(2) is an expanded arch config from a TARGET_CONFIGS_UC tuple
387 # $(3) is an expanded machine config from a TARGET_CONFIGS_UC tuple
390 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple
391 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple
392 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple
411 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple
412 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple
413 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple, that may be multiplexed (e.…
438 # Similar to build configs, but alias configs are a 4-tuple
[all …]
/xnu-12377.81.4/tools/lldbmacros/core/
H A Dcaching.py347 fasttypes = {int, str}, tuple=tuple, type=type, len=len): argument
354 key += tuple(kwd.items())
H A Dxnu_lldb_init.py71 ver = tuple(map(int, lldb_ver.split('.')))
/xnu-12377.81.4/tools/lldbmacros/tests/integration_smoke/
H A Dtest_lldb_macros.py625 macro: tuple[str, typing.Optional[str], typing.Optional[list[pytest.Mark]]],
/xnu-12377.81.4/tools/
H A Dformat_vm_parameter_validation.py387 k = tuple(result.parameters[2:])
/xnu-12377.81.4/tools/kt-dump/
H A Dkt-dump.cpp183 std::set<std::tuple<const char *, const char *, const char *> > dedup_entries_var;
/xnu-12377.81.4/tools/lldbmacros/
H A Dkcdata.py2654 … return '%02X%02X%02X%02X-%02X%02X-%02X%02X-%02X%02X-%02X%02X%02X%02X%02X%02X' % tuple(data)