Home
last modified time | relevance | path

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

/xnu-11215.1.10/makedefs/
H A DMakeInc.cmd370 # $(1) is an expanded kernel config from a TARGET_CONFIGS_UC tuple
371 # $(2) is an expanded arch config from a TARGET_CONFIGS_UC tuple
372 # $(3) is an expanded machine config from a TARGET_CONFIGS_UC tuple
375 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple
376 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple
377 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple
413 # Similar to build configs, but alias configs are a 4-tuple
415 # $(1) is an expanded kernel config from a TARGET_CONFIGS_ALIASES_UC tuple
416 # $(2) is an expanded arch config from a TARGET_CONFIGS_ALIASES_UC tuple
417 # $(3) is an expanded kernel machine config from a TARGET_CONFIGS_ALIASES_UC tuple
[all …]
/xnu-11215.1.10/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.1.10/tools/
H A Dformat_vm_parameter_validation.py351 k = tuple(result.parameters[2:])
/xnu-11215.1.10/tools/kt-dump/
H A Dkt-dump.cpp183 std::set<std::tuple<const char *, const char *, const char *> > dedup_entries_var;
/xnu-11215.1.10/tools/lldbmacros/
H A Dkcdata.py2580 … return '%02X%02X%02X%02X-%02X%02X-%02X%02X-%02X%02X-%02X%02X%02X%02X%02X%02X' % tuple(data)