Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.0/lib/zlib/
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++)
Dinftrees.h61 unsigned codes, code FAR * FAR *table,
Dinflate.h121 code codes[ENOUGH]; /* space for code tables */ member
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-3.4.0/docs/components/
Drmm-el3-comms-spec.rst219 RMM-EL3 runtime service return codes
222 The return codes from EL3 to RMM is a 32 bit signed integer which encapsulates
288 The table below shows all the possible error codes returned in ``Result`` upon
347 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.rst684 On failure the following error codes are returned:
/trusted-firmware-a-3.4.0/docs/getting_started/
Dporting-guide.rst1071 The parameter indicates the type of error using standard codes from ``errno.h``.
2707 and vendor reset can return other PSCI error codes as defined
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md2599 - Update error codes to match Linux and PMU Firmware
2713 - Fixed error codes to use int32_t type
3713 fixup, move gicv2 codes to separate file