Searched refs:field_type (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcessStructReader.h55 CompilerType field_type = struct_type.GetFieldAtIndex( local
60 auto size = field_type.GetByteSize(nullptr);
67 FieldImpl{field_type, byte_index, static_cast<size_t>(*size)};
/freebsd-13-stable/contrib/ncurses/form/
H A Dfld_type.c85 | Function : FIELDTYPE *field_type(const FIELD *field)
92 field_type(const FIELD *field) function
94 T((T_CALLED("field_type(%p)"), (const void *)field));
H A Dform.priv.h234 #define returnFieldType(code) TRACE_RETURN1(code,field_type)
H A Dform.h380 extern NCURSES_EXPORT(FIELDTYPE *) field_type (const FIELD *);
/freebsd-13-stable/contrib/unbound/dnstap/
H A Ddnstap_fstrm.c206 uint32_t field_type = sldns_read_uint32(pos); local
212 if(field_type == FSTRM_CONTROL_FIELD_TYPE_CONTENT_TYPE) {
226 (unsigned int)field_type,
/freebsd-13-stable/crypto/openssl/crypto/ec/
H A Dec_oct.c33 if (group->meth->field_type == NID_X9_62_prime_field)
84 if (group->meth->field_type == NID_X9_62_prime_field)
114 if (group->meth->field_type == NID_X9_62_prime_field)
H A Dec_asn1.c293 int field_type;
306 field_type = EC_GROUP_get_basis_type(group);
308 if (field_type == 0) {
313 if ((char_two->type = OBJ_nid2obj(field_type)) == NULL) {
318 if (field_type == NID_X9_62_tpBasis) {
333 } else if (field_type == NID_X9_62_ppBasis) {
349 } else { /* field_type == NID_X9_62_onBasis */
H A Dec_lib.c264 return meth->field_type;
306 if (group->meth->field_type == NID_X9_62_characteristic_two_field) {
H A Dec_local.h43 int field_type; /* a NID */ member in struct:ec_method_st
H A Dec_curve.c19 int field_type, /* either NID_X9_62_prime_field or member in struct:__anon6984
3052 } else if (data->field_type == NID_X9_62_prime_field) {
3059 else { /* field_type ==
3212 int ret = -1, nid, len, field_type, param_len; local
3228 field_type = EC_METHOD_get_field_type(meth);
3288 if (data->field_type == field_type
/freebsd-13-stable/lib/ncurses/form/
H A DMakefile125 form_field_validation.3 field_type.3 \
/freebsd-13-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.y88 static void process_field(unsigned int field_type, symbol_t *sym, int mask);
1381 process_field(unsigned int field_type, symbol_t *sym, int value)
1391 sym->type = field_type;
1394 if (field_type != ENUM_ENTRY) {
1395 if (field_type != MASK && value == 0) {
1406 } else if (sym->type != field_type) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp467 CompilerType field_type(this_type.GetFieldAtIndex(
469 if (field_type.IsValid()) {
474 new TypeMemberImpl(TypeImplSP(new TypeImpl(field_type)), bit_offset,
/freebsd-13-stable/sys/dev/ice/
H A Dice_flow.c1162 * @field_type: type of the field
1183 enum ice_flow_fld_match_type field_type, u16 val_loc,
1189 if (field_type == ICE_FLOW_FLD_TYPE_RANGE)
1192 seg->fields[fld].type = field_type;
1182 ice_flow_set_fld_ext(struct ice_flow_seg_info *seg, enum ice_flow_field fld, enum ice_flow_fld_match_type field_type, u16 val_loc, u16 mask_loc, u16 last_loc) argument
/freebsd-13-stable/crypto/openssl/ssl/
H A Dt1_lib.c458 int field_type = EC_METHOD_get_field_type(EC_GROUP_method_of(grp)); local
460 if (field_type == NID_X9_62_prime_field)
462 else if (field_type == NID_X9_62_characteristic_two_field)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h865 const CompilerType &field_type,
H A DTypeSystemClang.cpp6489 CompilerType field_type = GetType(field->getType()); local
6491 if (field_type.GetIndexOfChildMemberWithName(
8357 clang::QualType field_type = field->getType(); local
8362 getASTContext().getTypeInfo(field_type);
8374 std::string field_type_name(field_type.getAsString());
8385 CompilerType field_clang_type = GetType(field_type);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2836 us_type2str(unsigned field_type) argument
2838 switch (field_type) {

Completed in 142 milliseconds