Searched refs:ATTR_NONE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dinit.c49 #define ATTR_NONE 0 macro
152 {0, ATTR_NONE, NULL, NULL, 0}
280 for(i=0; attrs[i].type != ATTR_NONE; i++) {
444 for(i=0; attrs[i].type != ATTR_NONE; i++) {
/macosx-10.10/xnu-2782.1.97/osfmk/console/
H A Dvideo_console.c205 #define ATTR_NONE 0 macro
322 gc_paint_char(i, yy, ' ', ATTR_NONE);
355 memset(gc_buffer_attributes + start, ATTR_NONE, end - start + 1);
450 memset( buffer_attributes, ATTR_NONE, buffer_size );
648 gc_paint_char(xx, yy, 'E', ATTR_NONE);
802 gc_paint_char(i, gc_y, ' ', ATTR_NONE);
832 gc_attr = ATTR_NONE;
1022 gc_attr = ATTR_NONE;
1100 if ( gc_buffer_attributes[index] != ATTR_NONE ||
1109 /* attrs */ ATTR_NONE,
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp282 ATTR_NONE, enumerator in enum:__anon10898
1463 bitAttrs.push_back(ATTR_NONE);
1472 case ATTR_NONE:
1513 bitAttr_t RA = ATTR_NONE;
1519 assert(bitAttr != ATTR_NONE && "Bit without attributes");
1522 case ATTR_NONE:
1544 RA = ATTR_NONE;
1550 RA = ATTR_NONE;
1566 RA = ATTR_NONE;
1575 RA = ATTR_NONE;
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoderCommon.h51 ENUM_ENTRY(ATTR_NONE, 0x00) \
H A DX86DisassemblerDecoder.c732 attrMask = ATTR_NONE;

Completed in 160 milliseconds