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

  /external/valgrind/main/coregrind/
pub_core_stacks.h 45 void VG_(unknown_SP_update) ( Addr old_SP, Addr new_SP, UInt otag );
  /external/valgrind/main/memcheck/
mc_main.c 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...]
mc_errors.c 169 UInt otag; // origin tag member in struct:_MC_Error::__anon30066::__anon30067
176 UInt otag; // origin tag member in struct:_MC_Error::__anon30066::__anon30068
202 UInt otag; // origin tag member in struct:_MC_Error::__anon30066::__anon30072
211 UInt otag; // origin tag member in struct:_MC_Error::__anon30066::__anon30073
220 UInt otag; // origin tag member in struct:_MC_Error::__anon30066::__anon30074
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 if debugging origi
    [all...]
mc_include.h 123 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );
159 directly as an origin tag (otag), but in fact we want to put
177 * to convert from an ECU to an otag, OR in one of the MC_OKIND_
180 * to convert an otag back to an ECU, AND it with ~3
390 void MC_(record_cond_error) ( ThreadId tid, UInt otag );
391 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag );
401 void MC_(record_regparam_error) ( ThreadId tid, Char* msg, UInt otag );
403 Bool isAddrErr, Char* msg, UInt otag );
405 Bool isAddrErr, UInt otag );
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
tasn_dec.c 76 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,
1342 if (otag)
1343 *otag = ptag;
  /external/openssl/crypto/asn1/
tasn_dec.c 76 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,
1342 if (otag)
1343 *otag = ptag;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]

Completed in 97 milliseconds