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

  /external/clang/unittests/libclang/
LibclangTest.cpp 62 unsigned BufSize;
63 clang_VirtualFileOverlay_writeToBuffer(VFO, 0, &BufPtr, &BufSize);
64 std::string BufStr(BufPtr, BufSize);
334 unsigned BufSize;
335 clang_ModuleMapDescriptor_writeToBuffer(MMD, 0, &BufPtr, &BufSize);
336 std::string BufStr(BufPtr, BufSize);
  /external/chromium_org/third_party/webrtc/test/channel_transport/
traffic_control_win.h 31 HANDLE SubCode, ULONG BufSize, PVOID Buffer);
traffic_control_win.cc 252 HANDLE SubCode, ULONG BufSize, PVOID Buffer)
  /external/libnfc-nci/src/udrv/include/
uusb.h 99 UINT8 BufSize;
  /external/zlib/src/contrib/delphi/
ZLib.pas 150 BufSize = number of bytes in OutBuf }
152 const OutBuf: Pointer; BufSize: Integer);
367 const OutBuf: Pointer; BufSize: Integer);
377 strm.avail_out := BufSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
traffic.h 39 typedef VOID (CALLBACK *TCI_NOTIFY_HANDLER)(HANDLE ClRegCtx,HANDLE ClIfcCtx,ULONG Event,HANDLE SubCode,ULONG BufSize,PVOID Buffer);
  /external/llvm/lib/Support/
Path.cpp 858 const size_t BufSize = 4096;
859 char *Buf = new char[BufSize];
862 BytesRead = read(ReadFD, Buf, BufSize);

Completed in 4063 milliseconds