Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/lib/zlib/
A 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++)
A Dinftrees.h61 unsigned codes, code FAR * FAR *table,
A Dinflate.h121 code codes[ENOUGH]; /* space for code tables */ member
A 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);
/tf-a-ffa_el3_spmc/docs/components/
A Darm-sip-service.rst79 The service may return the following error codes:
A Dsecure-partition-manager-mm.rst684 On failure the following error codes are returned:
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst514 - Update error codes to match Linux and PMU Firmware
646 - Fixed error codes to use int32_t type
2005 gicv2 codes to separate file
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dporting-guide.rst1060 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