Searched refs:tuple (Results 1 – 6 of 6) sorted by relevance
377 # $(1) is an expanded kernel config from a TARGET_CONFIGS_UC tuple378 # $(2) is an expanded arch config from a TARGET_CONFIGS_UC tuple379 # $(3) is an expanded machine config from a TARGET_CONFIGS_UC tuple382 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple383 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple384 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple420 # Similar to build configs, but alias configs are a 4-tuple422 # $(1) is an expanded kernel config from a TARGET_CONFIGS_ALIASES_UC tuple423 # $(2) is an expanded arch config from a TARGET_CONFIGS_ALIASES_UC tuple424 # $(3) is an expanded kernel machine config from a TARGET_CONFIGS_ALIASES_UC tuple[all …]
347 fasttypes = {int, str}, tuple=tuple, type=type, len=len): argument354 key += tuple(kwd.items())
71 ver = tuple(map(int, lldb_ver.split('.')))
387 k = tuple(result.parameters[2:])
183 std::set<std::tuple<const char *, const char *, const char *> > dedup_entries_var;
2598 … return '%02X%02X%02X%02X-%02X%02X-%02X%02X-%02X%02X-%02X%02X%02X%02X%02X%02X' % tuple(data)