Searched refs:tuple (Results 1 – 6 of 6) sorted by relevance
370 # $(1) is an expanded kernel config from a TARGET_CONFIGS_UC tuple371 # $(2) is an expanded arch config from a TARGET_CONFIGS_UC tuple372 # $(3) is an expanded machine config from a TARGET_CONFIGS_UC tuple375 # $(1) is an un-expanded kernel config from a TARGET_CONFIGS_UC tuple376 # $(2) is an un-expanded arch config from a TARGET_CONFIGS_UC tuple377 # $(3) is an un-expanded machine config from a TARGET_CONFIGS_UC tuple413 # Similar to build configs, but alias configs are a 4-tuple415 # $(1) is an expanded kernel config from a TARGET_CONFIGS_ALIASES_UC tuple416 # $(2) is an expanded arch config from a TARGET_CONFIGS_ALIASES_UC tuple417 # $(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('.')))
351 k = tuple(result.parameters[2:])
183 std::set<std::tuple<const char *, const char *, const char *> > dedup_entries_var;
2580 … return '%02X%02X%02X%02X-%02X%02X-%02X%02X-%02X%02X-%02X%02X%02X%02X%02X%02X' % tuple(data)