Searched refs:codes (Results 1 – 9 of 9) sorted by relevance
61 unsigned codes, code FAR * FAR *table,
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()
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()
222 RMM-EL3 runtime service return codes225 The return codes from EL3 to RMM is a 32 bit signed integer which encapsulates326 The table below shows all the possible error codes returned in ``Result`` upon369 The table below shows all the possible error codes returned in ``Result`` upon415 The table below shows all the possible error codes returned in ``Result`` upon474 The table below shows all the possible error codes returned in ``Result`` upon
79 The service may return the following error codes:
677 On failure the following error codes are returned:
1349 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
5681 - Update error codes to match Linux and PMU Firmware5795 - Fixed error codes to use int32_t type6795 fixup, move gicv2 codes to separate file