Searched defs:otag (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/asn1/
H A Dtasn_dec.c76 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
169 int otag; local
205 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
224 if (!(ASN1_tag2bit(otag) & it->utype))
234 it, otag, 0, 0, ctx);
1259 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, argument
1342 if (otag)
1343 *otag = ptag;
/external/valgrind/main/memcheck/
H A Dmc_errors.c169 UInt otag; // origin tag member in struct:_MC_Error::__anon11333::__anon11334
176 UInt otag; // origin tag member in struct:_MC_Error::__anon11333::__anon11335
202 UInt otag; // origin tag member in struct:_MC_Error::__anon11333::__anon11339
211 UInt otag; // origin tag member in struct:_MC_Error::__anon11333::__anon11340
220 UInt otag; // origin tag member in struct:_MC_Error::__anon11333::__anon11341
469 extra->Err.Value.otag & 3 );
471 /* Could also show extra->Err.Cond.otag if debugging origin
478 extra->Err.Value.otag & 3 );
491 extra->Err.Cond.otag & 3 );
493 /* Could also show extra->Err.Cond.otag i
[all...]
H A Dmc_main.c1579 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag )
1585 ocache_sarp_Set_Origins ( a, len, otag );
1768 directly as an origin tag (otag), but in fact we want to put
1782 * to convert from an ECU to an otag, OR in one of the MC_OKIND_
1785 * to convert an otag back to an ECU, AND it with ~3
1787 One important fact is that no valid otag is zero. A zero otag is
1819 A naive implementation would require storing one 32 bit otag for
1821 is one otag for every 4 bytes of memory covered, plus a 4-bit mask
1846 shadow are allocated for the register's otag, the
2556 UInt otag = ecu | MC_OKIND_STACK; local
2592 UInt otag = ecu | MC_OKIND_STACK; local
2637 UInt otag = ecu | MC_OKIND_STACK; local
2697 UInt otag = ecu | MC_OKIND_STACK; local
2756 UInt otag = ecu | MC_OKIND_STACK; local
2828 UInt otag = ecu | MC_OKIND_STACK; local
2903 UInt otag = ecu | MC_OKIND_STACK; local
2984 UInt otag = ecu | MC_OKIND_STACK; local
3071 UInt otag = ecu | MC_OKIND_STACK; local
3163 UInt otag = ecu | MC_OKIND_STACK; local
3291 UInt otag; local
3674 UInt otag = 0; local
3709 UInt otag = 0; local
3843 UInt otag; local
3891 UInt otag; local
5016 UInt otag = 0; local
[all...]

Completed in 91 milliseconds