Searched refs:stream (Results 1 – 13 of 13) sorted by relevance
/trusted-firmware-a/lib/zlib/ |
A D | tf_gunzip.c | 63 z_stream stream; in gunzip() local 70 stream.next_in = (typeof(stream.next_in))*in_buf; in gunzip() 71 stream.avail_in = in_len; in gunzip() 72 stream.next_out = (typeof(stream.next_out))*out_buf; in gunzip() 73 stream.avail_out = out_len; in gunzip() 74 stream.zalloc = zcalloc; in gunzip() 75 stream.zfree = zfree; in gunzip() 76 stream.opaque = (voidpf)0; in gunzip() 78 zret = inflateInit(&stream); in gunzip() 88 if (stream.msg) in gunzip() [all …]
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/marvell/armada/misc/ |
A D | mvebu-io-win.rst.txt | 13 - **0x1** = STM (Serial Trace Macro-cell, a programmer's port into trace stream)
|
/trusted-firmware-a/docs/plat/marvell/armada/misc/ |
A D | mvebu-io-win.rst | 13 - **0x1** = STM (Serial Trace Macro-cell, a programmer's port into trace stream)
|
/trusted-firmware-a/docs/components/ |
A D | ffa-manifest-binding.rst | 149 - stream-endpoint-ids 225 - stream-ids
|
A D | secure-partition-manager.rst | 1139 support a large number of streams with each stream assigned to a unique 1144 - SMMUv3 offers non-secure stream support with secure stream support being 1146 instance for secure and non-secure stream support. 1161 each stream. 1185 - stream-ids: List of stream IDs assigned to this device. 1194 stream-ids = <0x0 0x1>;
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/ |
A D | ffa-manifest-binding.rst.txt | 149 - stream-endpoint-ids 225 - stream-ids
|
A D | secure-partition-manager.rst.txt | 1139 support a large number of streams with each stream assigned to a unique 1144 - SMMUv3 offers non-secure stream support with secure stream support being 1146 instance for secure and non-secure stream support. 1161 each stream. 1185 - stream-ids: List of stream IDs assigned to this device. 1194 stream-ids = <0x0 0x1>;
|
/trusted-firmware-a/docs/build/latex/ |
A D | sphinxlatexliterals.sty | 419 % as we certainly don't want to go into expanding upfront token stream anyway. 457 % as we certainly don't want to go into expanding upfront token stream anyway.
|
A D | trustedfirmware-a.tex | 20657 support a large number of streams with each stream assigned to a unique 20668 SMMUv3 offers non\sphinxhyphen{}secure stream support with secure stream support being 20670 instance for secure and non\sphinxhyphen{}secure stream support. 20696 each stream. 20734 stream\sphinxhyphen{}ids: List of stream IDs assigned to this device. 20744 stream\PYGZhy{}ids \PYG{o}{=} \PYGZlt{}0x0 0x1\PYGZgt{}\PYG{p}{;} 22641 \item[{stream\sphinxhyphen{}endpoint\sphinxhyphen{}ids}] \leavevmode\begin{itemize} 22858 \item[{stream\sphinxhyphen{}ids}] \leavevmode\begin{itemize} 37605 …ylestrong{0x1} = STM (Serial Trace Macro\sphinxhyphen{}cell, a programmer’s port into trace stream) 55212 Added missing stream IDs configurations
|
/trusted-firmware-a/drivers/nxp/ddr/phy-gen2/ |
A D | phy.c | 1929 static uint32_t get_mail(uint16_t *phy, int stream) in get_mail() argument 1947 if (stream != 0) { in get_mail()
|
/trusted-firmware-a/docs/build/TF-A_2.5/ |
A D | searchindex.js | 1 …:142,stratix10:[6,84,126],stratix:[6,126],strcat:123,strcpy:123,strdup:6,stream:[6,16,28,37,81,90]…
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 1237 - Added missing stream IDs configurations
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 1237 - Added missing stream IDs configurations
|
Completed in 131 milliseconds