Home
last modified time | relevance | path

Searched defs:match (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-3.4.0/tools/memory/
Dprint_memory_map.py69 match = line_pattern.search(line) variable
72 match = address_pattern.search(line) variable
/trusted-firmware-a-3.4.0/lib/zlib/
Dinftrees.c57 unsigned match; /* use base and extra for symbol >= match */ local
/trusted-firmware-a-3.4.0/plat/intel/soc/common/soc/
Dsocfpga_reset_manager.c92 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match) in poll_idle_status()