Searched refs:codes (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/headers/
H A Derrorlib.h86 char * * codes; member in struct:error_subsystem
/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Derrorlib.h96 const char * * codes; member in struct:error_subsystem
H A Dmach_error_string.c167 return( (char *)sub_p->codes[code] );
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsystm.h217 extern kern_return_t bsd_exception(int, mach_exception_data_t codes, int);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dtrap.c839 mach_exception_data_type_t codes[EXCEPTION_CODE_MAX]; local
841 codes[0] = code;
842 codes[1] = sub;
843 exception_triage(exc, codes, 2);
H A Dstart.s171 lwz r27,ptVersion(r26) ; Get the version and revision codes
H A Dhw_exception.s484 ; There are 3 possible return codes:
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dtrap.c1223 mach_exception_data_type_t codes[EXCEPTION_CODE_MAX]; local
1225 codes[0] = code; /* new exception interface */
1226 codes[1] = subcode;
1227 exception_triage(exc, codes, 2);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_sig.c2739 mach_exception_data_type_t codes[EXCEPTION_CODE_MAX]; local
2741 codes[0] = code;
2742 codes[1] = sub;
2743 return(bsd_exception(exc, codes, 2));
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c318 /* number of length codes, not counting the special END_BLOCK code */
324 /* number of Literal or Length codes, including the END_BLOCK code */
327 /* number of distance codes */
330 /* number of codes used to transfer the bit lengths */
336 /* All codes must not exceed MAX_BITS bits */
483 /* number of codes at each bit length for an optimal tree */
825 * output size for (length,distance) codes is <= 24 bits.
1993 /* Bit length codes must not exceed MAX_BL_BITS bits */
2018 /* The lengths of the bit length codes are sent in order of decreasing
2019 * probability, to avoid transmitting the lengths for unused bit length codes
3889 *codes; member in struct:inflate_blocks_state::__anon614::__anon616
[all...]

Completed in 116 milliseconds