Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 43) sorted by relevance

12

/trusted-firmware-a/tools/memory/
A Dprint_memory_map.py52 match = line_pattern.search(line) variable
53 if match:
55 match = address_pattern.search(line) variable
56 if match:
57 address_list.append([match.group(0), symbol, image])
/trusted-firmware-a/lib/zlib/
A Dinftrees.c57 unsigned match; /* use base and extra for symbol >= match */ local
184 match = 20;
189 match = 257;
194 match = 0;
217 if (work[sym] + 1U < match) {
221 else if (work[sym] >= match) {
222 here.op = (unsigned char)(extra[work[sym] - match]);
223 here.val = base[work[sym] - match];
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Dsearchtools.js257 if (dirname.match(/\/index\/$/)) {
345 var match = objects[prefix][name];
346 var objname = objnames[match[1]][2];
347 var title = titles[match[0]];
366 var anchor = match[3];
370 anchor = objnames[match[1]][1] + '-' + fullname;
372 if (Scorer.objPrio.hasOwnProperty(match[2])) {
373 score += Scorer.objPrio[match[2]];
377 … results.push([docnames[match[0]], fullname, '#'+anchor, descr, score, filenames[match[0]]]);
417 if (w.match(word_regex) && !terms[word]) {
[all …]
A Djquery-3.5.1.js1778 match[ 3 ] = ( match[ 3 ] || match[ 4 ] ||
1782 match[ 3 ] = " " + match[ 3 ] + " ";
1800 match[ 1 ] = match[ 1 ].toLowerCase();
1811 match[ 4 ] = +( match[ 4 ] ?
1812 match[ 5 ] + ( match[ 6 ] || 1 ) :
1814 match[ 5 ] = +( ( match[ 7 ] + match[ 8 ] ) || match[ 3 ] === "odd" );
1826 unquoted = !match[ 6 ] && match[ 2 ];
1834 match[ 2 ] = match[ 4 ] || match[ 5 ] || "";
2847 tokens = match[ 0 ] = match[ 0 ].slice( 0 );
3179 this[ match ]( context[ match ] );
[all …]
A Ddoctools.js132 var match = /(chrome)[ \/]([\w.]+)/.exec(ua) ||
140 browser: match[ 1 ] || "",
141 version: match[ 2 ] || "0"
A Dunderscore-1.13.1.js809 var escaper = function(match) { argument
810 return map[match];
867 function escapeChar(match) { argument
868 return '\\' + escapes[match];
896 text.replace(matcher, function(match, escape, interpolate, evaluate, offset) { argument
898 index = offset + match.length;
909 return match;
1609 return obj.match(reStrSymbol);
A Djquery.js2match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+"…
/trusted-firmware-a/
A D.versionrc.js48 const major = contents.match(/^VERSION_MAJOR\s*:=\s*(\d+?)$/m)[1];
49 const minor = contents.match(/^VERSION_MINOR\s*:=\s*(\d+?)$/m)[1];
A D.editorconfig20 # set default to match [LCS] .c/.h settings.
/trusted-firmware-a/plat/intel/soc/common/soc/
A Dsocfpga_reset_manager.c90 static int poll_idle_status(uint32_t addr, uint32_t mask, uint32_t match) in poll_idle_status() argument
95 if ((mmio_read_32(addr) & mask) == match) { in poll_idle_status()
/trusted-firmware-a/fdts/
A Darm_fpga.dts97 /* The GICR size will be adjusted at runtime to match the cores. */
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dallwinner.rst.txt89 address space. So the virtual addresses used in BL31 match the physical
/trusted-firmware-a/docs/plat/
A Dallwinner.rst89 address space. So the virtual addresses used in BL31 match the physical
/trusted-firmware-a/plat/nvidia/tegra/scat/
A Dbl31.scat197 /* PLAT_PERCPU_BAKERY_LOCK_SIZE does not match bakery lock requirements */
/trusted-firmware-a/docs/design/
A Dtrusted-board-boot.rst145 registers. If they match, the BL2 hash is read from the certificate.
188 if the hashes match.
A Dreset-design.rst104 BL31 is loaded to its runtime address, which must match the CPU's ``RVBAR_EL3``
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design/
A Dtrusted-board-boot.rst.txt145 registers. If they match, the BL2 hash is read from the certificate.
188 if the hashes match.
A Dreset-design.rst.txt104 BL31 is loaded to its runtime address, which must match the CPU's ``RVBAR_EL3``
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/fconf/
A Dindex.rst.txt73 Then, a wrapper has to be provided to match the ``FCONF_GET_PROPERTY()`` macro:
/trusted-firmware-a/docs/components/fconf/
A Dindex.rst73 Then, a wrapper has to be provided to match the ``FCONF_GET_PROPERTY()`` macro:
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/fvp/
A Dindex.rst.txt101 required to match the run time characteristics of the older versions.
225 The address provided to the FVP must match the ``EL3_PAYLOAD_BASE`` address
401 versions must match. The Foundation FVP defaults to the highest v8.x
/trusted-firmware-a/docs/plat/arm/fvp/
A Dindex.rst101 required to match the run time characteristics of the older versions.
225 The address provided to the FVP must match the ``EL3_PAYLOAD_BASE`` address
401 versions must match. The Foundation FVP defaults to the highest v8.x
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dexception-handling.rst.txt110 priority of the acknowledged interrupt is used to match its registered handler.
239 priority of secure interrupts must match that as determined in the
613 dispatcher match. The |EHF| cannot verify that this has been followed.
/trusted-firmware-a/docs/components/
A Dexception-handling.rst110 priority of the acknowledged interrupt is used to match its registered handler.
239 priority of secure interrupts must match that as determined in the
613 dispatcher match. The |EHF| cannot verify that this has been followed.
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/
A Darm-build-options.rst.txt16 should match the frame used by the Non-Secure image (normally the Linux

Completed in 42 milliseconds

12