Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 27) sorted by relevance

12

/trusted-firmware-a/tools/sptool/
A Dsp_mk_generator.py64 split = int(MAX_SP / 2) variable
81 if (platform_count > split):
83 "have been exceeded (" + str(split) + ")\n")
85 pkg_num = split + platform_count
87 elif (sip_count > split):
89 "have been exceeded (" + str(split) + ")\n")
/trusted-firmware-a/
A D.versionrc.js55 const major = version.split(".")[0];
56 const minor = version.split(".")[1];
/trusted-firmware-a/docs/build/TF-A_2.5/_static/
A Ddoctools.js55 var parts = s.substr(s.indexOf('?') + 1).split('&');
58 var tmp = parts[i].split('=', 2);
226 var terms = (params.highlight) ? params.highlight[0].split(/\s+/) : [];
281 var parts = path.split(/\//);
282 $.each(DOCUMENTATION_OPTIONS.URL_ROOT.split(/\//), function() {
A Dsearchtools.js48 return query.split(/\s+/);
336 var parts = fullnameLower.split('.');
A Djquery.js2split(" "),function(e,t){n["[object "+t+"]"]=t.toLowerCase()});var d=function(n){var e,d,b,o,i,h,f…
A Djquery-3.5.1.js498 jQuery.each( "Boolean Number String Function Array Date RegExp Object Error Symbol".split( " " ),
957 var arr = attrs.split( "|" ),
2911 support.sortStable = expando.split( "" ).sort( sortOrder ).join( "" ) === expando;
5243 namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
5325 namespaces = ( tmp[ 2 ] || "" ).split( "." ).sort();
7104 parts = typeof value === "string" ? value.split( " " ) : [ value ];
8630 namespaces = hasOwn.call( event, "namespace" ) ? event.namespace.split( "." ) : [];
8647 namespaces = type.split( "." );
9229 tmp = conv2.split( " " );
10731 "change select submit keydown keypress keyup contextmenu" ).split( " " ),
/trusted-firmware-a/drivers/allwinner/axp/
A Dcommon.c87 if (val > reg->split) in setup_regulator()
88 val = ((val - reg->split) / 2) + reg->split; in setup_regulator()
/trusted-firmware-a/include/drivers/allwinner/
A Daxp.h28 unsigned char split; member
/trusted-firmware-a/docs/build/TF-A_2.5/_static/js/
A Dhtml5shiv-printshiv.min.js4split(" "):a}function e(a,b){var c=y.elements;"string"!=typeof c&&(c=c.join(" ")),"string"!=typeof…
A Dhtml5shiv.min.js4 …ld,d.firstChild)}function d(){var a=t.elements;return"string"==typeof a?a.split(" "):a}function e(…
/trusted-firmware-a/lib/romlib/
A Dromlib_generator.py60 line_elements = line.split()
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Ddebugfs-design.rst.txt102 might be split into multiple read operations of smaller chunks.
A Dgranule-protection-tables-design.rst.txt73 GPT setup is split into two parts: table creation and runtime initialization. In
A Dxlat-tables-lib-v2-design.rst.txt75 might create new translation tables, update or split existing ones.
96 with different memory attributes, the library might need to split the existing
A Dsecure-partition-manager.rst.txt101 In the implementation, the SPM is split into SPMD and SPMC components.
740 The FF-A id space is split into a non-secure space and secure space:
/trusted-firmware-a/docs/components/
A Ddebugfs-design.rst102 might be split into multiple read operations of smaller chunks.
A Dgranule-protection-tables-design.rst73 GPT setup is split into two parts: table creation and runtime initialization. In
A Dxlat-tables-lib-v2-design.rst75 might create new translation tables, update or split existing ones.
96 with different memory attributes, the library might need to split the existing
A Dsecure-partition-manager.rst101 In the implementation, the SPM is split into SPMD and SPMC components.
740 The FF-A id space is split into a non-secure space and secure space:
/trusted-firmware-a/docs/design_documents/
A Dcmake_framework.rst106 The process can be split into two main phases:
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/design_documents/
A Dcmake_framework.rst.txt106 The process can be split into two main phases:
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/threat_model/
A Dthreat_model_spm.rst.txt51 Figure 1 shows a high-level data flow diagram for the SPM split into an SPMD
/trusted-firmware-a/docs/threat_model/
A Dthreat_model_spm.rst51 Figure 1 shows a high-level data flow diagram for the SPM split into an SPMD
/trusted-firmware-a/docs/build/TF-A_2.5/
A Dsearchindex.js1 …ck:6,spinand:86,spinlock:[6,10,38],spinor:86,spite:107,spl:[65,81,86,111],split:[6,10,18,28,34,45,…
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt1763 - Platform support has been split into both an FVP and an FPGA variant
4489 and to make the use of system/user includes more consistent. Also split

Completed in 65 milliseconds

12