Searched refs:tag_value (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/crypto/bytestring/ |
D | cbs.c | 363 static int cbs_get_asn1(CBS *cbs, CBS *out, unsigned tag_value, in cbs_get_asn1() argument 374 tag != tag_value) { in cbs_get_asn1() 386 int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1() argument 387 return cbs_get_asn1(cbs, out, tag_value, 1 /* skip header */); in CBS_get_asn1() 390 int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value) { in CBS_get_asn1_element() argument 391 return cbs_get_asn1(cbs, out, tag_value, 0 /* include header */); in CBS_get_asn1_element() 394 int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value) { in CBS_peek_asn1_tag() argument 401 return parse_asn1_tag(©, &actual_tag) && tag_value == actual_tag; in CBS_peek_asn1_tag()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_cached.c | 80 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/ |
D | bytestring.h | 215 OPENSSL_EXPORT int CBS_get_asn1(CBS *cbs, CBS *out, unsigned tag_value); 219 OPENSSL_EXPORT int CBS_get_asn1_element(CBS *cbs, CBS *out, unsigned tag_value); 226 OPENSSL_EXPORT int CBS_peek_asn1_tag(const CBS *cbs, unsigned tag_value);
|
/external/ltp/tools/ |
D | genhtml.pl | 126 @tag_value = split(/=/,$variable_value_pair[0]); 129 … "<td><p><strong>$tag_value[1]</strong></p></td>\n" .
|
/external/ImageMagick/MagickCore/ |
D | property.c | 1250 tag_value; in GetEXIFProperty() local 1443 tag_value=(size_t) ReadPropertyUnsignedShort(endian,q)+tag_offset; in GetEXIFProperty() 1472 if ((all != 0) || (tag == (size_t) tag_value)) in GetEXIFProperty() 1577 if (EXIFTag[i].tag == tag_value) in GetEXIFProperty() 1591 if (tag_value < 0x10000) in GetEXIFProperty() 1593 (unsigned long) tag_value); in GetEXIFProperty() 1595 if (tag_value < 0x20000) in GetEXIFProperty() 1597 (unsigned long) (tag_value & 0xffff)); in GetEXIFProperty() 1617 if ((tag_value == TAG_EXIF_OFFSET) || in GetEXIFProperty() 1618 (tag_value == TAG_INTEROP_OFFSET) || (tag_value == TAG_GPS_OFFSET)) in GetEXIFProperty() [all …]
|
D | profile.c | 2129 tag_value; in SyncExifProfile() local 2137 tag_value=(ssize_t) ReadProfileShort(endian,q); in SyncExifProfile() 2161 switch (tag_value) in SyncExifProfile() 2201 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()
|