Searched refs:field (Results 376 - 400 of 456) sorted by relevance

<<111213141516171819

/freebsd-13-stable/crypto/heimdal/include/kadm5/
H A DMakefile.in69 $(top_srcdir)/cf/have-struct-field.m4 \
/freebsd-13-stable/crypto/heimdal/lib/
H A DMakefile.in69 $(top_srcdir)/cf/have-struct-field.m4 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp171 "unexpectedly overwriting field");
613 // Truncate the size of FieldValue to the bit field size.
718 // If we split apart the field's value, try to collapse it down to a
737 // After emitting a non-empty field with [[no_unique_address]], we may
838 // After emitting a non-empty field with [[no_unique_address]], we may
1053 auto field = E->getTargetUnionField(); local
1055 auto C = Emitter.tryEmitPrivateForMemory(subExpr, field->getType());
2249 // For unions, stop after the first named field.
2271 // We might have already laid this field out.
H A DCodeGenModule.h256 /// The alignment of the field. This is important because
257 /// different offsets to the field within the byref struct need to
276 virtual void emitDispose(CodeGenFunction &CGF, Address field) = 0;
1247 /// {i8 *, i8 *, i8 *, i32}. The first field is a constant expression, the
1248 /// GlobalValue being annotated. The second field is the constant string
1249 /// created from the AnnotateAttr's annotation. The third field is a constant
1250 /// string containing the name of the translation unit. The fourth field is
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp218 #define arrayoffsetof(type, index, field) ((size_t)(&((type *)0)[index].field))
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1573 assert(!Inst->getDeclName() && "Instantiated field decl is not unnamed");
1574 assert(!Tmpl->getDeclName() && "Template field decl is not unnamed");
1576 "Already noted what unnamed field was instantiated from");
1739 // the field is packed, the struct is packed, or the struct has a
1740 // a max-field-alignment constraint (#pragma pack). So calculate
1741 // the actual alignment of the field within the struct, and then
3069 // so fill in the canonical type field.
3097 // so fill in the canonical type field.
3187 // type either so fill in the canonical type field.
3223 // either, so fill in the canonical type field
7691 const auto *field = cast<FieldDecl>(dcl); local
[all...]
/freebsd-13-stable/sys/dev/mly/
H A Dmly.c1053 /* set buffer sizes - abuse of data_size field is revolting */
1646 * out from under us, so we need to save the mc_complete field in
2265 csio->ccb_h.sim_priv.entries[0].field = bus;
2342 bus = csio->ccb_h.sim_priv.entries[0].field;
/freebsd-13-stable/contrib/lua/src/
H A Dlparser.c891 static void field (LexState *ls, ConsControl *cc) { function
892 /* field -> listfield | recfield */
914 /* constructor -> '{' [ field { sep field } [sep] ] '}'
931 field(ls, &cc);
1324 if (vkisindexed(lh->v.k)) { /* assignment to table field? */
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c118 integer_to_BN(krb5_context context, const char *field, const heim_integer *f) argument
125 N_("PKINIT: parsing BN failed %s", ""), field);
/freebsd-13-stable/crypto/heimdal/lib/vers/
H A DMakefile.in70 $(top_srcdir)/cf/have-struct-field.m4 \
/freebsd-13-stable/crypto/heimdal/tools/
H A DMakefile.in71 $(top_srcdir)/cf/have-struct-field.m4 \
/freebsd-13-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c538 vm_get_vmcs_field(struct vmctx *ctx, int vcpu, int field, uint64_t *ret_val) argument
541 return (vm_get_register(ctx, vcpu, VMCS_IDENT(field), ret_val));
/freebsd-13-stable/usr.sbin/camdd/
H A Dcamdd.c436 #define ppriv_field0 periph_priv.entries[0].field
437 #define ppriv_field1 periph_priv.entries[1].field
3469 * commas, skip over it and look for the next field.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h67 /// The implementation of lldb::Type's m_payload field for TypeSystemClang.
384 bool FieldIsBitfield(clang::FieldDecl *field, uint32_t &bitfield_bit_size);
/freebsd-13-stable/contrib/ldns/drill/
H A Dconfigure6279 nfields = split(line, field, "@")
6281 len = length(field[1])
6283 key = field[i]
6288 len += length(value) + length(field[++i])
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_manip.c314 t_FmPcdFields field; local
317 field = p_HdrInfo->fullField;
324 switch (field.eth)
333 ("Header manipulation of the type Ethernet with this field not supported"));
337 switch (field.vlan)
351 ("Header manipulation of the type VLAN with this field not supported"));
358 ("Header manipulation of this header by field not supported"));
3384 RETURN_ERROR(MAJOR, E_INVALID_VALUE, ("ipIdentGenId has to be one out of 8 sequence number generators (0 - 7) for IP identification field"));
/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_pcd_ext.h552 field/header.
866 #define HDR_MANIP_IPV4_TOS 0x80000000 /**< update TOS with the given value ('tos' field
868 #define HDR_MANIP_IPV4_ID 0x40000000 /**< update IP ID with the given value ('id' field
872 ('src' field of t_FmPcdManipHdrFieldUpdateIpv4) */
874 ('dst' field of t_FmPcdManipHdrFieldUpdateIpv4) */
879 ('trafficClass' field of t_FmPcdManipHdrFieldUpdateIpv6) */
882 ('src' field of t_FmPcdManipHdrFieldUpdateIpv6) */
884 ('dst' field of t_FmPcdManipHdrFieldUpdateIpv6) */
889 ('src' field of t_FmPcdManipHdrFieldUpdateTcpUdp) */
891 ('dst' field o
1468 t_FmPcdFields field; /**< Field selection */ member in struct:t_FmPcdFromField
[all...]
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h63 CAM_CDB_POINTER = 0x00000001,/* The CDB field is a pointer */
319 u_long field; member in union:__anon8556
905 u_int8_t dev_type; /* Value for dev type field in EDT */
1281 * Definitions for the timeout field in the SCSI I/O CCB.
/freebsd-13-stable/contrib/wpa/hostapd/
H A Dconfig_file.c1035 wpa_printf(MSG_ERROR, "Unknown tx_queue field '%s'", pos);
1978 wpa_printf(MSG_ERROR, "Line %d: Unexpected OSU field", line);
1997 wpa_printf(MSG_ERROR, "Line %d: Unexpected OSU field", line);
2014 wpa_printf(MSG_ERROR, "Line %d: Unexpected OSU field", line);
2032 wpa_printf(MSG_ERROR, "Line %d: Unexpected OSU field", line);
2052 wpa_printf(MSG_ERROR, "Line %d: Unexpected OSU field", line);
2073 wpa_printf(MSG_ERROR, "Line %d: Unexpected OSU field", line);
4611 struct hostapd_bss_config *bss, const char *field,
4617 errors = hostapd_config_fill(conf, bss, field, value, 0);
4619 wpa_printf(MSG_INFO, "Failed to set configuration field '
4610 hostapd_set_iface(struct hostapd_config *conf, struct hostapd_bss_config *bss, const char *field, char *value) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp340 // MaterializeTemporaryExpr may appear out of place, after a few field and
839 // Constructors build the object directly in the field,
842 // The field was directly constructed, so there is no need to bind.
2485 // Lookup the field of the lambda.
2533 // FIXME: Compute lvalue of field pointers-to-member.
2649 const auto *field = cast<FieldDecl>(Member); local
2650 SVal L = state->getLValue(field, baseExprVal);
2666 if (field->getType()->isReferenceType()) {
/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.c1883 if (ccb->ccb_h.sim_priv.entries[0].field == MPS_WD_RETRY) {
2140 ccb->ccb_h.sim_priv.entries[0].field = MPS_WD_RETRY;
2144 ccb->ccb_h.sim_priv.entries[0].field = 0;
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c708 * on hardware. The saved value is added to the PMCs value field
3590 #define CFETCH(a, b, field) a.field = counter_u64_fetch(b.field)
4012 /* Fill in the correct value in the ID field */
4377 * field.
4381 * savedvalue field.
5016 * If the NMI handler sets the pm_stalled field of a PMC after
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp2642 // Update the t_nproc field in the threads that are still active.
7720 * size is the *minimum* field length
7723 * Available field types:
7734 * Implementation-specific field types can be added
7740 // field types.
7762 // Return the number of characters it takes to hold field
7790 // Parse field modifiers if they are present
7801 // Parse width of field: [width_left, width_right)
7909 // According to spec, If an implementation does not have info for field
7912 // Skip the field
[all...]
/freebsd-13-stable/sys/kern/
H A Dvfs_subr.c4628 #define XV_COPY(field) xvn[n].xv_##field = vp->v_##field
6102 * Function to initialize a va_filerev field sensibly.
/freebsd-13-stable/contrib/sqlite3/tea/
H A Dconfigure9685 nfields = split(line, field, "@")
9687 len = length(field[1])
9689 key = field[i]
9694 len += length(value) + length(field[++i])

Completed in 322 milliseconds

<<111213141516171819