Searched refs:codes (Results 1 – 8 of 8) sorted by relevance
32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument35 unsigned codes;109 for (sym = 0; sym < codes; sym++)146 for (sym = 0; sym < codes; sym++)
61 unsigned codes, code FAR * FAR *table,
121 code codes[ENOUGH]; /* space for code tables */ member
137 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);
79 The service may return the following error codes:
684 On failure the following error codes are returned:
514 - Update error codes to match Linux and PMU Firmware646 - Fixed error codes to use int32_t type2005 gicv2 codes to separate file
1060 The parameter indicates the type of error using standard codes from ``errno.h``.2525 and vendor reset can return other PSCI error codes as defined
Completed in 19 milliseconds