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

  /hardware/ti/omap3/dspbridge/inc/
memry.h 155 * cSize: Size in bytes of the data buffer.
160 * The size (cSize) must accurately reflect the size of the buffer to
167 ULONG cSize);
197 * cSize: Size in bytes of the buffer.
207 */ extern DSPAPIDLL MEMRY_PageUnlock(PVOID pBuffer, ULONG cSize);
mem.h 354 * cSize: Size in bytes of the data buffer.
360 * - The size (cSize) must accurately reflect the size of the buffer to
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize);
375 * cSize: Size in bytes of the buffer.
386 extern DSP_STATUS MEM_PageUnlock(IN PVOID pBuffer, IN ULONG cSize);
wcdioctl.h 424 ULONG cSize;
430 ULONG cSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
memry.h 155 * cSize: Size in bytes of the data buffer.
160 * The size (cSize) must accurately reflect the size of the buffer to
167 ULONG cSize);
197 * cSize: Size in bytes of the buffer.
207 */ extern DSPAPIDLL MEMRY_PageUnlock(PVOID pBuffer, ULONG cSize);
mem.h 354 * cSize: Size in bytes of the data buffer.
360 * - The size (cSize) must accurately reflect the size of the buffer to
367 extern PVOID MEM_PageLock(IN PVOID pBuffer, IN ULONG cSize);
375 * cSize: Size in bytes of the buffer.
386 extern DSP_STATUS MEM_PageUnlock(IN PVOID pBuffer, IN ULONG cSize);
wcdioctl.h 424 ULONG cSize;
430 ULONG cSize;
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp 52 uprv_memcpy(buf, element->cPoints, element->cSize*sizeof(UChar));
53 buf[element->cSize] = 0;
55 //element->cPoints[element->cSize] = 0;
67 uprv_memcpy(buf1, element1->cPoints, element1->cSize*sizeof(UChar));
68 buf1[element1->cSize] = 0;
73 uprv_memcpy(buf2, element2->cPoints, element2->cSize*sizeof(UChar));
74 buf2[element2->cSize] = 0;
805 NFCbufLen = unorm_normalize(element->cPoints, element->cSize, UNORM_NFC, 0,
827 uint32_t oldCPSize = element->cSize;
835 for(j=0; j<element->cSize; j++)
    [all...]
ucol_bld.cpp 714 int32_t cSize = (tok->source & 0xFF000000) >> 24;
717 if(cSize > 1) {
719 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
    [all...]
ucol_elm.h 66 uint32_t cSize; /* Number of characters in sequence - for contraction */
  /external/icu4c/i18n/
ucol_elm.cpp 54 uprv_memcpy(buf, element->cPoints, element->cSize*sizeof(UChar));
55 buf[element->cSize] = 0;
57 //element->cPoints[element->cSize] = 0;
69 uprv_memcpy(buf1, element1->cPoints, element1->cSize*sizeof(UChar));
70 buf1[element1->cSize] = 0;
75 uprv_memcpy(buf2, element2->cPoints, element2->cSize*sizeof(UChar));
76 buf2[element2->cSize] = 0;
814 unorm_normalize(element->cPoints, element->cSize, UNORM_NFC, 0,
836 uint32_t oldCPSize = element->cSize;
844 for(j=0; j<element->cSize; j++)
    [all...]
ucol_bld.cpp 717 int32_t cSize = (tok->source & 0xFF000000) >> 24;
720 if(cSize > 1) {
722 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
    [all...]
ucol_elm.h 66 uint32_t cSize; /* Number of characters in sequence - for contraction */
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 325 uint32_t dataSize, ySize, cSize, cStride;
330 dataSize = ySize = cSize = cStride = 0;
351 cSize = buffer->width * buffer->height / 2;
360 dataSize = (idx == 0) ? ySize : cSize;
370 cSize = cStride * buffer->height / 2;
371 cb = cr + cSize;
379 dataSize = (idx == 0) ? ySize : cSize;
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 264 milliseconds