Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dinftrees.c33 unsigned codes, code FAR * FAR *table, in inflate_table() argument
104 for (sym = 0; sym < codes; sym++) in inflate_table()
141 for (sym = 0; sym < codes; sym++) in inflate_table()
H A Dinftrees.h61 unsigned codes, code FAR * FAR *table,
H A Dinflate.h122 code codes[ENOUGH]; /* space for code tables */ member
H A Dinflate.c123 state->lencode = state->distcode = state->next = state->codes; in inflateResetKeep()
925 state->next = state->codes; in inflate()
1000 state->next = state->codes; in inflate()
1468 if (state->lencode >= state->codes && in inflateCopy()
1469 state->lencode <= state->codes + ENOUGH - 1) { in inflateCopy()
1470 copy->lencode = copy->codes + (state->lencode - state->codes); in inflateCopy()
1471 copy->distcode = copy->codes + (state->distcode - state->codes); in inflateCopy()
1473 copy->next = copy->codes + (state->next - state->codes); in inflateCopy()
1525 return (unsigned long)(state->next - state->codes); in inflateCodesUsed()
/rk3399_ARM-atf/docs/components/
H A Drmm-el3-comms-spec.rst230 RMM-EL3 runtime service return codes
233 The return codes from EL3 to RMM is a 32 bit signed integer which encapsulates
343 The table below shows all the possible error codes returned in ``Result`` upon
386 The table below shows all the possible error codes returned in ``Result`` upon
432 The table below shows all the possible error codes returned in ``Result`` upon
506 The table below shows all the possible error codes returned in ``Result`` upon
592 The table below shows all the possible error codes returned in ``Result`` upon
669 The table below shows all the possible error codes returned in ``Result`` upon
722 The table below shows all the possible error codes returned in ``Result`` upon
787 The table below shows all the possible error codes returned in ``Result`` upon
[all …]
H A Darm-sip-service.rst80 The service may return the following error codes:
H A Dsecure-partition-manager-mm.rst684 On failure the following error codes are returned:
/rk3399_ARM-atf/docs/
H A Dporting-guide.rst1370 The parameter indicates the type of error using standard codes from ``errno.h``.
2449 so long as the semantics of queuing and the error codes are used as defined below.
2460 Return codes:
2480 be different, so long as the semantics of queuing and the error codes are used as defined
3335 and vendor reset can return other PSCI error codes as defined
4125 error codes for load/authentication failures.
4141 or appropriate negative error codes on failures.
H A Dchange-log.md3952 …- add additional return codes ([89f5c75](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t…
10032 - Update error codes to match Linux and PMU Firmware
10146 - Fixed error codes to use int32_t type
11146 fixup, move gicv2 codes to separate file