HomeSort by relevance Sort by last modified time
    Searched refs:totSize (Results 1 - 3 of 3) 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...]
AudioPolicyService.h 302 size_t *totSize);
306 size_t *totSize);

Completed in 318 milliseconds