HomeSort by relevance Sort by last modified time
    Searched refs:BytesToWrite (Results 1 - 12 of 12) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 175 socklen_t BytesToWrite;
187 BytesToWrite = 0;
201 BytesToWrite = sizeof ( *Value.i32);
214 BytesToWrite = sizeof ( *Value.TimeVal );
223 if ( 0 == BytesToWrite ) {
230 return BytesToWrite;
249 socklen_t BytesToWrite;
298 BytesToWrite = 0;
300 || ( 0 < ( BytesToWrite = GetOptionValue ( pOption, Argv[2])))) {
325 (BOOLEAN)( 0 == BytesToWrite ));
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashDxe.c 918 UINTN BytesToWrite;
967 BytesToWrite = *NumBytes;
970 while (BytesToWrite > 0) {
982 TmpBuf = *((UINT32*)(Buffer + (*NumBytes - BytesToWrite)));
986 if (BytesToWrite >= 4) {
998 BytesToWrite -= sizeof(TmpBuf);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
CommonLib.c 260 IN UINT32 BytesToWrite
272 BytesToWrite The size of the memory buffer.
307 BytesWrote = fwrite (OutputFileImage, sizeof (UINT8), BytesToWrite, OutputFile);
308 if (BytesWrote != sizeof (UINT8) * BytesToWrite) {
CommonLib.h 80 IN UINT32 BytesToWrite
93 BytesToWrite The size of the memory buffer.
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 305 size_t BytesToWrite = Size - (Size % NumBytes);
306 write_impl(Ptr, BytesToWrite);
307 copy_to_buffer(Ptr + BytesToWrite, Size - BytesToWrite);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
filehc.h 75 FILEHC_EXPORT WINBOOL WINAPI FIOWriteFile (PFIO_CONTEXT pContext, LPCVOID lpBuffer, DWORD BytesToWrite, FH_OVERLAPPED *lpo);
76 FILEHC_EXPORT WINBOOL WINAPI FIOWriteFileEx (PFIO_CONTEXT pContext, LPVOID lpBuffer, DWORD BytesToWrite, DWORD BytesAvailable, FH_OVERLAPPED *lpo, WINBOOL fFinalWrite, WINBOOL fIncludeTerminator);
httpext.h 140 DWORD BytesToWrite;
  /external/llvm/lib/Support/
raw_ostream.cpp 318 size_t BytesToWrite = Size - (Size % NumBytes);
319 write_impl(Ptr, BytesToWrite);
320 size_t BytesRemaining = Size - BytesToWrite;
323 return write(Ptr + BytesToWrite, BytesRemaining);
325 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
raw_ostream.cpp 239 size_t BytesToWrite = Size - (Size % NumBytes);
240 write_impl(Ptr, BytesToWrite);
241 size_t BytesRemaining = Size - BytesToWrite;
244 return write(Ptr + BytesToWrite, BytesRemaining);
246 copy_to_buffer(Ptr + BytesToWrite, BytesRemaining);
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/
phFriNfc_MifareStdMap.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h     [all...]
ntifs.h     [all...]

Completed in 713 milliseconds