Searched refs:codes (Results 1 – 9 of 9) sorted by relevance
33 unsigned codes, code FAR * FAR *table, in inflate_table() argument104 for (sym = 0; sym < codes; sym++) in inflate_table()141 for (sym = 0; sym < codes; sym++) in inflate_table()
61 unsigned codes, code FAR * FAR *table,
122 code codes[ENOUGH]; /* space for code tables */ member
123 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()
230 RMM-EL3 runtime service return codes233 The return codes from EL3 to RMM is a 32 bit signed integer which encapsulates343 The table below shows all the possible error codes returned in ``Result`` upon386 The table below shows all the possible error codes returned in ``Result`` upon432 The table below shows all the possible error codes returned in ``Result`` upon506 The table below shows all the possible error codes returned in ``Result`` upon592 The table below shows all the possible error codes returned in ``Result`` upon669 The table below shows all the possible error codes returned in ``Result`` upon722 The table below shows all the possible error codes returned in ``Result`` upon787 The table below shows all the possible error codes returned in ``Result`` upon[all …]
80 The service may return the following error codes:
684 On failure the following error codes are returned:
1370 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 defined3335 and vendor reset can return other PSCI error codes as defined4125 error codes for load/authentication failures.4141 or appropriate negative error codes on failures.
3952 …- add additional return codes ([89f5c75](https://review.trustedfirmware.org/plugins/gitiles/TF-A/t…10032 - Update error codes to match Linux and PMU Firmware10146 - Fixed error codes to use int32_t type11146 fixup, move gicv2 codes to separate file