Searched refs:CLEAR (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dmachine_check.c82 CLEAR, enumerator in enum:__anon954
86 static volatile mca_dump_state_t mca_dump_state = CLEAR;
245 if (mca_dump_state > CLEAR)
490 if (mca_dump_state > CLEAR) {
/darwin-on-arm/xnu/bsd/net/
H A Dbsd_comp.c211 #define CLEAR 256 /* table clear output code */ macro
255 * the absence of CLEAR codes (while packets are incompressible), they
258 static int /* 1=output CLEAR */
675 OUTPUT(CLEAR); /* do not count the CLEAR */
932 oldcode = CLEAR;
959 if (incode == CLEAR) {
971 printf("bsd_decomp%d: bad CLEAR\n", db->unit);
981 || (incode > max_ent && oldcode == CLEAR)) {
1073 if (oldcode != CLEAR
[all...]

Completed in 37 milliseconds