Searched refs:tag_value (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 253 static int cbs_get_asn1(CBS *cbs, CBS *out, unsigned tag_value, in cbs_get_asn1() argument 264 tag != tag_value) { in cbs_get_asn1() 276 int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1() argument 277 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */); in CBS_get_asn1() 280 int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1_element() argument 281 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */); in CBS_get_asn1_element() 284 int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value) { in CBS_peek_asn1_tag() argument 288 return CBS_data(cbs)[0] == tag_value; in CBS_peek_asn1_tag()
|
/external/boringssl/src/include/openssl/ |
D | bytestring.h | 144 OPENSSL_EXPORT int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value); 148 OPENSSL_EXPORT int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value); 155 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value);
|
/external/ImageMagick/MagickCore/ |
D | property.c | 1220 tag_value; in GetEXIFProperty() local 1411 tag_value=(size_t) ReadPropertyUnsignedShort(endian,q)+tag_offset; in GetEXIFProperty() 1440 if ((all != 0) || (tag == (size_t) tag_value)) in GetEXIFProperty() 1554 if (EXIFTag[i].tag == tag_value) in GetEXIFProperty() 1568 if (tag_value < 0x10000) in GetEXIFProperty() 1570 (unsigned long) tag_value); in GetEXIFProperty() 1572 if (tag_value < 0x20000) in GetEXIFProperty() 1574 (unsigned long) (tag_value & 0xffff)); in GetEXIFProperty() 1596 if ((tag_value == TAG_EXIF_OFFSET) || in GetEXIFProperty() 1597 (tag_value == TAG_INTEROP_OFFSET) || (tag_value == TAG_GPS_OFFSET)) in GetEXIFProperty() [all …]
|
D | profile.c | 2028 tag_value; in SyncExifProfile() local 2033 tag_value=(ssize_t) ReadProfileShort(endian,q); in SyncExifProfile() 2057 switch (tag_value) in SyncExifProfile() 2095 if ((tag_value == TAG_EXIF_OFFSET) || (tag_value == TAG_INTEROP_OFFSET)) in SyncExifProfile()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 2819 std::string tag_value; in ParseCryptoAttribute() local 2820 if (!GetValue(fields[0], kAttributeCrypto, &tag_value, error)) { in ParseCryptoAttribute() 2824 if (!GetValueFromString(line, tag_value, &tag, error)) { in ParseCryptoAttribute()
|
/external/v8/src/crankshaft/ |
D | hydrogen.cc | 5038 HValue* tag_value = Top(); in VisitSwitchStatement() local 5059 Token::EQ_STRICT, tag_value, label_value, tag_type, label_type, in VisitSwitchStatement()
|