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

  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 20 size_t& pBufSize) {
26 if (size > pBufSize)
30 pBufSize -= size;
37 size_t& pBufSize) {
44 if (size > pBufSize)
48 pBufSize -= size;
56 assert(size <= pBufSize);
58 pBufSize -= size;
  /frameworks/compile/mclinker/include/mcld/Target/
ELFAttributeData.h 85 /// the tag in the buffer and pBufSize decreases the size of tag in the
88 static bool ReadTag(TagType& pTag, const char*& pBuf, size_t& pBufSize);
97 size_t& pBufSize);
  /external/libnfc-nci/src/udrv/include/
uusb.h 156 typedef tUUSB_STATUS (*tUUSB_PROT_SETUP_CB ) (UINT8 **ppBuf,UINT16 *pBufSize);
160 UINT16 *pBufSize);
  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 242 * pBufSize: Ptr to location to store actual size of the buffer.
258 OUT ULONG * pBufSize,
wcdioctl.h 363 ULONG *pBufSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 244 * pBufSize: Ptr to location to store actual size of the buffer.
260 OUT ULONG * pBufSize,
wcdioctl.h 363 ULONG *pBufSize;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 658 OUT ULONG *pDataSize, OUT ULONG *pBufSize, OUT DWORD *pdwArg)
673 tempStruct.ARGS_STRM_RECLAIM.pBufSize = pBufSize;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
traffic.h 185 ULONG WINAPI TcEnumerateFlows(HANDLE IfcHandle,PHANDLE pEnumHandle,PULONG pFlowCount,PULONG pBufSize,PENUMERATION_BUFFER Buffer);
wingdi.h     [all...]
  /external/aac/libSYS/include/
FDK_audio.h 604 UINT *pBufSize; /*!< Pointer to an array containing the number of elements that can

Completed in 150 milliseconds