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

  /external/openssl/crypto/err/
err.c 1007 ERR_STATE *ret,tmp,*tmpp=NULL; local
1029 tmpp = ERRFN(thread_set_item)(ret);
1036 /* If a race occured in this function and we came second, tmpp
1038 if (tmpp)
1039 ERR_STATE_free(tmpp);
  /external/valgrind/main/coregrind/
m_translate.c 303 # define DO_NEW(syze, tmpp) \
321 mkIRExprVec_2(IRExpr_RdTmp(tmpp), \
330 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \
349 # define DO_DIE(syze, tmpp) \
361 mkIRExprVec_1(IRExpr_RdTmp(tmpp)) \
    [all...]

Completed in 48 milliseconds