Searched refs:nSize (Results 1 - 13 of 13) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_mixer_MMX_VC.c41 void SDL_MixAudio_MMX_S16_VC(char* dst,char* src,unsigned int nSize,int volume) argument
53 mov ebx, nSize // ebx = size
122 void SDL_MixAudio_MMX_S8_VC(char* dst,char* src,unsigned int nSize,int volume) argument
144 mov ebx, nSize //%2,%%ebx // ebx = size
/external/skia/src/gpu/win/
H A DSkNativeGLContext_win.cpp90 pfd.nSize = sizeof(pfd);
/external/dbus/dbus/
H A Ddbus-sysdeps-wince-glue.c977 DWORD dwLanguageId, LPSTR lpBuffer, DWORD nSize,
1012 buffer_new_len = nSize;
1029 GetModuleFileNameA (HINSTANCE hModule, LPSTR lpFilename, DWORD nSize) argument
1035 if (nSize == 0)
1042 filename_w = malloc (sizeof (wchar_t) * nSize);
1046 len = GetModuleFileNameW (hModule, filename_w, nSize);
1055 filename_w[nSize - 1] = '\0';
1061 strncpy (lpFilename, filename_c, nSize);
1063 lpFilename[nSize - 1] = '\0';
976 FormatMessageA(DWORD dwFlags, PCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, LPSTR lpBuffer, DWORD nSize, va_list* Arguments) argument
/external/opencv/otherlibs/highgui/
H A Dimage.cpp84 if( m_img && m_img->nSize == sizeof(IplImage))
108 ((img) != 0 && ((const IplImage*)(img))->nSize == sizeof(IplImage) && \
/external/llvm/lib/Support/Windows/
H A DSignals.inc102 DWORD64 qwBaseAddress, PVOID lpBuffer, DWORD nSize,
/external/icu4c/i18n/
H A Ducol_tok.cpp2168 uint32_t nSize = 0; local
2324 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, estimatedSize, status);
2325 if(nSize > estimatedSize || *status == U_BUFFER_OVERFLOW_ERROR) {
2327 src->source = (UChar *)uprv_realloc(src->source, (nSize+UCOL_TOK_EXTRA_RULE_SPACE_SIZE)*sizeof(UChar));
2333 nSize = unorm_normalize(rules, rulesLength, UNORM_NFD, 0, src->source, nSize+UCOL_TOK_EXTRA_RULE_SPACE_SIZE, status);
2342 src->end = src->source+nSize;
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c194 GL_pfd.nSize = sizeof(GL_pfd);
/external/opencv/cxcore/include/
H A Dcxtypes.h367 int nSize; /* sizeof(IplImage) */ member in struct:_IplImage
446 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
/external/sqlite/dist/orig/
H A Dsqlite3.c28508 i64 nSize; /* Required file size */ local
46394 i64 nSize; /* Size of log file */ local
47048 i64 nSize; /* Current size of database file */ local
48901 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
50341 u32 nSize; local
75075 int nSize; local
75174 int nSize = exprStructSize(p); local
122029 fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize) argument
125223 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]
/external/sqlite/dist/
H A Dsqlite3.c28519 i64 nSize; /* Required file size */ local
46407 i64 nSize; /* Size of log file */ local
47061 i64 nSize; /* Current size of database file */ local
48914 u16 nSize; /* Size of the cell content on the main b-tree page */ member in struct:CellInfo
50354 u32 nSize; local
75088 int nSize; local
75187 int nSize = exprStructSize(p); local
122060 fts3auxGrowStatArray(Fts3auxCursor *pCsr, int nSize) argument
125254 int nSize; /* Size of allocation at aData */ member in struct:SegmentWriter
[all...]
/external/opencv/cxcore/src/
H A Dcxarray.cpp3357 image->nSize = sizeof( *image );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2106 milliseconds