Home
last modified time | relevance | path

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

/xnu-11215.81.4/makedefs/
H A DMakeInc.cmd377 # $(1) is an expanded kernel config from a TARGET_CONFIGS_UC tuple
378 # $(2) is an expanded arch config from a TARGET_CONFIGS_UC tuple
379 # $(3) is an expanded machine config from a TARGET_CONFIGS_UC tuple
382 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple
383 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple
384 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple
420 # Similar to build configs, but alias configs are a 4-tuple
422 # $(1) is an expanded kernel config from a TARGET_CONFIGS_ALIASES_UC tuple
423 # $(2) is an expanded arch config from a TARGET_CONFIGS_ALIASES_UC tuple
424 # $(3) is an expanded kernel machine config from a TARGET_CONFIGS_ALIASES_UC tuple
[all …]
/xnu-11215.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-11215.81.4/tools/
H A Dformat_vm_parameter_validation.py387 k = tuple(result.parameters[2:])
/xnu-11215.81.4/tools/kt-dump/
H A Dkt-dump.cpp183 std::set<std::tuple<const char *, const char *, const char *> > dedup_entries_var;
/xnu-11215.81.4/tools/lldbmacros/
H A Dkcdata.py2598 … return '%02X%02X%02X%02X-%02X%02X-%02X%02X-%02X%02X-%02X%02X%02X%02X%02X%02X' % tuple(data)