Home
last modified time | relevance | path

Searched refs:tag_value (Results 1 – 8 of 8) sorted by relevance

/external/boringssl/src/crypto/bytestring/
Dcbs.c292 static int cbs_get_asn1(CBS *cbs, CBS *out, unsigned tag_value, in cbs_get_asn1() argument
303 tag != tag_value) { in cbs_get_asn1()
315 int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1() argument
316 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */); in CBS_get_asn1()
319 int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1_element() argument
320 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */); in CBS_get_asn1_element()
323 int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value) { in CBS_peek_asn1_tag() argument
327 return CBS_data(cbs)[0] == tag_value; in CBS_peek_asn1_tag()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_cached.c80 LLVMValueRef tag_value, in store_cached_block() argument
94 LLVMBuildStore(builder, tag_value, ptr); in store_cached_block()
156 LLVMValueRef tag_value, tmp_ptr; in update_cached_block() local
232 tag_value = LLVMBuildPtrToInt(gallivm->builder, ptr_addr, in update_cached_block()
234 store_cached_block(gallivm, col, tag_value, hash_index, cache); in update_cached_block()
/external/boringssl/src/include/openssl/
Dbytestring.h180 OPENSSL_EXPORT int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value);
184 OPENSSL_EXPORT int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value);
191 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value);
/external/ltp/tools/
Dgenhtml.pl126 @tag_value = split(/=/,$variable_value_pair[0]);
129 … "<td><p><strong>$tag_value[1]</strong></p></td>\n" .
/external/ImageMagick/MagickCore/
Dproperty.c1220 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 …]
Dprofile.c2028 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/
Dwebrtcsdp.cc2819 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/
Dhydrogen.cc4552 HValue* tag_value = Top(); in VisitSwitchStatement() local
4573 Token::EQ_STRICT, tag_value, label_value, tag_type, label_type, in VisitSwitchStatement()