Searched refs:tag_value (Results 1 - 9 of 9) sorted by relevance

/external/boringssl/src/crypto/bytestring/
H A Dcbs.c292 static int cbs_get_asn1(CBS *cbs, CBS *out, unsigned tag_value, argument
303 tag != tag_value) {
315 int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value) { argument
316 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */);
319 int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value) { argument
320 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */);
323 int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value) { argument
327 return CBS_data(cbs)[0] == tag_value;
/external/boringssl/include/openssl/
H A Dbytestring.h176 * element must match |tag_value|. It returns one on success and zero
180 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);
187 * if the next ASN.1 element on |cbs| would have tag |tag_value|. If
191 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value);
/external/boringssl/src/include/openssl/
H A Dbytestring.h176 * element must match |tag_value|. It returns one on success and zero
180 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);
187 * if the next ASN.1 element on |cbs| would have tag |tag_value|. If
191 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_cached.c80 LLVMValueRef tag_value,
94 LLVMBuildStore(builder, tag_value, ptr);
156 LLVMValueRef tag_value, tmp_ptr; local
232 tag_value = LLVMBuildPtrToInt(gallivm->builder, ptr_addr,
234 store_cached_block(gallivm, col, tag_value, hash_index, cache);
78 store_cached_block(struct gallivm_state *gallivm, LLVMValueRef *col, LLVMValueRef tag_value, LLVMValueRef hash_index, LLVMValueRef cache) argument
/external/ltp/tools/
H A Dgenhtml.pl126 @tag_value = split(/=/,$variable_value_pair[0]);
129 "<td><p><strong>$tag_value[1]</strong></p></td>\n" .
/external/ImageMagick/MagickCore/
H A Dproperty.c1227 tag_value;
1418 tag_value=(size_t) ReadPropertyUnsignedShort(endian,q)+tag_offset;
1447 if ((all != 0) || (tag == (size_t) tag_value))
1561 if (EXIFTag[i].tag == tag_value)
1575 if (tag_value < 0x10000)
1577 (unsigned long) tag_value);
1579 if (tag_value < 0x20000)
1581 (unsigned long) (tag_value & 0xffff));
1603 if ((tag_value == TAG_EXIF_OFFSET) ||
1604 (tag_value
1220 tag_value; local
[all...]
H A Dprofile.c2041 tag_value;
2046 tag_value=(ssize_t) ReadProfileShort(endian,q);
2070 switch (tag_value)
2108 if ((tag_value == TAG_EXIF_OFFSET) || (tag_value == TAG_INTEROP_OFFSET))
2028 tag_value; local
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsdp.cc2819 std::string tag_value; local
2820 if (!GetValue(fields[0], kAttributeCrypto, &tag_value, error)) {
2824 if (!GetValueFromString(line, tag_value, &tag, error)) {
/external/v8/src/crankshaft/
H A Dhydrogen.cc4552 HValue* tag_value = Top(); local
4573 Token::EQ_STRICT, tag_value, label_value, tag_type, label_type,
4587 Drop(1); // tag_value
4595 Drop(1); // tag_value

Completed in 425 milliseconds