Searched refs:totalSize (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_evlog.c36 UINT32 pcrIndex, number, totalSize; local
60 totalSize = get_pcr_event_size(pEvent);
62 totalSize = 0;
96 UINT32 firstEvent, eventCount, totalSize, pcrIndex, i, j; local
115 /* XXX totalSize not used */
116 for (i = 0, totalSize = 0; i < eventCount; i++)
117 totalSize += get_pcr_event_size(&(ppEvents[i]));
151 UINT32 eventCount, totalSize, i, j; local
161 for (i = 0, totalSize = 0; i < eventCount; i++)
162 totalSize
[all...]
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15641 int totalSize; local
15646 totalSize = nReserve + sizeof(*pHdr) + sizeof(int) +
15648 p = malloc(totalSize);
[all...]

Completed in 691 milliseconds