Searched refs:bytesNeeded (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/DLL/
H A Ddllmain.c46 DWORD bytesNeeded = 0; local
66 ok = EnumServicesStatus ( sc, srvType, srvState, lpService, dwBytes, &bytesNeeded, &srvCount, &resumeHandle );
78 dwBytes = bytesNeeded;
/macosx-10.10/WebKit-7600.1.25/mac/History/
H A DBinaryPropertyList.cpp414 static int bytesNeeded(size_t count) function
417 int bytesNeeded = 1; local
419 ++bytesNeeded;
420 return bytesNeeded;
485 , m_objectReferenceSize(bytesNeeded(m_plan.objectCount()))
487 , m_offsetSize(bytesNeeded(m_offsetTableStart))
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LSIWorkaroundDescriptor.cpp1036 IOByteCount bytesNeeded = (kMinPacketSize - range->length); local
1066 prevRange->length -= bytesNeeded; // get what we need
1072 FWLSILOGALLOC( ("LSILOG : range #%ld - stole %ld bytes from previous range\n", i, bytesNeeded) );
1092 nextRange->length -= bytesNeeded; // get what we need
1093 nextRange->address += bytesNeeded; // bump his pointer by what we stole
1098 FWLSILOGALLOC( ("LSILOG : range #%ld - stole %ld bytes from next range\n", i, bytesNeeded) );
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DLegacyTileGrid.mm115 unsigned bytesNeeded = tilesNeeded * bytesPerTile;
119 int bytesToReclaim = int(bytesUsed) - (int(maximumBytes) - bytesNeeded);
147 return tileCount() * bytesPerTile + bytesNeeded <= maximumBytes;
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dndrui.h101 #define rpc_ss_ndr_unmar_check_buffer( IDL_msp, bytesNeeded ) \
125 if (IDL_msp->IDL_left_in_buff < bytesNeeded) \
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/SystemService/
H A DService.c585 DWORD bytesNeeded = 0; local
609 ok = EnumServicesStatus ( sc, srvType, srvState, lpService, dwBytes, &bytesNeeded, &srvCount, &resumeHandle );
621 dwBytes = bytesNeeded;
/macosx-10.10/Security-57031.1.35/SecurityTests/xdr_rpc/
H A Dxdr_test.cpp115 bool_t xdr_mem_decode(void *input, void *output, u_int bytesNeeded,
276 bool_t xdr_mem_decode(void *input, void *output, u_int bytesNeeded, argument
281 xdrmem_create(&xdr, (char *)input, bytesNeeded, XDR_DECODE);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDUserLib.c2114 UInt64 bytesNeeded = newSize - volumeSize; local
2133 UInt64 bytesAvailable = MIN(bytesNeeded, gapSize);

Completed in 156 milliseconds