Searched refs:tuple (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.41.9/makedefs/ |
| H A D | MakeInc.cmd | 366 # $(1) is an expanded kernel config from a TARGET_CONFIGS_UC tuple 367 # $(2) is an expanded arch config from a TARGET_CONFIGS_UC tuple 368 # $(3) is an expanded machine config from a TARGET_CONFIGS_UC tuple 371 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple 372 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple 373 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple 409 # Similar to build configs, but alias configs are a 4-tuple 411 # $(1) is an expanded kernel config from a TARGET_CONFIGS_ALIASES_UC tuple 412 # $(2) is an expanded arch config from a TARGET_CONFIGS_ALIASES_UC tuple 413 # $(3) is an expanded kernel machine config from a TARGET_CONFIGS_ALIASES_UC tuple [all …]
|
| /xnu-10002.41.9/tools/lldbmacros/core/ |
| H A D | caching.py | 72 tuple, 357 fasttypes = {valueint, int, str}, tuple=tuple, type=type, len=len): argument 364 key += tuple(kwd.items())
|
| H A D | xnu_lldb_init.py | 73 ver = tuple(map(int, lldb_ver.split('.')))
|
| /xnu-10002.41.9/tools/kt-dump/ |
| H A D | kt-dump.cpp | 183 std::set<std::tuple<const char *, const char *, const char *> > dedup_entries_var;
|
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | kcdata.py | 2292 … return '%02X%02X%02X%02X-%02X%02X-%02X%02X-%02X%02X-%02X%02X%02X%02X%02X%02X' % tuple(data)
|