Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/zlib/
Dinftrees.h61 unsigned codes, code FAR * FAR *table,
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()
Dinflate.h122 code codes[ENOUGH]; /* space for code tables */ member
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()
/trusted-firmware-a-latest/docs/components/
Drmm-el3-comms-spec.rst222 RMM-EL3 runtime service return codes
225 The return codes from EL3 to RMM is a 32 bit signed integer which encapsulates
326 The table below shows all the possible error codes returned in ``Result`` upon
369 The table below shows all the possible error codes returned in ``Result`` upon
415 The table below shows all the possible error codes returned in ``Result`` upon
474 The table below shows all the possible error codes returned in ``Result`` upon
Darm-sip-service.rst79 The service may return the following error codes:
Dsecure-partition-manager-mm.rst677 On failure the following error codes are returned:
/trusted-firmware-a-latest/docs/
Dporting-guide.rst1349 The parameter indicates the type of error using standard codes from ``errno.h``.
2936 and vendor reset can return other PSCI error codes as defined
Dchange-log.md5681 - Update error codes to match Linux and PMU Firmware
5795 - Fixed error codes to use int32_t type
6795 fixup, move gicv2 codes to separate file