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

  /external/openssl/crypto/rsa/
rsa_sign.c 76 unsigned char *p, *tmps = NULL; local
131 tmps=(unsigned char *)OPENSSL_malloc((unsigned int)j+1);
132 if (tmps == NULL)
137 p=tmps;
139 s=tmps;
148 OPENSSL_cleanse(tmps,(unsigned int)j+1);
149 OPENSSL_free(tmps);
  /ndk/sources/host-tools/nawk-20071023/
run.c 71 Cell *tmps; /* free temporary cells for execution */ variable
685 if (a == tmps)
687 a->cnext = tmps;
688 tmps = a;
695 if (!tmps) {
696 tmps = (Cell *) calloc(100, sizeof(Cell));
697 if (!tmps)
700 tmps[i-1].cnext = &tmps[i];
701 tmps[i-1].cnext = 0
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 6645 IRTemp tmps = newTemp(ty); local
    [all...]
guest_amd64_toIR.c 8073 IRTemp tmps = newTemp(ty); local
    [all...]

Completed in 6814 milliseconds