Home
last modified time | relevance | path

Searched refs:otag (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/memcheck/
Dmc_main.c1794 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag ) in MC_()
1800 ocache_sarp_Set_Origins ( a, len, otag ); in MC_()
2565 static INLINE void set_aligned_word64_Origin_to_undef ( Addr a, UInt otag ) in set_aligned_word64_Origin_to_undef() argument
2578 line->w32[lineoff+0] = otag; in set_aligned_word64_Origin_to_undef()
2579 line->w32[lineoff+1] = otag; in set_aligned_word64_Origin_to_undef()
2619 void make_aligned_word32_undefined_w_otag ( Addr a, UInt otag ) in make_aligned_word32_undefined_w_otag() argument
2631 line->w32[lineoff] = otag; in make_aligned_word32_undefined_w_otag()
2703 void make_aligned_word64_undefined_w_otag ( Addr a, UInt otag ) in make_aligned_word64_undefined_w_otag() argument
2715 line->w32[lineoff+0] = otag; in make_aligned_word64_undefined_w_otag()
2716 line->w32[lineoff+1] = otag; in make_aligned_word64_undefined_w_otag()
[all …]
Dmc_errors.c97 UInt otag; // origin tag member
104 UInt otag; // origin tag member
130 UInt otag; // origin tag member
139 UInt otag; // origin tag member
148 UInt otag; // origin tag member
447 extra->Err.Value.otag & 3 ); in MC_()
456 extra->Err.Value.otag & 3 ); in MC_()
469 extra->Err.Cond.otag & 3 ); in MC_()
478 extra->Err.Cond.otag & 3 ); in MC_()
492 extra->Err.RegParam.otag & 3 ); in MC_()
[all …]
Dmc_include.h138 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
419 void MC_(record_cond_error) ( ThreadId tid, UInt otag );
420 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag );
430 void MC_(record_regparam_error) ( ThreadId tid, const HChar* msg, UInt otag );
432 Bool isAddrErr, const HChar* msg, UInt otag );
434 Bool isAddrErr, UInt otag );
/external/boringssl/src/crypto/asn1/
Dtasn_dec.c77 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
170 int otag; in ASN1_item_ex_d2i() local
205 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL, in ASN1_item_ex_d2i()
222 if (!(ASN1_tag2bit(otag) & it->utype)) in ASN1_item_ex_d2i()
231 it, otag, 0, 0, ctx); in ASN1_item_ex_d2i()
1254 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, in asn1_check_tlen() argument
1336 if (otag) in asn1_check_tlen()
1337 *otag = ptag; in asn1_check_tlen()