Searched refs:NONE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_disasm.c214 #define NONE 8 macro
308 /*00*/ { "", TRUE, NONE, op1(Ew), (char *)db_Grp6 },
309 /*01*/ { "", TRUE, NONE, op1(Ew), (char *)db_Grp7 },
312 /*04*/ { "", FALSE, NONE, 0, 0 },
313 /*05*/ { "", FALSE, NONE, 0, 0 },
314 /*06*/ { "clts", FALSE, NONE, 0, 0 },
315 /*07*/ { "", FALSE, NONE, 0, 0 },
317 /*08*/ { "invd", FALSE, NONE, 0, 0 },
318 /*09*/ { "wbinvd",FALSE, NONE, 0, 0 },
319 /*0a*/ { "", FALSE, NONE,
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h129 #define NONE 0 macro
278 #define ENC_UNROLL NONE
286 #define DEC_UNROLL NONE
485 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
487 #define ENC_UNROLL NONE
498 #if DEC_ROUND == NO_TABLES && DEC_UNROLL != NONE
500 #define DEC_UNROLL NONE
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h249 #define NONE 0 macro
365 #define ENC_UNROLL NONE
373 #define DEC_UNROLL NONE
534 #if ENC_ROUND == NO_TABLES && ENC_UNROLL != NONE
536 #define ENC_UNROLL NONE
547 #if DEC_ROUND == NO_TABLES && DEC_UNROLL != NONE
549 #define DEC_UNROLL NONE
H A Daeskey.c105 #if ENC_UNROLL == NONE
139 #if ENC_UNROLL == NONE
174 #if ENC_UNROLL == NONE
317 #if DEC_UNROLL == NONE
355 #if DEC_UNROLL == NONE
396 #if DEC_UNROLL == NONE
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_lookup.c144 enum {NONE, COMPACT, FOUND} slotstatus; enumerator in enum:__anon427
213 slotstatus = NONE;
267 if (slotstatus == NONE &&
307 } else if (slotstatus == NONE) {
404 if (slotstatus == NONE) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_sym.c1452 #define NONE \ macro
1469 NONE,
1485 NONE,
1501 NONE
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.c1537 PRINT_ONE_PORT_TYPE(NONE);
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c2045 /* key_spdadd() accepts DISCARD, NONE and IPSEC. */
7969 enum { NONE, ADDR } checktype = NONE; enumerator in enum:__anon336
8000 checktype = NONE;
8003 checktype = NONE;
8008 case NONE:

Completed in 101 milliseconds