HomeSort by relevance Sort by last modified time
    Searched defs:BytesToWrite (Results 1 - 7 of 7) 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 859 UINTN BytesToWrite;
908 BytesToWrite = *NumBytes;
911 while (BytesToWrite > 0) {
923 TmpBuf = *((UINT32*)(Buffer + (*NumBytes - BytesToWrite)));
927 if (BytesToWrite >= 4) {
939 BytesToWrite -= sizeof(TmpBuf);
941 // BytesToWrite < 4. Do small writes and left-overs
942 Mask = ~((~0) << (BytesToWrite * 8));
955 CurOffset += BytesToWrite;
956 BytesToWrite = 0;
    [all...]
  /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/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);
  /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.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
httpext.h 140 DWORD BytesToWrite;

Completed in 628 milliseconds