HomeSort by relevance Sort by last modified time
    Searched refs:cSize (Results 1 - 10 of 10) 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/webkit/Source/WebKit/mac/Carbon/
CarbonWindowFrame.m 93 + (NSSize)minFrameSizeForMinContentSize:(NSSize)cSize styleMask:(NSUInteger)style {
95 return cSize;
104 - (NSSize)minFrameSizeForMinContentSize:(NSSize)cSize styleMask:(NSUInteger)style {
105 return [[self class] minFrameSizeForMinContentSize:cSize styleMask: style];
  /external/icu4c/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 */

Completed in 110 milliseconds