Home
last modified time | relevance | path

Searched refs:search (Results 1 – 6 of 6) sorted by relevance

/rk3399_ARM-atf/tools/memory/src/memory/
H A Dmapparser.py8 from re import match, search
49 match = search(pattern, line)
/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py159 load_address_lines = [l for l in pm_f if re.search(r'load-address[^-]', l)]
164 load_address_parsed = re.search("(0x[0-9a-f]+)", load_address_lines[0])
/rk3399_ARM-atf/tools/cot_dt2c/cot_dt2c/
H A Dcot_parser.py321 if re.search("_pk$", type_desc):
629 if re.search("_pk$", name):
631 elif re.search("_hash$", name):
/rk3399_ARM-atf/docs/design/
H A Dpsci-pd-tree.rst25 #. The current arrangement of the power domain tree requires a binary search
28 a 'start' to an 'end' power level. The binary search is required to find the
232 populate the two arrays. It is essentially a breadth-first-search. The nodes for
/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py264 matching_symbol = re.search("([0-9A-Fa-f]+) . \\.text", str(symbols))
/rk3399_ARM-atf/docs/
H A Dchange-log.md645 …- use LDLIBS instead of LDFLAGS for library search paths ([d833129](https://review.trustedfirmware…
6748 …- search pinctrl node by compatible ([b14d3e2](https://review.trustedfirmware.org/plugins/gitiles/…
10097 - Fixed bug of binary search in RAS interrupt handler