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

/external/chromium_org/third_party/openssl/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/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::__anon28595::__anon28596
176 UInt otag; // origin tag member in struct:_MC_Error::__anon28595::__anon28597
202 UInt otag; // origin tag member in struct:_MC_Error::__anon28595::__anon28601
211 UInt otag; // origin tag member in struct:_MC_Error::__anon28595::__anon28602
220 UInt otag; // origin tag member in struct:_MC_Error::__anon28595::__anon28603
572 extra->Err.Value.otag & 3 );
574 /* Could also show extra->Err.Cond.otag if debugging origin
581 extra->Err.Value.otag & 3 );
594 extra->Err.Cond.otag & 3 );
596 /* Could also show extra->Err.Cond.otag i
[all...]
H A Dmc_main.c1599 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag )
1605 ocache_sarp_Set_Origins ( a, len, otag );
1788 directly as an origin tag (otag), but in fact we want to put
1802 * to convert from an ECU to an otag, OR in one of the MC_OKIND_
1805 * to convert an otag back to an ECU, AND it with ~3
1807 One important fact is that no valid otag is zero. A zero otag is
1839 A naive implementation would require storing one 32 bit otag for
1841 is one otag for every 4 bytes of memory covered, plus a 4-bit mask
1866 shadow are allocated for the register's otag, the
2576 UInt otag = ecu | MC_OKIND_STACK; local
2612 UInt otag = ecu | MC_OKIND_STACK; local
2657 UInt otag = ecu | MC_OKIND_STACK; local
2717 UInt otag = ecu | MC_OKIND_STACK; local
2776 UInt otag = ecu | MC_OKIND_STACK; local
2848 UInt otag = ecu | MC_OKIND_STACK; local
2923 UInt otag = ecu | MC_OKIND_STACK; local
3004 UInt otag = ecu | MC_OKIND_STACK; local
3091 UInt otag = ecu | MC_OKIND_STACK; local
3183 UInt otag = ecu | MC_OKIND_STACK; local
3311 UInt otag; local
3753 UInt otag = 0; local
3788 UInt otag = 0; local
3922 UInt otag; local
3970 UInt otag; local
5260 UInt otag; local
[all...]

Completed in 94 milliseconds