Home
last modified time | relevance | path

Searched refs:codes (Results 1 – 14 of 14) sorted by relevance

/trusted-firmware-a/lib/zlib/
A Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
35 unsigned codes;
109 for (sym = 0; sym < codes; sym++)
146 for (sym = 0; sym < codes; sym++)
A Dinftrees.h61 unsigned codes, code FAR * FAR *table,
A Dinflate.h121 code codes[ENOUGH]; /* space for code tables */ member
A Dinflate.c137 state->lencode = state->distcode = state->next = state->codes;
946 state->next = state->codes;
1020 state->next = state->codes;
1493 if (state->lencode >= state->codes &&
1494 state->lencode <= state->codes + ENOUGH - 1) {
1495 copy->lencode = copy->codes + (state->lencode - state->codes);
1496 copy->distcode = copy->codes + (state->distcode - state->codes);
1498 copy->next = copy->codes + (state->next - state->codes);
1560 return (unsigned long)(state->next - state->codes);
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Darm-sip-service.rst.txt79 The service may return the following error codes:
A Dsecure-partition-manager-mm.rst.txt684 On failure the following error codes are returned:
/trusted-firmware-a/docs/components/
A Darm-sip-service.rst79 The service may return the following error codes:
A Dsecure-partition-manager-mm.rst684 On failure the following error codes are returned:
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexliterals.sty560 \fvset{codes*=\sphinxbreaksviaactive}%
A Dtrustedfirmware-a.tex6722 The parameter indicates the type of error using standard codes from \sphinxcode{\sphinxupquote{errn…
8610 and vendor reset can return other PSCI error codes as defined
13595 The service may return the following error codes:
21390 See {\hyperref[\detokenize{components/secure-partition-manager-mm:error-codes}]{\sphinxcrossref{Err…
21712 See {\hyperref[\detokenize{components/secure-partition-manager-mm:error-codes}]{\sphinxcrossref{Err…
21926 On failure the following error codes are returned:
22156 \label{\detokenize{components/secure-partition-manager-mm:error-codes}}
39682 …e header file \PYG{l+s+s2}{\PYGZdq{}.../drivers/nxp/sfp/sfp\PYGZus{}error\PYGZus{}codes.h\PYGZdq{}}
55937 Update error codes to match Linux and PMU Firmware
56391 Fixed error codes to use int32\_t type
[all …]
/trusted-firmware-a/docs/getting_started/
A Dporting-guide.rst1050 The parameter indicates the type of error using standard codes from ``errno.h``.
2606 and vendor reset can return other PSCI error codes as defined
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dporting-guide.rst.txt1050 The parameter indicates the type of error using standard codes from ``errno.h``.
2606 and vendor reset can return other PSCI error codes as defined
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt1405 - Update error codes to match Linux and PMU Firmware
1519 - Fixed error codes to use int32_t type
2519 fixup, move gicv2 codes to separate file
/trusted-firmware-a/docs/
A Dchange-log.md1405 - Update error codes to match Linux and PMU Firmware
1519 - Fixed error codes to use int32_t type
2519 fixup, move gicv2 codes to separate file

Completed in 128 milliseconds