Searched refs:FIELD (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-10.2-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c106 case FIELD:
242 case FIELD:
501 case FIELD:
618 case FIELD:
H A Daicasm_gram.y450 process_field(FIELD, $2, $3.value);
458 process_field(FIELD, $2, $3.value);
681 case FIELD:
1468 case FIELD:
1852 || node->symbol->type == FIELD
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Dsysv4.h330 /* An expression for the alignment of a structure field FIELD if the
332 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
333 ((TARGET_ALTIVEC && TREE_CODE (TREE_TYPE (FIELD)) == VECTOR_TYPE) \
H A Drs6000.h519 /* Return 1 if a structure or array containing FIELD should be
531 #define MEMBER_TYPE_FORCES_BLK(FIELD, MODE) \
532 ((TARGET_SPE && TREE_CODE (TREE_TYPE (FIELD)) == VECTOR_TYPE) \
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon.h1694 #define REG_SET(FIELD, v) (((v) << FIELD##_SHIFT) & FIELD##_MASK)
1695 #define REG_GET(FIELD, v) (((v) << FIELD##_SHIFT) & FIELD##_MASK)
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_irig.c161 #define FIELD 100 /* bits per second */ macro
965 up->frmcnt = (up->frmcnt + 1) % FIELD;
/freebsd-10.2-release/contrib/gcc/cp/
H A Ddecl.c4472 /* FIELD is a FIELD_DECL or NULL. In the former case, the value
4473 returned is the next FIELD_DECL (possibly FIELD itself) that can be
7417 handle member functions (which have FIELD context).
7425 FIELD for a struct or union field; make a FIELD_DECL.
7519 funcdef_flag = true, decl_context = FIELD;
7521 bitfield = 1, decl_context = FIELD;
7973 staticp = 1 + (decl_context == FIELD);
8005 && (current_class_name == NULL_TREE || decl_context != FIELD))
8015 decl_context = FIELD;
8044 else if (decl_context == FIELD
[all...]
H A Ddecl2.c774 value = grokdeclarator (declarator, declspecs, FIELD, init != 0, &attrlist);
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dtarget.c368 #define INHERIT(FIELD, TARGET) \
369 if (!current_target.FIELD) \
370 current_target.FIELD = (TARGET)->FIELD
/freebsd-10.2-release/contrib/gcc/config/i386/
H A Di386.h670 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
671 x86_field_alignment (FIELD, COMPUTED)
/freebsd-10.2-release/contrib/gcc/
H A Dc-decl.c77 FIELD, /* Declaration inside struct or union */ enumerator in enum:decl_context
4444 FIELD for a struct or union field; make a FIELD_DECL.
4542 if ((decl_context == NORMAL || decl_context == FIELD)
4636 case FIELD:
4820 else if ((decl_context == NORMAL || decl_context == FIELD)
4880 else if (decl_context == FIELD)
5075 We handle the NORMAL and FIELD contexts here by attaching an
5089 && (decl_context == NORMAL || decl_context == FIELD)
5229 if (pedantic && decl_context == FIELD
5243 && !((decl_context != FIELD
[all...]
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-mips.c954 /* Change INSN's opcode so that the operand given by FIELD has value VALUE.
958 OP_MASK_<FIELD> and OP_SH_<FIELD>. The MIPS16 equivalents start
960 #define INSERT_OPERAND(FIELD, INSN, VALUE) \
961 INSERT_BITS ((INSN).insn_opcode, VALUE, OP_MASK_##FIELD, OP_SH_##FIELD)
962 #define MIPS16_INSERT_OPERAND(FIELD, INSN, VALUE) \
964 MIPS16OP_MASK_##FIELD, MIPS16OP_SH_##FIELD)
966 /* Extract the operand given by FIELD fro
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c7646 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD))
[all...]
/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3.c8153 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD))
[all...]

Completed in 804 milliseconds

123