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

123

/freebsd-10.2-release/contrib/gcc/
H A Dsys-protos.h204 extern FIELD * current_field(FORM *);
248 extern FIELD * dup_field(FIELD *, int, int);
250 extern int dynamic_field_info(FIELD *, int *, int *, int *);
341 extern char * field_arg(FIELD *);
342 extern chtype field_back(FIELD *);
343 extern char * field_buffer(FIELD *, int);
345 extern chtype field_fore(FIELD *);
346 extern int field_index(FIELD *);
347 extern int field_info(FIELD *, in
[all...]
H A Dsys-types.h187 typedef int FIELD; typedef
/freebsd-10.2-release/contrib/ncurses/form/
H A Dfrm_page.c78 err = _nc_Set_Form_Page(form, page, (FIELD *)0);
H A Dfty_ipv4.c42 | FIELD * field,
51 Check_IPV4_Field(FIELD *field, const void *argp GCC_UNUSED)
H A Dfrm_driver.c457 FIELD *field;
476 | const FIELD * field,
486 Buffer_To_Window(const FIELD *field, WINDOW *win)
517 | FIELD * field)
527 Window_To_Buffer(WINDOW *win, FIELD *field)
589 | Function : static bool Field_Grown( FIELD *field, int amount)
602 Field_Grown(FIELD *field, int amount)
710 FIELD *linked_field;
743 | Function : int Field_encloses(FIELD *field, int ry, int rx)
753 Field_encloses(FIELD *fiel
[all...]
H A Dfty_enum.c189 | FIELD * field,
198 Check_Enum_Field(FIELD *field, const void *argp)
245 | Function : static bool Next_Enum(FIELD * field,
254 Next_Enum(FIELD *field, const void *argp)
283 | FIELD * field,
292 Previous_Enum(FIELD *field, const void *argp)
H A Dfrm_data.c56 FIELD *field;
143 FIELD *field;
H A Dfld_newftyp.c58 | bool (* const field_check)(FIELD *,const void *),
71 new_fieldtype(bool (*const field_check) (FIELD *, const void *),
H A Dfty_alnum.c131 | FIELD *field,
140 Check_This_Field(FIELD *field, const void *argp)
H A Dfty_alpha.c131 | FIELD *field,
140 Check_This_Field(FIELD *field, const void *argp)
H A Dfty_int.c122 | FIELD * field,
131 Check_This_Field(FIELD *field, const void *argp)
H A Dfty_num.c138 | Function : static bool Check_This_Field(FIELD * field,
147 Check_This_Field(FIELD *field, const void *argp)
H A Dfty_regex.c258 | FIELD * field,
267 Check_RegularExpression_Field(FIELD *field, const void *argp)
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Dlinux64.h216 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
217 ((TARGET_ALTIVEC && TREE_CODE (TREE_TYPE (FIELD)) == VECTOR_TYPE) \
221 && TYPE_MODE (TREE_CODE (TREE_TYPE (FIELD)) == ARRAY_TYPE \
222 ? get_inner_array_type (FIELD) \
223 : TREE_TYPE (FIELD)) == DFmode) \
H A Ddarwin.h399 #define ADJUST_FIELD_ALIGN(FIELD, COMPUTED) \
401 (TYPE_MODE (TREE_CODE (TREE_TYPE (FIELD)) == ARRAY_TYPE \
402 ? get_inner_array_type (FIELD) \
403 : TREE_TYPE (FIELD)) == DFmode \
/freebsd-10.2-release/crypto/openssh/
H A Dttymodes.c325 #define TTYMODE(NAME, FIELD, OP) \
327 put_arg(&buf, ((tio.FIELD & NAME) != 0));
411 #define TTYMODE(NAME, FIELD, OP) \
415 tio.FIELD |= NAME; \
417 tio.FIELD &= ~NAME; \
/freebsd-10.2-release/sys/ia64/disasm/
H A Ddisasm_extract.c60 switch (FIELD(i->i_bits, 28, 2)) { /* hint */
80 switch (FIELD(i->i_bits, 34, 2)) {
101 switch (FIELD(bits, 33, 2)) { /* bwh */
116 if (FIELD(bits, 12, 1)) /* ph */
121 if (FIELD(bits, 35, 1)) /* dh */
132 switch (FIELD(bits, 3, 2)) { /* ipwh, indwh */
147 if (FIELD(bits, 5, 1)) /* ph */
152 switch (FIELD(bits, 0, 3)) { /* pvec */
179 if (FIELD(bits, 35, 1)) /* ih */
1819 i->i_oper[op].o_value = FIELD(bit
[all...]
H A Ddisasm_int.h56 #define FIELD(i,o,l) ((uint32_t)_FLD64(i,o,l)) macro
57 #define OPCODE(i) FIELD(i, 37, 4)
59 #define QP(i) FIELD(i, 0, QP_BITS)
61 #define REG(i,r) FIELD(i, ((r) - 1) * REG_BITS + QP_BITS, REG_BITS)
/freebsd-10.2-release/contrib/ngatm/libngatm/
H A Dunicust.h83 #define _TIMER_START(UNI,ARG,FIELD,DUE,FUNC) \
84 (void)(FIELD.c = (UNI)->funcs->start_timer(UNI, \
/freebsd-10.2-release/tools/tools/cxgbetool/
H A Dcxgbetool.c1244 #define FIELD(name, start, end) { name, start, end, 0, 0, 0 } macro
1245 #define FIELD1(name, start) FIELD(name, start, start)
1256 FIELD("PCIeDataChannel:", 174, 175),
1258 FIELD("DCACPUID:", 168, 172),
1260 FIELD("WRLength:", 162, 166),
1267 FIELD("uPToken:", 133, 152),
1270 FIELD("uPFLCredits:", 123, 130),
1272 FIELD("FID:", 111, 121),
1273 FIELD("HostFCMode:", 109, 110),
1276 FIELD("CID
1394 #undef FIELD macro
[all...]
/freebsd-10.2-release/contrib/netbsd-tests/fs/vfs/
H A Dt_vnops.c106 #define FIELD(FN) \ macro
114 FIELD(st_dev);
115 FIELD(st_mode);
116 FIELD(st_ino);
117 FIELD(st_nlink);
118 FIELD(st_uid);
119 FIELD(st_gid);
120 FIELD(st_rdev);
125 FIELD(st_size);
126 FIELD(st_block
130 #undef FIELD macro
[all...]
/freebsd-10.2-release/sys/contrib/dev/nve/
H A Dbasetype.h212 #define NV_FIELD_OFFSET(TYPE, FIELD) ((NV_UINT32)((NV_UINT64)&((TYPE *)0)->FIELD))
/freebsd-10.2-release/contrib/gcc/config/ia64/
H A Dhpux.h113 #define MEMBER_TYPE_FORCES_BLK(FIELD, MODE) ((MODE) == TFmode)
/freebsd-10.2-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h54 FIELD, enumerator in enum:__anon7845
/freebsd-10.2-release/sys/dev/utopia/
H A Didtphy.c188 #define UPD(FIELD, CODE, N, MASK) \
205 utp->stats.FIELD += (regs[0] & MASK); \
207 utp->stats.FIELD += (regs[0] | (regs[1] << 8)) & MASK;

Completed in 136 milliseconds

123