HomeSort by relevance Sort by last modified time
    Searched refs:otag (Results 1 - 4 of 4) sorted by null

  /external/valgrind/memcheck/
mc_main.c 2789 UInt otag = ecu | MC_OKIND_STACK; local
2825 UInt otag = ecu | MC_OKIND_STACK; local
2870 UInt otag = ecu | MC_OKIND_STACK; local
2930 UInt otag = ecu | MC_OKIND_STACK; local
2989 UInt otag = ecu | MC_OKIND_STACK; local
3061 UInt otag = ecu | MC_OKIND_STACK; local
3136 UInt otag = ecu | MC_OKIND_STACK; local
3217 UInt otag = ecu | MC_OKIND_STACK; local
3304 UInt otag = ecu | MC_OKIND_STACK; local
3396 UInt otag = ecu | MC_OKIND_STACK; local
3524 UInt otag; local
3966 UInt otag = 0; local
4001 UInt otag = 0; local
4135 UInt otag; local
4183 UInt otag; local
6337 UInt otag; local
    [all...]
mc_errors.c 97 UInt otag; // origin tag member in struct:_MC_Error::__anon25660::__anon25661
104 UInt otag; // origin tag member in struct:_MC_Error::__anon25660::__anon25662
130 UInt otag; // origin tag member in struct:_MC_Error::__anon25660::__anon25666
139 UInt otag; // origin tag member in struct:_MC_Error::__anon25660::__anon25667
148 UInt otag; // origin tag member in struct:_MC_Error::__anon25660::__anon25668
447 extra->Err.Value.otag & 3 );
449 /* Could also show extra->Err.Cond.otag if debugging origin
456 extra->Err.Value.otag & 3 );
469 extra->Err.Cond.otag & 3 );
471 /* Could also show extra->Err.Cond.otag if debugging origi
    [all...]
mc_include.h 138 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
174 directly as an origin tag (otag), but in fact we want to put
192 * to convert from an ECU to an otag, OR in one of the MC_OKIND_
195 * to convert an otag back to an ECU, AND it with ~3
528 void MC_(record_cond_error) ( ThreadId tid, UInt otag );
529 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag );
539 void MC_(record_regparam_error) ( ThreadId tid, const HChar* msg, UInt otag );
541 Bool isAddrErr, const HChar* msg, UInt otag );
543 Bool isAddrErr, UInt otag );
  /external/boringssl/src/crypto/asn1/
tasn_dec.c 77 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
170 int otag; local
206 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
223 if (!(ASN1_tag2bit(otag) & it->utype))
232 it, otag, 0, 0, ctx);
1255 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
    [all...]

Completed in 79 milliseconds