| /third_party/openssl/crypto/bn/ |
| H A D | bn_gf2m.c | 778 BIGNUM *field; in BN_GF2m_mod_inv_arr() local 783 if ((field = BN_CTX_get(ctx)) == NULL) in BN_GF2m_mod_inv_arr() 785 if (!BN_GF2m_arr2poly(p, field)) in BN_GF2m_mod_inv_arr() 788 ret = BN_GF2m_mod_inv(r, xx, field, ctx); in BN_GF2m_mod_inv_arr() 836 BIGNUM *field; in BN_GF2m_mod_div_arr() local 843 if ((field = BN_CTX_get(ctx)) == NULL) in BN_GF2m_mod_div_arr() 845 if (!BN_GF2m_arr2poly(p, field)) in BN_GF2m_mod_div_arr() 848 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx); in BN_GF2m_mod_div_arr()
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | udat.cpp | 93 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()
|
| H A D | buddhcal.h | 139 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such 154 * @param field one of the field numbers 159 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
|
| H A D | cecal.h | 74 * Calculate the limit for a specified type of limit and field 77 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
|
| H A D | taiwncal.h | 136 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such 151 * @param field one of the field numbers 156 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const;
|
| /third_party/protobuf/python/google/protobuf/internal/ |
| H A D | well_known_types_test.py | 429 for field in msg_descriptor.fields: 430 self.assertTrue(field.name in mask.paths) 443 # Repeated field is only allowed in the last position of path 446 # Invalid top level field 450 # Invalid field in root 454 # Invalid field in internal node 458 # Invalid field in leaf 557 # Test merge one field. 560 for field in src.DESCRIPTOR.fields: 561 if field [all...] |
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| H A D | cpp_file.cc | 155 // macros as field names and the generated code compiles after the macro in GenerateMacroUndefs() 468 void FileGenerator::GetCrossFileReferencesForField(const FieldDescriptor* field, in GetCrossFileReferencesForField() argument 470 const Descriptor* msg = field->message_type(); in GetCrossFileReferencesForField() 474 if (IsImplicitWeakField(field, options_, &scc_analyzer_) || in GetCrossFileReferencesForField() 475 IsWeak(field, options_)) { in GetCrossFileReferencesForField() 487 ForEachField(file, [this, refs](const FieldDescriptor* field) { in GetCrossFileReferencesForFile() 488 GetCrossFileReferencesForField(field, refs); in GetCrossFileReferencesForFile() 574 ForEachField(message, [this, &refs](const FieldDescriptor* field) { in GenerateSourceForMessage() 575 GetCrossFileReferencesForField(field, &refs); in GenerateSourceForMessage() 1187 // All classes / enums referred to as field member in GenerateForwardDeclarations() [all...] |
| /third_party/protobuf/src/google/protobuf/ |
| H A D | map_type_handler.h | 107 // Define constants for given wire field type 154 // Internal stored type in MapEntryLite for given wire field type. 157 // Corresponding wire type for field type. 175 static inline uint8* Write(int field, const MapEntryAccessorType& value, 230 static inline uint8* Write(int field, const MapEntryAccessorType& value, \ 363 int field, const MapEntryAccessorType& value, uint8* ptr, in Write() 366 return WireFormatLite::InternalWriteMessage(field, value, ptr, stream); in Write() 372 int field, const MapEntryAccessorType& value, uint8* ptr, \ 375 return stream->Write##DeclaredType(field, value, ptr); \ 385 int field, cons 362 Write( int field, const MapEntryAccessorType& value, uint8* ptr, io::EpsCopyOutputStream* stream) Write() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | NumberRegressionTests.java | 134 symbols.setDecimalSeparator('p'); // change value of field in Test4087245() 854 FieldPosition field = new FieldPosition(0); in Test4062486() 856 fmt.format(num, formatted, field); in Test4062486() 857 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486() 858 errln("Format 1234.5 failed. Begin index: " + field.getBeginIndex() + " End index: " + field.getEndIndex()); in Test4062486() 859 field.setBeginIndex(7); in Test4062486() 860 field.setEndIndex(4); in Test4062486() 861 if (field in Test4062486() [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | NumberRegressionTests.java | 131 symbols.setDecimalSeparator('p'); // change value of field in Test4087245() 851 FieldPosition field = new FieldPosition(0); in Test4062486() 853 fmt.format(num, formatted, field); in Test4062486() 854 if (field.getBeginIndex() != 0 && field.getEndIndex() != 5) in Test4062486() 855 errln("Format 1234.5 failed. Begin index: " + field.getBeginIndex() + " End index: " + field.getEndIndex()); in Test4062486() 856 field.setBeginIndex(7); in Test4062486() 857 field.setEndIndex(4); in Test4062486() 858 if (field in Test4062486() [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_query.c | 96 /* Returns the IOVA of a given uint64_t field in a given slot of a query 98 #define query_iova(type, pool, query, field) \ 99 pool->bo->iova + pool->stride * (query) + offsetof(type, field) 101 #define occlusion_query_iova(pool, query, field) \ 102 query_iova(struct occlusion_query_slot, pool, query, field) 104 #define pipeline_stat_query_iova(pool, query, field) \ 106 offsetof(struct pipeline_stat_query_slot, field) 108 #define primitive_query_iova(pool, query, field, i) \ 109 query_iova(struct primitive_query_slot, pool, query, field) + \ 112 #define perf_query_iova(pool, query, field, [all...] |
| /third_party/node/src/ |
| H A D | env.cc | 317 Local<TypeName> field = PropertyName(); \ in Serialize() 318 if (!field.IsEmpty()) { \ in Serialize() 319 size_t index = creator->AddData(field); \ in Serialize() 348 Local<TypeName> field; \ in DeserializeProperties() 349 if (!maybe_field.ToLocal(&field)) { \ in DeserializeProperties() 352 PropertyName##_.Set(isolate_, field); \ in DeserializeProperties() 365 Local<String> field; in DeserializeProperties() local 366 if (!maybe_field.ToLocal(&field)) { in DeserializeProperties() 369 async_wrap_providers_[j].Set(isolate_, field); in DeserializeProperties() 383 Local<TypeName> field; \ in DeserializeProperties() [all...] |
| /third_party/python/Lib/ |
| H A D | ast.py | 119 omitting unambiguous field names. Attributes such as line 240 # but rather a field of the node itself. 257 Yield a tuple of ``(fieldname, value)`` for each field in ``node._fields`` 260 for field in node._fields: 262 yield field, getattr(node, field) 272 for name, field in iter_fields(node): 273 if isinstance(field, AST): 274 yield field 275 elif isinstance(field, lis [all...] |
| /base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/ |
| H A D | detailed_ecc_key_params.h | 42 HcfECField *field; member
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | ccaltst.h | 84 UCalendarDateFields field);
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | taiwncal.h | 136 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such 151 * @param field one of the field numbers 156 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
|
| H A D | cecal.h | 74 * Calculate the limit for a specified type of limit and field 77 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | buddhcal.h | 139 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such 154 * @param field one of the field numbers 159 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
|
| H A D | taiwncal.h | 136 * use the UCAL_EXTENDED_YEAR field or the UCAL_YEAR and supra-year fields (such 151 * @param field one of the field numbers 156 virtual int32_t handleGetLimit(UCalendarDateFields field, ELimitType limitType) const override;
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | txt_db.h | 46 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *),
|
| /third_party/skia/src/sfnt/ |
| H A D | SkOTTable_gasp.h | 53 } field; member
|
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| H A D | objectivec_map_field.h | 44 friend FieldGenerator* FieldGenerator::Make(const FieldDescriptor* field,
|
| /third_party/protobuf/objectivec/ |
| H A D | GPBMessage_PackagePrivate.h | 61 // GPBMessage_Storage with _has_storage__ as the first field. in GPBMessage() 100 // its field |field|. 103 GPBFieldDescriptor *field)
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
| H A D | networkconfig.h | 28 virtual int setNetworkParam(int id, const char *field,
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
| H A D | networkconfig.h | 28 virtual int setNetworkParam(int id, const char *field,
|