| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| H A D | x509.rs | 487 field: c_int, in X509_NAME_add_entry_by_NID() 502 field: *const c_char, in X509_NAME_add_entry_by_txt()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
| H A D | networkconfig.cpp | 427 int NetworkConfig::setNetworkParam(int id, const char *field, in setNetworkParam() argument 433 id, field, quote ? "\"" : "", value, quote ? "\"" : ""); in setNetworkParam()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
| H A D | networkconfig.cpp | 427 int NetworkConfig::setNetworkParam(int id, const char *field, in setNetworkParam() argument 433 id, field, quote ? "\"" : "", value, quote ? "\"" : ""); in setNetworkParam()
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | h264_slice.c | 689 * @param field 0/1 initialize the weight for interlaced MBAFF 692 static void implicit_weight_table(const H264Context *h, H264SliceContext *sl, int field) in implicit_weight_table() argument 701 if (field < 0) { in implicit_weight_table() 717 cur_poc = h->cur_pic_ptr->field_poc[field]; in implicit_weight_table() 743 if (field < 0) { in implicit_weight_table() 747 sl->pwt.implicit_weight[ref0][ref1][field] = w; in implicit_weight_table() 1225 /* Derive top_field_first from field pocs. */ in h264_export_frame_props() 1237 /* Default to top field first when pic_struct_present_flag in h264_export_frame_props() 1537 * slice in a field (or a frame). It decides whether we are decoding a new frame 1538 * or a second field i 1759 int field = h->picture_structure == PICT_BOTTOM_FIELD; h264_field_start() local [all...] |
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | parse.c | 779 struct symbol *field, *last = NULL; in parse_struct_declaration() local 782 FOR_EACH_PTR(sym->symbol_list, field) { in parse_struct_declaration() 783 if (!field->ident) { in parse_struct_declaration() 784 struct symbol *base = field->ctype.base_type; in parse_struct_declaration() 789 last->next_subobject = field; in parse_struct_declaration() 790 last = field; in parse_struct_declaration() 791 } END_FOR_EACH_PTR(field); in parse_struct_declaration()
|
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLVMCodeGenerator.cpp | 517 for (const Type::Field& field : type.fields()) { 518 this->addDebugSlotInfo(varName + "." + field.fName, 519 *field.fType, 909 Value field(expr.type().slotCount()); 911 for (size_t i = 0; i < field.slots(); ++i) { 912 field[i] = base[offset + i]; 914 return field;
|
| /third_party/tzdata/ |
| H A D | zic.c | 1827 getsave(char *field, bool *isdst) in getsave() argument 1831 ptrdiff_t fieldlen = strlen(field); in getsave() 1833 char *ep = field + fieldlen - 1; in getsave() 1839 save = gethms(field, _("invalid saved time")); in getsave() 2003 ** If there was an UNTIL field on this line, in inzsub() 2092 error(_("invalid Rolling/Stationary field on Leap line")); in inleap() 2100 error(_("invalid CORRECTION field on Leap line")); in inleap() 2129 error(_("blank TARGET field on Link line")); in inlink() 2676 #define DO(field) fwrite(tzh.field, sizeo in writezone() [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | ctrl_iface.c | 2216 wpa_printf(MSG_DEBUG, "CTRL_IFACE: field=%s id=%d", rsp, id); in wpa_supplicant_ctrl_iface_ctrl_rsp() 4986 char field[50]; local 4990 len = os_strlcpy(field, _field, sizeof(field)); 4991 if (len >= sizeof(field)) 4994 next_param = os_strchr(field, ' '); 5012 field, iftype ? " iftype=" : "", iftype ? iftype : "", 5015 if (os_strcmp(field, "eap") == 0) { 5021 if (os_strcmp(field, "pairwise") == 0) 5025 if (os_strcmp(field, "grou [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | TimeZoneFormat.java | 156 * ISO 8601 local time difference (basic format) with optional seconds field, or the UTC indicator. 163 * ISO 8601 local time difference (basic format) with optional seconds field. 184 * ISO 8601 local time difference (extended format) with optional seconds field, or the UTC indicator. 191 * ISO 8601 local time difference (extended format) with optional seconds field. 249 * Positive offset with hours field 254 * Negative offset with hours field 625 * @throws IllegalArgumentException when the pattern string does not have required time field letters. 804 * seconds, 2 digit seconds field will be appended. For example, 826 * This format uses the shortest representation of offset. The hours field does not 1685 // Hour/minute/second field in formatOffsetLocalizedGMT() [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
| H A D | CompatibilityTest.java | 339 errln("FAIL: getMinimum larger than getGreatestMinimum for field " + i); in TestGenericAPI() 341 errln("FAIL: getLeastMaximum larger than getMaximum for field " + i); in TestGenericAPI() 343 errln("FAIL: getMinimum not less than getMaximum for field " + i); in TestGenericAPI() 887 // Try to zero out the seconds field 974 int field = EXPECTED_FIELDS[i++]; in TestFields060() 976 if (calendar.get(field) != expected) { in TestFields060() 977 errln("Expected field " + field + " to have value " + expected + in TestFields060() 978 "; received " + calendar.get(field) + " instead"); in TestFields060() 1007 errln("Expected field " in TestEpochStartFields() [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | TimeZoneFormat.java | 144 * ISO 8601 local time difference (basic format) with optional seconds field, or the UTC indicator. 150 * ISO 8601 local time difference (basic format) with optional seconds field. 168 * ISO 8601 local time difference (extended format) with optional seconds field, or the UTC indicator. 174 * ISO 8601 local time difference (extended format) with optional seconds field. 223 * Positive offset with hours field 227 * Negative offset with hours field 581 * @throws IllegalArgumentException when the pattern string does not have required time field letters. 751 * seconds, 2 digit seconds field will be appended. For example, 772 * This format uses the shortest representation of offset. The hours field does not 1615 // Hour/minute/second field in formatOffsetLocalizedGMT() [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/ |
| H A D | CompatibilityTest.java | 342 errln("FAIL: getMinimum larger than getGreatestMinimum for field " + i); in TestGenericAPI() 344 errln("FAIL: getLeastMaximum larger than getMaximum for field " + i); in TestGenericAPI() 346 errln("FAIL: getMinimum not less than getMaximum for field " + i); in TestGenericAPI() 890 // Try to zero out the seconds field 977 int field = EXPECTED_FIELDS[i++]; in TestFields060() 979 if (calendar.get(field) != expected) { in TestFields060() 980 errln("Expected field " + field + " to have value " + expected + in TestFields060() 981 "; received " + calendar.get(field) + " instead"); in TestFields060() 1010 errln("Expected field " in TestEpochStartFields() [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | number_longnames.cpp | 1497 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument 1505 fModifiers[i] = SimpleModifier(compiledFormatter, field, false, {this, SIGNUM_POS_ZERO, plural}); in simpleFormatsToModifiers() 1510 Field field, UErrorCode &status) { in multiSimpleFormatsToModifiers() 1526 fModifiers[i] = SimpleModifier(compoundCompiled, field, false, {this, SIGNUM_POS_ZERO, plural}); in multiSimpleFormatsToModifiers() 1509 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument
|
| /third_party/lame/libmp3lame/ |
| H A D | id3tag.c | 1584 /* empty description field */ in set_frame_apic() 1841 set_text_field(unsigned char *field, const char *text, size_t size, int pad) in set_text_field() argument 1845 *field++ = *text++; in set_text_field() 1848 *field++ = pad; in set_text_field() 1851 return field; in set_text_field() 1885 /* set each field in tag */ in lame_get_id3v1_tag() 1891 /* limit comment field to 28 bytes if a track is specified */ in lame_get_id3v1_tag()
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_function.cpp | 1947 * fields, in order, using one argument per field. Each argument must in process_record_constructor() 1948 * be the same type as the field it sets, or be a type that can be in process_record_constructor() 1949 * converted to the field's type according to Section 4.1.10 “Implicit in process_record_constructor() 2021 const ast_expression *field = subexpressions[0]; in handle_method() local 2030 method = field->primary_expression.identifier; in handle_method() 2035 field->subexpressions[0]->set_is_lhs(true); in handle_method() 2036 op = field->subexpressions[0]->hir(instructions, state); in handle_method()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_longnames.cpp | 1497 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument 1505 fModifiers[i] = SimpleModifier(compiledFormatter, field, false, {this, SIGNUM_POS_ZERO, plural}); in simpleFormatsToModifiers() 1510 Field field, UErrorCode &status) { in multiSimpleFormatsToModifiers() 1526 fModifiers[i] = SimpleModifier(compoundCompiled, field, false, {this, SIGNUM_POS_ZERO, plural}); in multiSimpleFormatsToModifiers() 1509 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 414 .field("ss_len", &self.ss_len) in fmt() 415 .field("ss_family", &self.ss_family) in fmt() 416 .field("__ss_pad1", &self.__ss_pad1) in fmt() 417 .field("__ss_align", &self.__ss_align) in fmt() 418 // FIXME: .field("__ss_pad2", &self.__ss_pad2) in fmt() 1342 // Values for rtprio struct (prio field) and syscall (function argument)
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_longnames.cpp | 1499 void LongNameHandler::simpleFormatsToModifiers(const UnicodeString *simpleFormats, Field field, in simpleFormatsToModifiers() argument 1507 fModifiers[i] = SimpleModifier(compiledFormatter, field, false, {this, SIGNUM_POS_ZERO, plural}); in simpleFormatsToModifiers() 1512 Field field, UErrorCode &status) { in multiSimpleFormatsToModifiers() 1528 fModifiers[i] = SimpleModifier(compoundCompiled, field, false, {this, SIGNUM_POS_ZERO, plural}); in multiSimpleFormatsToModifiers() 1511 multiSimpleFormatsToModifiers(const UnicodeString *leadFormats, UnicodeString trailFormat, Field field, UErrorCode &status) multiSimpleFormatsToModifiers() argument
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_read_image.cpp | 834 for (uint32 field = 0; true; field++) in MapRow() 837 uint32 fieldRows = (rows - field + fFactor - 1) / fFactor; in MapRow() 842 return fieldRow * fFactor + field + top; in MapRow()
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | extension_set.h | 182 // to look up extensions for parsed field numbers. Note that dynamic parsing 455 // Write all extension fields with field numbers in the range 590 // for this extension. This field is only valid when type == TYPE_MESSAGE 627 // deterministic serialization to order fields by field number. 708 // Note to support packed repeated field compatibility, it also fills whether 716 // Note to support packed repeated field compatibility, it also fills whether 726 // ParseField() after field number and was_packed_on_wire is extracted from 727 // the wire tag and ExtensionInfo is found by the field number. 760 bool FindExtension(int wire_type, uint32 field, in FindExtension() argument 765 return FindExtensionInfoFromFieldNumber(wire_type, field, in FindExtension() [all...] |
| /third_party/mesa3d/src/compiler/ |
| H A D | glsl_types.cpp | 1325 * type definitions, and field names to be considered the same type." in record_compare() 2713 * - overrides any struct field offsets but get_explicit_std430_type() tries to 2766 * field in it." in get_explicit_type_for_size_align() 3344 struct glsl_struct_field &field = this->fields.structure[i]; in cl_alignment() local 3345 res = MAX2(res, field.type->cl_alignment()); in cl_alignment() 3364 struct glsl_struct_field &field = this->fields.structure[i]; in cl_size() local 3367 size = align(size, field.type->cl_alignment()); in cl_size() 3368 size += field.type->cl_size(); in cl_size()
|
| /third_party/cmsis/CMSIS/Core/Include/ |
| H A D | core_cm85.h | 3520 \defgroup CMSIS_core_bitfield Core register bit field macros 3521 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 3526 \brief Mask and shift a bit field value for use in a register bit range. 3527 \param[in] field Name of the register bit field. 3528 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 3531 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) 3535 \param[in] field Nam [all...] |
| H A D | core_cm55.h | 3496 \defgroup CMSIS_core_bitfield Core register bit field macros 3497 \brief Macros for use with bit field definitions (xxx_Pos, xxx_Msk). 3502 \brief Mask and shift a bit field value for use in a register bit range. 3503 \param[in] field Name of the register bit field. 3504 \param[in] value Value of the bit field. This parameter is interpreted as an uint32_t type. 3507 #define _VAL2FLD(field, value) (((uint32_t)(value) << field ## _Pos) & field ## _Msk) 3511 \param[in] field Nam [all...] |
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_surface.c | 78 #define AMDGPU_TILING_SET(field, value) \ 79 (((__u64)(value) & AMDGPU_TILING_##field##_MASK) << AMDGPU_TILING_##field##_SHIFT) 80 #define AMDGPU_TILING_GET(value, field) \ 81 (((__u64)(value) >> AMDGPU_TILING_##field##_SHIFT) & AMDGPU_TILING_##field##_MASK)
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_pipeline.c | 2029 * to add a field to flag compute keys because this key is not used alone in pipeline_populate_compute_key() 3427 #define WRITE_STR(field, ...) ({ \ 3428 memset(field, 0, sizeof(field)); \ 3429 UNUSED int _i = snprintf(field, sizeof(field), __VA_ARGS__); \ 3430 assert(_i > 0 && _i < sizeof(field)); \
|