Searched refs:field (Results 176 - 200 of 516) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBType.i393 for field in fields:
394 bit_offset = field.bit_offset
398 members.insert(idx, field)
402 members.append(field)
/freebsd-11-stable/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-11-stable/usr.bin/cut/
H A Dcut.c169 * set a byte in the positions array to indicate if a field or
383 int field, i, isdelim; local
426 for (field = maxval, p = lbuf; field; --field, ++pos) {
/freebsd-11-stable/sys/dev/twa/
H A Dtw_cl_share.h319 /* Determine the offset of a field from the head of the structure it is in. */
320 #define TW_CL_STRUCT_OFFSET(struct_type, field) \
321 (TW_INT8 *)(&((struct_type *)0)->field)
326 * field within it.
328 #define TW_CL_STRUCT_HEAD(addr, struct_type, field) \
330 TW_CL_STRUCT_OFFSET(struct_type, field))
/freebsd-11-stable/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c44 * will result in a field string "SERVERHOSTNAME" and a value
47 * results in a field string "MYFIRSTPARAMETER" and a value " is this! "
52 * field char * The buffer for the field name.
53 * fieldsize size_t The size of the field buffer.
64 char * field,
82 /* Parsing the field name */
100 field[j++] = toupper(string[i]);
105 field[j] = '\0';
141 * It will then copy the requested field int
62 ntpsnmpd_parse_string( const char * string, char * field, size_t fieldsize, char * value, size_t valuesize ) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Drtti.c176 /* The offset-to-top field is at index -2 from the vptr. */
1072 /* Combine offset and flags into one field. */
1134 /* First field is the pseudo type_info base class. */
1296 tree field, fields;
1298 field = build_decl (FIELD_DECL, NULL_TREE, const_ptr_type_node);
1299 fields = field;
1301 field = build_decl (FIELD_DECL, NULL_TREE, const_string_type_node);
1302 TREE_CHAIN (field) = fields;
1303 fields = field;
1334 tree field, field
1293 tree field, fields; local
1331 tree field, fields; local
[all...]
H A Ddecl.c1583 by field decls, there is extra work to do so that
2341 contains a field of pointer to member type? */
3644 tree field, type;
3646 for (field = TYPE_FIELDS (t); field; field = TREE_CHAIN (field))
3647 if (TREE_CODE (field) == FIELD_DECL)
3649 type = TREE_TYPE (field);
3654 "in anonymous aggregate", field);
3634 tree field, type; local
3980 tree field = lookup_field (context, DECL_NAME (decl), 0, false); local
4012 tree field = check_classfn (context, decl, local
4467 next_initializable_field(tree field) argument
4582 tree field; local
4630 CONSTRUCTOR_APPEND_ELT (CONSTRUCTOR_ELTS (new_init), field, field_init); local
5332 tree field, next_field; local
5367 tree fields = NULL_TREE, field; local
6954 tree field, fields; local
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-dis.c100 #define CHECK_FIELD(field) \
103 if (field == 62) \
106 field##isReg = 0; \
107 PUT_NEXT_WORD_IN (field); \
108 limm_value = field; \
110 else if (field > 60) \
112 field##isReg = 0; \
114 flag = (field == 61); \
115 field = FIELDD (state->words[0]); \
148 #define IS_SMALL(x) (((field##
[all...]
/freebsd-11-stable/libexec/getty/
H A Dgettytab.h37 const char *field; /* name to lookup in gettytab */ member in struct:gettystrs
43 const char *field; /* name to lookup */ member in struct:gettynums
50 const char *field; /* name to lookup */ member in struct:gettyflags
/freebsd-11-stable/usr.bin/stat/tests/
H A Dstat_test.sh152 for field in $fields; do
153 eval "$field=\$$field"
/freebsd-11-stable/sys/dev/mlx5/
H A Dport.h218 #define MLX5_GET_ETH_PROTO(reg, out, ext, field) \
219 ((ext) ? MLX5_GET(reg, out, ext_##field) : \
220 MLX5_GET(reg, out, field))
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp31 #define offset_and_size_of(structure, field) \
32 { offsetof(structure, field), sizeof(((structure *)NULL)->field) }
49 // Various info about runtime structures: addresses, field offsets, sizes, etc.
110 // kmp_desc structure (for info field above)
216 // The last field.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc22 * initializers for the member fields of the core data structures. The field
23 * declarations for one structure is enabled by defining the field activation
24 * macro associated with that structure. Only one field activation record
54 * are related to runtime ABI and format. When no field activation macro is
304 * Align the start of next field to be on 8 byte boundaries.
338 * Total size in bytes including this field. It must be a multiple
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc22 * initializers for the member fields of the core data structures. The field
23 * declarations for one structure is enabled by defining the field activation
24 * macro associated with that structure. Only one field activation record
54 * are related to runtime ABI and format. When no field activation macro is
304 * Align the start of next field to be on 8 byte boundaries.
338 * Total size in bytes including this field. It must be a multiple
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c1395 int bit, field, freed, idx; local
1424 for (field = 0; field < _NPCM; field++) {
1425 for (inuse = ~pc->pc_map[field] & pc_freemask[field];
1428 idx = field * sizeof(inuse) * NBBY + bit;
1451 pc->pc_map[field] |= 1UL << bit;
1466 for (field = 0; field < _NPC
1507 int bit, field, idx; local
1562 int bit, field, idx; local
2766 int allfree, bit, field, idx; local
[all...]
/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c234 int field; local
236 field = FALSE;
246 field = TRUE;
256 || (field
261 || (!field && (curnode->symbol->info.rinfo->address >
276 if ((field
281 || (!field
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoffread.c793 /* c_value field contains symnum of next .file entry in table
1029 field is always zero.
1397 int field_size = TYPE_NFIELDS (real_target) * sizeof (struct field);
1401 TYPE_FIELDS (target) = (struct field *) TYPE_ALLOC (target, field_size);
1750 have to check the c_sclass field. SCO 3.2v4 cc gets confused
1941 struct field field;
1972 /* Get space to record the next field's data. */
1978 list->field.name =
1982 FIELD_TYPE (list->field)
1928 struct field field; member in struct:nextfield
[all...]
/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp4773 #pragma clang diagnostic ignored "-Wmissing-field-initializers"
4776 #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
5505 pat.field[0] = sign;
5506 pat.field[1] = value;
5507 pat.field[2] = none; // Any space appears in the symbol.
5508 pat.field[3] = symbol;
5520 // setting pat.field[2]=space so that when
5530 pat.field[0] = sign;
5531 pat.field[3] = symbol;
5535 pat.field[
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-dump.c97 queue_and_dump_index (dump_info_p di, const char *field, tree t, int flags) argument
117 fprintf (di->stream, "%-4s: ", field);
166 dump_pointer (dump_info_p di, const char *field, void *ptr) argument
169 fprintf (di->stream, "%-4s: %-8lx ", field, (unsigned long) ptr);
176 dump_int (dump_info_p di, const char *field, int i) argument
179 fprintf (di->stream, "%-4s: %-7d ", field, i);
186 dump_real (dump_info_p di, const char *field, const REAL_VALUE_TYPE *r) argument
191 fprintf (di->stream, "%-4s: %s ", field, buf);
209 /* Dump the string field S. */
212 dump_string_field (dump_info_p di, const char *field, cons argument
[all...]
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dget.c160 format_field(kadm5_principal_ent_t princ, unsigned int field, argument
163 switch(field) {
402 char *field, *header; local
407 field = strsep(&q, "=");
410 if(strcasecmp(field, f->fieldname) == 0) {
416 krb5_warnx(context, "unknown field name \"%s\"", field);
/freebsd-11-stable/sys/sys/
H A Dcdefs.h487 #define __offsetof(type, field) __builtin_offsetof(type, field)
490 #define __offsetof(type, field) \
491 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
493 #define __offsetof(type, field) \
496 (static_cast<type *> (0)->field))))
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1007 * When this field is set the driver instance is
1975 #define SHMEM_ADDR(sc, field) \
1976 (sc->devinfo.shmem_base + offsetof(struct shmem_region, field))
1977 #define SHMEM_RD(sc, field) REG_RD(sc, SHMEM_ADDR(sc, field))
1978 #define SHMEM_RD16(sc, field) REG_RD16(sc, SHMEM_ADDR(sc, field))
1979 #define SHMEM_WR(sc, field, val) REG_WR(sc, SHMEM_ADDR(sc, field), val)
1981 #define SHMEM2_ADDR(sc, field) \
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c928 #define BUFDUMPSTR(ptr, field) \
929 (void) printf("%s: %20s => ", g_pname, #field); \
930 if ((ptr)->field != NULL) { \
931 const char *c = (ptr)->field; \
946 #define BUFDUMPASSTR(ptr, field, str) \
947 (void) printf("%s: %20s => %s\n", g_pname, #field, str);
949 #define BUFDUMP(ptr, field) \
950 (void) printf("%s: %20s => %lld\n", g_pname, #field, \
951 (long long)(ptr)->field);
953 #define BUFDUMPPTR(ptr, field) \
[all...]
/freebsd-11-stable/contrib/ofed/libibmad/
H A Dmad.h1429 * Another PortCounters field
1479 unsigned recsz; /* return field */
1550 enum MAD_FIELDS field);
1551 MAD_EXPORT void mad_set_field(void *buf, int base_offs, enum MAD_FIELDS field,
1553 /* field must be byte aligned */
1555 enum MAD_FIELDS field);
1556 MAD_EXPORT void mad_set_field64(void *buf, int base_offs, enum MAD_FIELDS field,
1558 MAD_EXPORT void mad_set_array(void *buf, int base_offs, enum MAD_FIELDS field,
1560 MAD_EXPORT void mad_get_array(void *buf, int base_offs, enum MAD_FIELDS field,
1562 MAD_EXPORT void mad_decode_field(uint8_t * buf, enum MAD_FIELDS field,
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.cpp288 bool HexagonDYLDRendezvous::FindMetadata(const char *name, PThreadField field, argument
305 addr + field * sizeof(uint32_t), sizeof(uint32_t), 0, error);
309 if (field == eSize)

Completed in 321 milliseconds

1234567891011>>