HomeSort by: relevance | last modified time | path
    Searched defs:totalSize (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_evlog.c 94 UINT32 firstEvent, eventCount, totalSize, pcrIndex, i, j;
116 /* XXX totalSize not used */
117 for (i = 0, totalSize = 0; i < eventCount; i++)
118 totalSize += get_pcr_event_size(&(ppEvents[i]));
152 UINT32 eventCount, totalSize, i, j;
162 for (i = 0, totalSize = 0; i < eventCount; i++)
163 totalSize += get_pcr_event_size(&(ppEvents[i]));
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOWriter.cpp 34 size_t MachOWriter::totalSize() const {
515 size_t TotalSize = totalSize();
516 Buf = WritableMemoryBuffer::getNewMemBuffer(TotalSize);
520 Twine::utohexstr(TotalSize) + " bytes");
521 memset(Buf->getBufferStart(), 0, totalSize());
  /src/external/bsd/zstd/dist/lib/compress/
zstd_ldm.c 174 size_t const totalSize = ZSTD_cwksp_alloc_size(ldmBucketSize)
176 return params.enableLdm == ZSTD_ps_enable ? totalSize : 0;
  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 851 size_t readsize, totalSize;
907 totalSize = sizeof(myHeader);
920 while (totalSize + ((size_t)pkt_len * 2) <= mtu) {
931 totalSize += (size_t)mySize[numpkts];
946 whole = malloc(totalSize);
971 len = write(outfd, whole, totalSize);
979 len = (ssize_t)totalSize;
983 len = (ssize_t)totalSize;
1002 size_t decsize, totalSize, offset;
1006 totalSize = 0
    [all...]
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c 698 size_t pos = 0, totalSize = 0;
721 totalSize += (size_t)fileSize;
725 if (totalSize == 0) EXM_THROW(12, "no data to bench");
  /src/external/bsd/zstd/dist/programs/
benchzstd.c 1073 size_t pos = 0, totalSize = 0;
1115 totalSize += (size_t)fileSize;
1120 if (totalSize == 0)
util.c 767 size_t fnb, totalSize = 0;
769 totalSize += strlen(table->fileNames[fnb]) + 1; /* +1 to add '\0' at the end of each fileName */
771 return totalSize;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
Object.cpp 2402 template <class ELFT> size_t ELFWriter<ELFT>::totalSize() const {
2547 size_t TotalSize = totalSize();
2548 Buf = WritableMemoryBuffer::getNewMemBuffer(TotalSize);
2552 Twine::utohexstr(TotalSize) + " bytes");
2587 TotalSize = 0;
2591 TotalSize = std::max(TotalSize, Sec.Offset + Sec.Size);
2594 Buf = WritableMemoryBuffer::getNewMemBuffer(TotalSize);
2598 Twine::utohexstr(TotalSize) + " bytes")
    [all...]
  /src/external/bsd/zstd/dist/contrib/largeNbDicts/
largeNbDicts.c 168 size_t pos = 0, totalSize = 0;
192 totalSize += (size_t)fileSize;
196 assert(totalSize == bufferSize);
284 size_t totalSize = 0;
286 totalSize += sc.capacities[n];
287 return totalSize;
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_cmd.h 1114 uint32 totalSize; /* Set by guest before query is ended. */
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 83 milliseconds