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

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_dec.c73 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
166 int otag; local
201 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
218 if (!(ASN1_tag2bit(otag) & it->utype))
227 it, otag, 0, 0, ctx);
1216 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, argument
1298 if (otag)
1299 *otag = ptag;
/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.c95 UInt otag; // origin tag member in struct:_MC_Error::__anon33008::__anon33009
102 UInt otag; // origin tag member in struct:_MC_Error::__anon33008::__anon33010
128 UInt otag; // origin tag member in struct:_MC_Error::__anon33008::__anon33014
137 UInt otag; // origin tag member in struct:_MC_Error::__anon33008::__anon33015
146 UInt otag; // origin tag member in struct:_MC_Error::__anon33008::__anon33016
417 extra->Err.Value.otag & 3 );
419 /* Could also show extra->Err.Cond.otag if debugging origin
426 extra->Err.Value.otag & 3 );
439 extra->Err.Cond.otag & 3 );
441 /* Could also show extra->Err.Cond.otag i
[all...]
H A Dmc_main.c1798 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag )
1804 ocache_sarp_Set_Origins ( a, len, otag );
1993 directly as an origin tag (otag), but in fact we want to put
2007 * to convert from an ECU to an otag, OR in one of the MC_OKIND_
2010 * to convert an otag back to an ECU, AND it with ~3
2012 One important fact is that no valid otag is zero. A zero otag is
2044 A naive implementation would require storing one 32 bit otag for
2046 is one otag for every 4 bytes of memory covered, plus a 4-bit mask
2071 shadow are allocated for the register's otag, the
2781 UInt otag = ecu | MC_OKIND_STACK; local
2817 UInt otag = ecu | MC_OKIND_STACK; local
2862 UInt otag = ecu | MC_OKIND_STACK; local
2922 UInt otag = ecu | MC_OKIND_STACK; local
2981 UInt otag = ecu | MC_OKIND_STACK; local
3053 UInt otag = ecu | MC_OKIND_STACK; local
3128 UInt otag = ecu | MC_OKIND_STACK; local
3209 UInt otag = ecu | MC_OKIND_STACK; local
3296 UInt otag = ecu | MC_OKIND_STACK; local
3388 UInt otag = ecu | MC_OKIND_STACK; local
3516 UInt otag; local
3958 UInt otag = 0; local
3993 UInt otag = 0; local
4127 UInt otag; local
4175 UInt otag; local
5694 UInt otag; local
[all...]

Completed in 165 milliseconds