Searched refs:BufSize (Results 1 - 9 of 9) sorted by relevance

/external/clang/unittests/libclang/
H A DLibclangTest.cpp62 unsigned BufSize; local
63 clang_VirtualFileOverlay_writeToBuffer(VFO, 0, &BufPtr, &BufSize);
64 std::string BufStr(BufPtr, BufSize);
344 unsigned BufSize; local
345 clang_ModuleMapDescriptor_writeToBuffer(MMD, 0, &BufPtr, &BufSize);
346 std::string BufStr(BufPtr, BufSize);
/external/lzma/CPP/7zip/Common/
H A DFileStreams.cpp39 BufSize(0),
77 if (BufSize > 0 && BufStartPos == alignedPos)
80 if (pos >= BufSize)
82 UInt32 rem = MyMin(BufSize - pos, size);
127 bool result = File.Read1(Buf, readSize, BufSize);
131 if (BufSize == 0)
133 PhyPos += BufSize;
H A DFileStreams.h40 UInt32 BufSize; member in class:CInFileStream
/external/libnfc-nci/src/udrv/include/
H A Duusb.h99 UINT8 BufSize; member in struct:__anon10873
/external/webrtc/webrtc/test/channel_transport/
H A Dtraffic_control_win.h31 HANDLE SubCode, ULONG BufSize, PVOID Buffer);
H A Dtraffic_control_win.cc247 HANDLE SubCode, ULONG BufSize, PVOID Buffer)
246 MyClNotifyHandler(HANDLE ClRegCtx, HANDLE ClIfcCtx, ULONG Event, HANDLE SubCode, ULONG BufSize, PVOID Buffer) argument
/external/zlib/src/contrib/delphi/
H A DZLib.pas150 BufSize = number of bytes in OutBuf }
152 const OutBuf: Pointer; BufSize: Integer);
367 const OutBuf: Pointer; BufSize: Integer);
377 strm.avail_out := BufSize;
/external/llvm/lib/Support/
H A DPath.cpp875 const size_t BufSize = 4096;
876 char *Buf = new char[BufSize];
879 BytesRead = read(ReadFD, Buf, BufSize);
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1626 auto *BufSize = getTypeSize(CGF, CopyprivateArrayTy); local
1634 BufSize, // size_t <buf_size>

Completed in 1134 milliseconds