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

  /frameworks/compile/mclinker/lib/Target/
ELFAttributeData.cpp 19 size_t &pBufSize)
26 if (size > pBufSize)
30 pBufSize -= size;
36 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 83 /// the tag in the buffer and pBufSize decreases the size of tag in the
86 static bool ReadTag(TagType& pTag, const char* &pBuf, size_t &pBufSize);
94 size_t &pBufSize);
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 666 int pBufSize[3];
676 pBufSize[0] = width*height*2;
677 pBufSize[1] = 0;
678 pBufSize[2] = 0;
682 pBufSize[0] = width*height*4;
683 pBufSize[1] = 0;
684 pBufSize[2] = 0;
687 pBufSize[0] = (width*height*3)/2;
688 pBufSize[1] = 0;
689 pBufSize[2] = 0
    [all...]
  /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 626 UINT *pBufSize; /*!< Pointer to an array containing the number of elements that can

Completed in 331 milliseconds