Home
last modified time | relevance | path

Searched refs:bZero (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/include/dshow/
Dstrmif.h2001 …erPin(CLSID Filter,LPCWSTR Name,WINBOOL bRendered,WINBOOL bOutput,WINBOOL bZero,WINBOOL bMany,CLSI…
2016 …*This,CLSID Filter,LPCWSTR Name,WINBOOL bRendered,WINBOOL bOutput,WINBOOL bZero,WINBOOL bMany,CLSI…
2033 …e,bRendered,bOutput,bZero,bMany,ConnectsToFilter,ConnectsToPin) (This)->lpVtbl->RegisterPin(This,F… argument
2045 …*This,CLSID Filter,LPCWSTR Name,WINBOOL bRendered,WINBOOL bOutput,WINBOOL bZero,WINBOOL bMany,CLSI…
2068 WINBOOL bZero; member
/external/sqlite/dist/
Dsqlite3.c148495 int bZero, /* Zero out anything following *ppList */
148524 if( bZero && &pList[nList]!=pEnd ){
173812 int bZero = 0; /* True if last 0x00 counts */
173816 bZero = (j>8);
173818 if( bZero==0 ) nZero--;
/external/sqlite/dist/orig/
Dsqlite3.c148465 int bZero, /* Zero out anything following *ppList */
148494 if( bZero && &pList[nList]!=pEnd ){
173782 int bZero = 0; /* True if last 0x00 counts */
173786 bZero = (j>8);
173788 if( bZero==0 ) nZero--;