Searched refs:CLASS_MASK (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dz8k-dis.c222 datum_class = tabl_datum & CLASS_MASK;
223 datum_value = ~CLASS_MASK & tabl_datum;
319 datum_class = tabl_datum & CLASS_MASK;
320 datum_value = tabl_datum & ~CLASS_MASK;
540 datum_class = tabl_datum & CLASS_MASK;
541 datum_value = tabl_datum & ~CLASS_MASK;
H A Dz8k-opc.h58 #define CLASS_MASK 0x1fff0 macro
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/unBER/
H A DunBER.cpp30 #define CLASS_MASK 0xc0 macro
160 uchar underlyingTag = tag & ~(CLASS_MASK | CONSTRUCT_BIT);
169 if( ( ( tag & CLASS_MASK) != CLASS_UNIV) &&
236 classId = b[i] & CLASS_MASK;
/macosx-10.10.1/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c345 #define CLASS_MASK 0xff000000 macro
2702 if ((type & CLASS_MASK) == P_CS_Class) {
2914 if ((type & CLASS_MASK) == FILEMGR_BASE) {
3003 } else if ((type & CLASS_MASK) == FILEMGR_BASE) {
3049 if ((type & CLASS_MASK) == FILEMGR_BASE &&
3145 if ((type & CLASS_MASK) == FILEMGR_BASE) {
3240 if ((type & CLASS_MASK) == FILEMGR_BASE) {
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c287 #define CLASS_MASK 0xff000000 macro
294 #define EXTRACT_CLASS(debugid) ( (uint8_t) ( ((debugid) & CLASS_MASK ) >> CLASS_OFFSET ) )
/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c423 #define CLASS_MASK NKF_INT32_C(0xFF000000) macro
430 #define nkf_char_unicode_p(c) ((c & CLASS_MASK) == CLASS_UNICODE)

Completed in 205 milliseconds