Searched refs:field (Results 201 - 225 of 352) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp279 .Case("field", tgtok::Field)
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmilter.c1267 /* p now points to field code */
1279 /* p now points to the field body */
1282 /* install the field into the filter struct */
1434 /* p now points to field code */
1446 /* p now points to the field body */
1450 /* install the field into the filter struct */
2974 sm_dprintf("empty field name\n");
3051 char *field, *val, *mh_value; local
3074 field = response + MILTER_LEN_BYTES;
3075 val = field
3131 char *field, *val, *mh_value; local
[all...]
H A Dudb.c575 ** UDBMATCH -- match user in field, return result of lookup.
579 ** field -- the field to lookup.
592 udbmatch(user, field, rpool)
594 char *field;
605 sm_dprintf("udbmatch(%s, %s)\n", user, field);
622 i = strlen(field);
633 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 3, user, ":", field);
695 if (strcmp(field, "mailname") != 0)
/freebsd-9.3-release/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h43 * marking connection authenticated. This is a bit field of
211 * @field: Field name (e.g., "IDENTITY")
214 void (*eap_param_needed)(void *ctx, const char *field,
/freebsd-9.3-release/usr.sbin/makefs/ffs/
H A Dffs_alloc.c536 int blk, field, subfield, pos; local
580 field = around[allocsiz];
583 if ((blk & field) == subfield)
585 field <<= 1;
/freebsd-9.3-release/contrib/gcc/
H A Dtree.c672 /* Return a copy of a chain of nodes, chained through the TREE_CHAIN field.
1832 bit_position (tree field)
1834 return bit_from_pos (DECL_FIELD_OFFSET (field), argument
1835 DECL_FIELD_BIT_OFFSET (field));
1843 int_bit_position (tree field) argument
1845 return tree_low_cst (bit_position (field), 0);
1853 byte_position (tree field)
1855 return byte_from_pos (DECL_FIELD_OFFSET (field),
1856 DECL_FIELD_BIT_OFFSET (field));
1864 int_byte_position (tree field)
1823 bit_position(tree field) argument
1854 int_byte_position(tree field) argument
2289 tree field; local
4889 tree field, value; local
4890 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t), idx, field, value) local
7681 tree field; local
[all...]
H A Dcfgexpand.c286 tree field; local
296 for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
297 if (TREE_CODE (field) == FIELD_DECL)
298 if (aggregate_contains_union_type (TREE_TYPE (field)))
1633 /* Initialize the stack_protect_guard field. This must happen after the
H A Dexpr.c165 to use that mode directly when accessing a field of that mode. */
1712 can be used to determine the object and the bit field
3935 /* If the bit field covers the whole REG/MEM, store_field
3966 /* We may be accessing data outside the field, which means
3999 /* We may be accessing data outside the field, which means
4055 an array element in an unaligned packed structure field, has the same
4135 /* If the field is at offset zero, we could have been given the
4842 the cleared field to let store_constructor know that we may not have to
4888 may not be the same as the size of EXP if we are assigning to a field
4906 tree field, valu
4892 tree field, value; local
4940 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (exp), idx, field, value) local
5700 tree field = TREE_OPERAND (exp, 1); local
5808 tree field = TREE_OPERAND (exp, 1); local
5906 tree field = TREE_OPERAND (exp, 1); local
7294 tree field, value; local
7297 field, value) local
7322 tree field, value; local
7325 field, value) local
7376 tree field, value; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc122 // the value returned by mallinfo in the arena field.
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp322 // FIXME: Perform the checks on the field types in SemaInit.
812 // Look into the base of a field access.
1129 // Only initialize one field of a union. The field itself is
1150 // Store the initializer into the field
1168 for (RecordDecl::field_iterator field = record->field_begin(),
1170 field != fieldEnd; ++field) {
1172 if (field->getType()->isIncompleteArrayType())
1176 if (field
[all...]
H A DCGRecordLayoutBuilder.cpp57 /// FieldInfo - Holds a field and its corresponding LLVM field number.
60 /// BitFieldInfo - Holds location and size information about a bit field.
100 /// NextFieldOffset - Holds the next field offset.
103 /// LayoutUnionField - Will layout a field in an union and return the type
104 /// that the field will have.
147 /// ComputeNonVirtualBaseType - Compute the non-virtual base field types.
150 /// LayoutField - layout a single field. Returns false if the operation failed
154 /// LayoutBitField - layout a single bit field.
157 /// AppendField - Appends a field wit
[all...]
/freebsd-9.3-release/lib/libelf/
H A Delf_types.m475 * Each member-list element comprises of pairs of (field name, type),
78 * Each member list element comprises a pair containing a field name
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_drive.c53 * i386 amd64 current field
233 #define GV_SET64BE(field) \
235 *((uint64_t *)&d_hdr[off]) = htobe64(field); \
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_quota.h82 * flags for q_flags field in the dquot.
206 * flags to xfs_trans_mod_dquot to indicate which field needs to be
345 #define XFS_TRANS_MOD_DQUOT_BYINO(mp, tp, ip, field, delta) \
346 XFS_DQTRXOP_VOID(mp, tp, qo_mod_dquot_byino, ip, field, delta)
/freebsd-9.3-release/sys/netgraph/
H A Dng_parse.c211 const struct ng_parse_struct_field *field; local
214 for (field = type->info; field->name != NULL; field++) {
215 int falign = ALIGNMENT(field->type);
1205 u_int index; /* field or element index */
1206 int *foff; /* field value offsets in string */
1269 } else { /* a structure field */
1273 /* Find the field by name (required) in field lis
1280 field = &fields[index]; local
[all...]
/freebsd-9.3-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c76 #define SLIST_FREE(head, field, freef) do { \
79 SLIST_FOREACH_SAFE(__elm, (head), field, __elm0) \
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c816 BIGNUM *field; local
821 if ((field = BN_CTX_get(ctx)) == NULL)
823 if (!BN_GF2m_arr2poly(p, field))
826 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
963 BIGNUM *field; local
970 if ((field = BN_CTX_get(ctx)) == NULL)
972 if (!BN_GF2m_arr2poly(p, field))
975 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/freebsd-9.3-release/lib/libdevstat/
H A Ddevstat.c811 * selected!) and the number of bytes in the "bytes" field of the
812 * selection structure. The bytes field generally must be kept up
1131 * Compute a number of device statistics. Only one field is mandatory, and
1185 #define DELTA(field, index) \
1186 (current->field[(index)] - (previous ? previous->field[(index)] : 0))
1188 #define DELTA_T(field) \
1189 devstat_compute_etime(&current->field, \
1190 (previous ? &previous->field : NULL))
1209 * current is the only mandatory field
[all...]
/freebsd-9.3-release/sbin/dump/
H A Dtraverse.c63 #define DIP(dp, field) \
65 (dp)->dp1.field : (dp)->dp2.field)
66 #define DIP_SET(dp, field, val) do {\
68 (dp)->dp1.field = (val); \
70 (dp)->dp2.field = (val); \
/freebsd-9.3-release/sbin/routed/
H A Dtrace.c466 /* display a bit-field
539 u_int field,
552 while (field != 0
554 if ((b & field) == b) {
561 if (0 == (field &= ~(b | tbl->bits_clear)))
566 if (field != 0 && tbl->bits_name != 0) {
569 (void)fprintf(ftrace, tbl->bits_name, field);
538 trace_bits(const struct bits *tbl, u_int field, int force) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdbarch.sh78 # .... and then going back through each field and strip out those
222 for field in ${read}
224 case ${field} in
280 # declaration. At present this field is unused.
381 echo "Bad field ${field}"
389 # See below (DOCO) for description of each field
1346 Add the field below.
1352 initialize the new field.
1354 verify_gdbarch(): Confirm that the target updated the field
[all...]
H A Drs6000-nat.c117 # define LDI_FIELD(ldi, arch64, field) (ldi)->l32.ldinfo_##field
119 # define LDI_FIELD(ldi, arch64, field) \
120 (arch64 ? (ldi)->l64.ldinfo_##field : (ldi)->l32.ldinfo_##field)
/freebsd-9.3-release/bin/ps/
H A Dps.c991 * depth in the ki_d.level field.
1259 #define DIFF_RETURN(a, b, field) do { \
1260 if ((a)->field != (b)->field) \
1261 return (((a)->field < (b)->field) ? -1 : 1); \
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_fast_pac.c478 const char *field, const u8 *data,
489 need = os_strlen(field) + len * 2 + 30;
491 need += os_strlen(field) + len + 20;
505 ret = os_snprintf(*pos, end - *pos, "%s=", field);
516 ret = os_snprintf(*pos, end - *pos, "%s-txt=", field);
477 eap_fast_write(char **buf, char **pos, size_t *buf_len, const char *field, const u8 *data, size_t len, int txt) argument
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S101 * Decode the FMT field (bits 24-21) and FUNCTION field (bits 5-0).
103 srl v0, a0, 21 - 2 # get FMT field
104 and v0, v0, 0xF << 2 # mask FMT field
105 and v1, a0, 0x3F # mask FUNC field
2268 srl a3, a0, 12 - 2 # get FS field (even regs only)
2269 and a3, a3, 0xF << 2 # mask FS field
2366 srl a3, a0, 17 - 2 # get FT field (even regs only)
2367 and a3, a3, 0xF << 2 # mask FT field
2464 srl a3, a0, 12 - 2 # get FS field (eve
[all...]

Completed in 423 milliseconds

1234567891011>>