OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 160 milliseconds