Home
last modified time | relevance | path

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

/xnu-8796.141.3/makedefs/
H A DMakeInc.cmd331 # $(1) is an expanded kernel config from a TARGET_CONFIGS_UC tuple
332 # $(2) is an expanded arch config from a TARGET_CONFIGS_UC tuple
333 # $(3) is an expanded machine config from a TARGET_CONFIGS_UC tuple
336 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple
337 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple
338 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple
374 # Similar to build configs, but alias configs are a 4-tuple
376 # $(1) is an expanded kernel config from a TARGET_CONFIGS_ALIASES_UC tuple
377 # $(2) is an expanded arch config from a TARGET_CONFIGS_ALIASES_UC tuple
378 # $(3) is an expanded kernel machine config from a TARGET_CONFIGS_ALIASES_UC tuple
[all …]
/xnu-8796.141.3/tools/lldbmacros/core/
H A Dcaching.py72 tuple,
357 fasttypes = {valueint, int, str}, tuple=tuple, type=type, len=len): argument
364 key += tuple(kwd.items())
H A Dxnu_lldb_init.py73 ver = tuple(map(int, lldb_ver.split('.')))
/xnu-8796.141.3/tools/lldbmacros/
H A Dkcdata.py2241 … return '%02X%02X%02X%02X-%02X%02X-%02X%02X-%02X%02X-%02X%02X%02X%02X%02X%02X' % tuple(data)