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

  /external/openssl/crypto/asn1/
a_set.c 97 int totSize;
139 totSize = p - pStart; /* This is the total size of all set blobs */
144 if (!(pTempMem = OPENSSL_malloc(totSize)))
159 memcpy(pStart, pTempMem, totSize);
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp     [all...]

Completed in 2489 milliseconds