HomeSort by relevance Sort by last modified time
    Searched refs:pOffset (Results 1 - 25 of 27) sorted by null

1 2

  /frameworks/base/media/libeffects/lvm/lib/Common/src/
DelayWrite_32.c 31 LVM_UINT16 *pOffset, /* Delay offset */
35 LVM_INT16 Offset = (LVM_INT16)*pOffset;
51 *pOffset = (LVM_UINT16)Offset;
DelayMix_16x16.c 32 LVM_INT16 *pOffset, /* Delay offset */
36 LVM_INT16 Offset = *pOffset;
68 *pOffset = Offset;
  /frameworks/base/include/utils/
ZipFileCRO.h 51 size_t* pCompLen, off_t* pOffset, long* pModWhen, long* pCrc32);
ZipFileRO.h 125 * "*pOffset" holds the Zip file offset of the entry's data.
131 size_t* pCompLen, off_t* pOffset, long* pModWhen, long* pCrc32) const;
  /external/libnfc-nxp/src/
phFriNfc_LlcpUtils.c 33 uint32_t *pOffset,
39 uint32_t offset = *pOffset;
42 if ((psRawData == NULL) || (pOffset == NULL) || (pType == NULL) || (psValueBuffer == NULL))
77 *pOffset = offset;
83 uint32_t *pOffset,
88 uint32_t offset = *pOffset;
92 if ((psValueBuffer == NULL) || (pOffset == NULL) || (pValue == NULL))
124 *pOffset = offset;
phFriNfc_LlcpUtils.h 63 uint32_t *pOffset,
68 uint32_t *pOffset,
  /frameworks/base/libs/utils/
ZipFileCRO.cpp 43 size_t* pCompLen, off_t* pOffset, long* pModWhen, long* pCrc32) {
46 return zip->getEntryInfo(entry, pMethod, pUncompLen, pCompLen, pOffset,
ZipFileRO.cpp 476 size_t* pCompLen, off_t* pOffset, long* pModWhen, long* pCrc32) const
527 if (pOffset != NULL) {
613 *pOffset = dataOffset;
  /hardware/msm7k/libgralloc-qsd8k/
pmemalloc.h 39 int* pOffset, int* pFd) = 0;
92 int* pOffset, int* pFd);
151 int* pOffset, int* pFd);
pmemalloc.cpp 146 void** pBase, int* pOffset, int* pFd)
185 *pOffset = offset;
262 void** pBase,int* pOffset, int* pFd)
267 *pOffset = 0;
295 *pOffset = 0;
  /dalvik/vm/analysis/
VerifySubs.h 74 int curOffset, int* pOffset, bool* pConditional);
VerifySubs.c 393 int curOffset, int* pOffset, bool* pConditional)
399 *pOffset = ((s2) *insns) >> 8;
403 *pOffset = insns[1] | (((u4) insns[2]) << 16);
407 *pOffset = (s2) insns[1];
422 *pOffset = (s2) insns[1];
  /frameworks/base/media/libeffects/lvm/lib/Common/lib/
VectorArithmetic.h 74 LVM_INT16 *pOffset,
80 LVM_UINT16 *pOffset, /* Delay offset */
  /dalvik/libdex/
ZipArchive.h 133 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset,
ZipArchive.c 469 int* pMethod, size_t* pUncompLen, size_t* pCompLen, off_t* pOffset,
520 if (pOffset != NULL) {
567 *pOffset = dataOffset;
  /external/sonivox/arm-fm-22k/host_src/
eas.h     [all...]
  /external/sonivox/arm-hybrid-22k/host_src/
eas.h     [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas.h     [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_public.c     [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_public.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c     [all...]
  /external/chromium/third_party/icu/source/common/
ucnvscsu.c     [all...]
  /external/icu4c/common/
ucnvscsu.c     [all...]
  /external/bluetooth/bluez/lib/
sdp.c     [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 

Completed in 222 milliseconds

1 2