Searched refs:totalBytes (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/sec/SecurityTool/
H A Ddigest_calc.c44 size_t nr = 0, totalBytes = 0; local
83 totalBytes = 0;
84 while((nr = pread(fd, data, sizeof(data), totalBytes)) > 0){
86 totalBytes += nr;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/simpleUrlAccess/
H A DsimpleUrlAccess.c59 Size totalBytes; local
69 totalBytes = GetHandleSize(h);
70 if(totalBytes == 0) {
75 while(bytesWritten < totalBytes) {
76 thisWrite = totalBytes - bytesWritten;
94 totalBytes += thisWrite;
95 if(totalBytes == bytesWritten) {
/macosx-10.10.1/libutil-38/
H A Dwipefs.cpp51 extMan->AddByteRangeExtent(extMan->totalBytes - size, size);
60 extMan->AddByteRangeExtent(extMan->totalBytes - 1024, 1024);
75 extMan->AddByteRangeExtent(extMan->totalBytes - 32 * 1024, 32 * 1024);
77 extMan->AddByteRangeExtent(extMan->totalBytes / 2 - 32 * 1024, 64 * 1024);
100 extMan->AddByteRangeExtent(extMan->totalBytes - blockSize, blockSize);
101 extMan->AddByteRangeExtent(extMan->totalBytes - 256 * blockSize, blockSize);
117 extMan->AddByteRangeExtent(extMan->totalBytes - 512 * 1024, 512 * 1024);
127 extMan->AddByteRangeExtent(extMan->totalBytes - 512 * 33, 512 * 33);
249 extent.length = handle->extMan.totalBytes;
269 off_t byteOffset, totalBytes; local
[all...]
H A DExtentManager.h52 ExtentManager() : blockSize(0), totalBytes(0), totalBlocks(0) {};
69 off_t totalBytes; member in class:ExtentManager
H A DExtentManager.cpp34 totalBytes = theTotalBytes;
35 totalBlocks = howmany(totalBytes, blockSize);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A DSnapshotImageGL.cpp53 int totalBytes = width * height * 4; local
55 for (int i = 0; i < totalBytes; i += 4)
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerX86.h309 const int totalBytes = opcodeBytes + modRMBytes + immediateBytes; local
310 ASSERT(totalBytes >= maxJumpReplacementSize());
311 return label.labelAtOffset(-totalBytes);
320 const int totalBytes = opcodeBytes + modRMBytes + offsetBytes + immediateBytes; local
321 ASSERT(totalBytes >= maxJumpReplacementSize());
322 return label.labelAtOffset(-totalBytes);
331 const int totalBytes = opcodeBytes + modRMBytes + offsetBytes + immediateBytes; local
332 ASSERT(totalBytes >= maxJumpReplacementSize());
333 return label.labelAtOffset(-totalBytes);
H A DMacroAssemblerX86_64.h804 const int totalBytes = rexBytes + opcodeBytes + immediateBytes; local
805 ASSERT(totalBytes >= maxJumpReplacementSize());
806 return label.labelAtOffset(-totalBytes);
814 const int totalBytes = rexBytes + opcodeBytes + immediateBytes; local
815 ASSERT(totalBytes >= maxJumpReplacementSize());
816 return label.labelAtOffset(-totalBytes);
/macosx-10.10.1/CommonCrypto-60061/cn_tool/
H A Dmain.c119 uint64_t totalBytes; member in struct:_cnContext
407 PRINT(" %llu", context->totalBytes);
428 context->totalBytes = sLen;
440 context->totalBytes += nr;
529 context->totalBytes = sLen;
571 context->totalBytes += bytesRead;
588 PRINT("\n%llu", context->totalBytes);
647 context->totalBytes = 0;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTime/
H A DhashTime.cpp217 float totalBytes = params->loops * bytesPerLoop; local
223 ((float)totalBytes / 1024.0) / timeSpent);
290 float totalBytes = params->loops * bytesPerLoop; local
296 ((float)totalBytes / 1024.0) / timeSpent);
389 float totalBytes = params->loops * bytesPerLoop; local
395 ((float)totalBytes / 1024.0) / timeSpent);
477 float totalBytes = params->loops * bytesPerLoop; local
483 ((float)totalBytes / 1024.0) / timeSpent);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTimeLibCrypt/
H A DhashTimeLibCrypt.cpp154 float totalBytes = params->loops * bytesPerLoop; local
160 ((float)totalBytes / 1024.0) / timeSpent);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/hashTimeSA/
H A DhashTimeSA.cpp152 float totalBytes = params->loops * bytesPerLoop; local
158 ((float)totalBytes / 1024.0) / timeSpent);
251 float totalBytes = params->loops * bytesPerLoop; local
257 ((float)totalBytes / 1024.0) / timeSpent);
/macosx-10.10.1/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginStream.mm508 int32_t totalBytes = [m_deliveryData.get() length];
511 while (totalBytesDelivered < totalBytes) {
525 deliveryBytes = std::min(deliveryBytes, totalBytes - totalBytesDelivered);
542 if (totalBytesDelivered < totalBytes) {
543 NSMutableData *newDeliveryData = [[NSMutableData alloc] initWithCapacity:totalBytes - totalBytesDelivered];
544 [newDeliveryData appendBytes:(char *)[m_deliveryData.get() bytes] + totalBytesDelivered length:totalBytes - totalBytesDelivered];
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dmztools.c43 uLong totalBytes = 0; local
119 totalBytes += dataSize;
274 *bytesRecovered = totalBytes;
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclUtf.c65 static CONST unsigned char totalBytes[256] = { variable
358 total = totalBytes[byte];
470 return length >= totalBytes[ch];
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclUtf.c65 static CONST unsigned char totalBytes[256] = { variable
358 total = totalBytes[byte];
471 return len >= totalBytes[ch];
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/
H A Dinstall.tcl65 variable totalBytes 0
531 variable totalBytes
544 variable totalBytes
553 set percent [expr round(double($currentBytes)/$totalBytes * 100.0)]
560 variable totalBytes
567 incr totalBytes $size
573 variable totalBytes
685 variable totalBytes
692 incr totalBytes $size
699 variable totalBytes
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/
H A Dinstall.tcl65 variable totalBytes 0
531 variable totalBytes
544 variable totalBytes
553 set percent [expr round(double($currentBytes)/$totalBytes * 100.0)]
560 variable totalBytes
567 incr totalBytes $size
573 variable totalBytes
685 variable totalBytes
692 incr totalBytes $size
699 variable totalBytes
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/
H A Dinstall.tcl65 variable totalBytes 0
536 variable totalBytes
549 variable totalBytes
558 set percent [expr round(double($currentBytes)/$totalBytes * 100.0)]
565 variable totalBytes
572 incr totalBytes $size
578 variable totalBytes
690 variable totalBytes
697 incr totalBytes $size
704 variable totalBytes
[all...]
/macosx-10.10.1/IOKitTools-91/ioreg.tproj/
H A Dioreg.c2084 CFIndex totalBytes; local
2089 totalBytes = length; // assume length is greater than zero
2103 for ( offset = 0; offset < totalBytes; offset += bytesPerLine )
2110 if ( ( offset + bytesPerLine ) <= totalBytes )
2113 nBytesToDraw = totalBytes - offset;
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DFastMalloc.cpp296 size_t totalBytes = n_elements * element_size; local
297 if (n_elements > 1 && element_size && (totalBytes / element_size) != n_elements)
300 TryMallocReturnValue returnValue = tryFastMalloc(totalBytes);
304 memset(result, 0, totalBytes);
4436 size_t totalBytes = n * elem_size;
4439 if (n > 1 && elem_size && (totalBytes / elem_size) != n)
4443 void* result = malloc<crashOnFailure>(totalBytes);
4447 memset(result, 0, totalBytes);
4450 void* result = do_malloc(totalBytes);
4452 memset(result, 0, totalBytes);
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm3150 return ViewSnapshot::create(surface.get(), surface->size(), surface->totalBytes());

Completed in 315 milliseconds