Home
last modified time | relevance | path

Searched refs:field (Results 1076 - 1100 of 1887) sorted by relevance

1...<<41424344454647484950>>...76

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dradiotap_iter.h12 uint8_t field; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.h37 QString field; member in UserDataRequest
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dradiotap_iter.h12 uint8_t field; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Duserdatarequest.h37 QString field; member in UserDataRequest
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/include/
H A Dcore_802.h608 \defgroup CSI_core_bitfield Core register bit field macros
609 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk).
614 \brief Mask and shift a bit field value for use in a register bit range.
615 \param[in] field Name of the register bit field.
616 \param[in] value Value of the bit field.
619 #define _VAL2FLD(field, value) ((value << field ## _Pos) & field ## _Msk)
623 \param[in] field Nam
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H A Dcapture_v1x.c416 stream->u.sp.field == RKISP_FIELD_EVEN))) { in mi_frame_end()
434 stream->u.sp.field == RKISP_FIELD_ODD)) { in mi_frame_end()
436 * Interlaced: odd field next buffer address in mi_frame_end()
452 stream->u.sp.field == RKISP_FIELD_EVEN) { in mi_frame_end()
453 /* Interlaced: event field next buffer address */ in mi_frame_end()
468 stream->u.sp.field_rec = stream->u.sp.field; in mi_frame_end()
753 dev->active_sensor->fmt[0].format.field == in rkisp_start_streaming()
762 stream->u.sp.field = RKISP_FIELD_INVAL; in rkisp_start_streaming()
/third_party/mesa3d/src/glx/
H A Dg_glxglvnddispatchfuncs.c14 #define __ATTRIB(field) \
15 [DI_##field] = "glX"#field
971 #define __ATTRIB(field) \
972 [DI_##field] = (void *)dispatch_##field
/third_party/node/src/
H A Dutil-inl.h167 constexpr uintptr_t OffsetOf(Inner Outer::*field) { in OffsetOf()
168 return reinterpret_cast<uintptr_t>(&(static_cast<Outer*>(nullptr)->*field)); in OffsetOf()
172 ContainerOfHelper<Inner, Outer>::ContainerOfHelper(Inner Outer::*field, in ContainerOfHelper()
176 reinterpret_cast<uintptr_t>(pointer) - OffsetOf(field))) {} in ContainerOfHelper()
185 constexpr ContainerOfHelper<Inner, Outer> ContainerOf(Inner Outer::*field, in ContainerOf()
187 return ContainerOfHelper<Inner, Outer>(field, pointer); in ContainerOf()
/third_party/nghttp2/src/
H A Dutil.h529 bool has_uri_field(const http_parser_url &u, http_parser_url_fields field);
532 const http_parser_url &u2, http_parser_url_fields field);
535 http_parser_url_fields field, const char *t);
538 http_parser_url_fields field, const StringRef &t);
541 http_parser_url_fields field);
549 http_parser_url_fields field);
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf_query.c734 const struct intel_perf_query_field *field = in snapshot_query_layout() local
737 switch (field->type) { in snapshot_query_layout()
740 offset + field->location, in snapshot_query_layout()
750 field->mmio_offset, field->size, in snapshot_query_layout()
751 offset + field->location); in snapshot_query_layout()
754 unreachable("Invalid field type"); in snapshot_query_layout()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c452 static inline void sqlite_bind_text(sqlite3_stmt *stmt, const char *field, const char *var, int len) in sqlite_bind_text() argument
454 if (sqlite3_bind_text(stmt, sqlite3_bind_parameter_index(stmt, field), var, len, SQLITE_STATIC) != SQLITE_OK) in sqlite_bind_text()
455 semind_error(1, 0, "unable to bind value for %s: %s", field, sqlite3_errmsg(semind_db)); in sqlite_bind_text()
458 static inline void sqlite_bind_int64(sqlite3_stmt *stmt, const char *field, long long var) in sqlite_bind_int64() argument
460 if (sqlite3_bind_int64(stmt, sqlite3_bind_parameter_index(stmt, field), var) != SQLITE_OK) in sqlite_bind_int64()
461 semind_error(1, 0, "unable to bind value for %s: %s", field, sqlite3_errmsg(semind_db)); in sqlite_bind_int64()
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc79 int32_t field = TableGet<kEntryDist>(table, low); in LookupPredicate() local
80 uchar entry = GetEntry(field); in LookupPredicate()
81 bool is_start = IsStart(field); in LookupPredicate()
133 int32_t field = TableGet<kEntryDist>(table, low); in LookupMapping() local
134 uchar entry = GetEntry(field); in LookupMapping()
135 bool is_start = IsStart(field); in LookupMapping()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dcheck.rs335 for field in &strct.fields { in check_api_struct()
336 if let Type::Fn(_) = field.ty { in check_api_struct()
338 field, in check_api_struct()
339 "function pointers in a struct field are not implemented yet", in check_api_struct()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
342 let desc = describe(cx, &field.ty); in check_api_struct()
344 cx.error(field, msg); in check_api_struct()
/third_party/rust/crates/cxx/syntax/
H A Dcheck.rs335 for field in &strct.fields { in check_api_struct()
336 if let Type::Fn(_) = field.ty { in check_api_struct()
338 field, in check_api_struct()
339 "function pointers in a struct field are not implemented yet", in check_api_struct()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
342 let desc = describe(cx, &field.ty); in check_api_struct()
344 cx.error(field, msg); in check_api_struct()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dcheck.rs335 for field in &strct.fields { in check_api_struct()
336 if let Type::Fn(_) = field.ty { in check_api_struct()
338 field, in check_api_struct()
339 "function pointers in a struct field are not implemented yet", in check_api_struct()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
342 let desc = describe(cx, &field.ty); in check_api_struct()
344 cx.error(field, msg); in check_api_struct()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dcheck.rs335 for field in &strct.fields { in check_api_struct()
336 if let Type::Fn(_) = field.ty { in check_api_struct()
338 field, in check_api_struct()
339 "function pointers in a struct field are not implemented yet", in check_api_struct()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
342 let desc = describe(cx, &field.ty); in check_api_struct()
344 cx.error(field, msg); in check_api_struct()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DValidateAST.cpp238 for (const TField *field : structOrBlock->fields()) in visitStructOrInterfaceBlockDeclaration()
240 visitStructUsage(*field->type(), field->line()); in visitStructOrInterfaceBlockDeclaration()
411 // If it's a reference to a field of a nameless interface block, match it by index and name. in visitVariableNeedingDeclaration()
430 "interface block field <validateVariableReferences>", in visitVariableNeedingDeclaration()
912 // fields are matched by field index, and then verified to match by name. in visitDeclaration()
949 for (const TField *field : structOrBlock->fields()) in visitDeclaration()
951 const TType *fieldType = field->type(); in visitDeclaration()
957 "Found block field with undefined precision <validatePrecision>", in visitDeclaration()
958 field in visitDeclaration()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h273 // This class provides access to map field using reflection, which is the same
290 // Returns reference to internal repeated field. Data written using
292 // included in repeated field.
295 // Like above. Returns mutable pointer to the internal repeated field.
302 // Returns whether changes to the map are reflected in the repeated field.
313 // Sync Map with repeated field and returns the size of map.
317 // Returns the number of bytes used by the repeated field, excluding
326 // Gets the size of space used by map field.
345 // Provides derived class the access to repeated field.
350 // synchronized to repeated field
526 AllAreInitialized( const MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>& field) AllAreInitialized() argument
733 MapIterator(Message* message, const FieldDescriptor* field) MapIterator() argument
[all...]
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dcheck.rs335 for field in &strct.fields { in check_api_struct()
336 if let Type::Fn(_) = field.ty { in check_api_struct()
338 field, in check_api_struct()
339 "function pointers in a struct field are not implemented yet", in check_api_struct()
341 } else if is_unsized(cx, &field.ty) { in check_api_struct()
342 let desc = describe(cx, &field.ty); in check_api_struct()
344 cx.error(field, msg); in check_api_struct()
/base/security/crypto_framework/test/unittest/src/ecc/
H A Dcrypto_ecc_no_length_verify_sub_test.cpp90 eccKeyPairSpec->base.field = tmpField; in ConstructEcc224KeyPairParamsSpec()
91 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc224KeyPairParamsSpec()
92 ((HcfECFieldFp *)(eccKeyPairSpec->base.field))->p.data = in ConstructEcc224KeyPairParamsSpec()
94 ((HcfECFieldFp *)(eccKeyPairSpec->base.field))->p.len = NID_secp224r1_len; in ConstructEcc224KeyPairParamsSpec()
124 eccKeyPairSpec->base.field = tmpField; in ConstructEcc256KeyPairParamsSpec()
125 eccKeyPairSpec->base.field->fieldType = const_cast<char *>(g_eccFieldType.c_str()); in ConstructEcc256KeyPairParamsSpec()
126 ((HcfECFieldFp *)(eccKeyPairSpec->base.field))->p.data = in ConstructEcc256KeyPairParamsSpec()
128 ((HcfECFieldFp *)(eccKeyPairSpec->base.field))->p.len = NID_X9_62_prime256v1_len; in ConstructEcc256KeyPairParamsSpec()
158 eccKeyPairSpec->base.field = tmpField; in ConstructEcc384KeyPairParamsSpec()
159 eccKeyPairSpec->base.field in ConstructEcc384KeyPairParamsSpec()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dutlist.h427 #define LL_SEARCH_SCALAR(head,out,field,val) \
428 LL_SEARCH_SCALAR2(head,out,field,val,next)
430 #define LL_SEARCH_SCALAR2(head,out,field,val,next) \
433 if ((out)->field == (val)) break; \
965 #define CDL_SEARCH_SCALAR(head,out,field,val) \
966 CDL_SEARCH_SCALAR2(head,out,field,val,next)
968 #define CDL_SEARCH_SCALAR2(head,out,field,val,next) \
971 if ((out)->field == (val)) break; \
/third_party/icu/icu4c/source/i18n/
H A Dudat.cpp93 udat_toCalendarDateField(UDateFormatField field) { in udat_toCalendarDateField() argument
96 return (field >= UDAT_ERA_FIELD && field < UPRV_LENGTHOF(gDateFieldMapping))? gDateFieldMapping[field]: UCAL_FIELD_COUNT; in udat_toCalendarDateField()
246 fp.setField(position->field); in udat_format()
284 fp.setField(position->field); in udat_formatCalendar()
461 udat_getNumberFormatForField(const UDateFormat* fmt, UChar field) in udat_getNumberFormatForField() argument
466 return (const UNumberFormat*) ((SimpleDateFormat*)fmt)->getNumberFormatForField(field); in udat_getNumberFormatForField()
/third_party/node/deps/icu-small/source/i18n/
H A Dudat.cpp93 udat_toCalendarDateField(UDateFormatField field) UPRV_NO_SANITIZE_UNDEFINED {
96 return (field >= UDAT_ERA_FIELD && field < UPRV_LENGTHOF(gDateFieldMapping))? gDateFieldMapping[field]: UCAL_FIELD_COUNT;
247 fp.setField(position->field); in udat_format()
285 fp.setField(position->field); in udat_formatCalendar()
462 udat_getNumberFormatForField(const UDateFormat* fmt, char16_t field) in udat_getNumberFormatForField() argument
467 return (const UNumberFormat*) ((SimpleDateFormat*)fmt)->getNumberFormatForField(field); in udat_getNumberFormatForField()
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_gf2m.c783 BIGNUM *field; in BN_GF2m_mod_inv_arr() local
788 if ((field = BN_CTX_get(ctx)) == NULL) in BN_GF2m_mod_inv_arr()
790 if (!BN_GF2m_arr2poly(p, field)) in BN_GF2m_mod_inv_arr()
793 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr()
841 BIGNUM *field; in BN_GF2m_mod_div_arr() local
848 if ((field = BN_CTX_get(ctx)) == NULL) in BN_GF2m_mod_div_arr()
850 if (!BN_GF2m_arr2poly(p, field)) in BN_GF2m_mod_div_arr()
853 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
/third_party/libcoap/include/coap3/
H A Dcoap_utlist_internal.h425 #define LL_SEARCH_SCALAR(head,out,field,val) \
426 LL_SEARCH_SCALAR2(head,out,field,val,next)
428 #define LL_SEARCH_SCALAR2(head,out,field,val,next) \
431 if ((out)->field == (val)) break; \
963 #define CDL_SEARCH_SCALAR(head,out,field,val) \
964 CDL_SEARCH_SCALAR2(head,out,field,val,next)
966 #define CDL_SEARCH_SCALAR2(head,out,field,val,next) \
969 if ((out)->field == (val)) break; \

Completed in 34 milliseconds

1...<<41424344454647484950>>...76