Home
last modified time | relevance | path

Searched refs:pMatch (Results 1 – 4 of 4) sorted by relevance

/external/zlib/src/
Dzlib2ansi60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
/external/lz4/lib/
Dlz4.c351 static unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit) in LZ4_count() argument
356 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn); in LZ4_count()
357 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; } in LZ4_count()
362 …f ((STEPSIZE==8) && (pIn<(pInLimit-3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) { pIn+=4; pMatc… in LZ4_count()
363 if ((pIn<(pInLimit-1)) && (LZ4_read16(pMatch) == LZ4_read16(pIn))) { pIn+=2; pMatch+=2; } in LZ4_count()
364 if ((pIn<pInLimit) && (*pMatch == *pIn)) pIn++; in LZ4_count()
/external/sqlite/dist/orig/
Dsqlite3.c89744 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
89802 pMatch = pItem;
89820 pMatch = pItem;
89833 pMatch = pItem;
89840 if( pMatch ){
89841 pExpr->iTable = pMatch->iCursor;
89842 pExpr->pTab = pMatch->pTab;
89844 assert( (pMatch->fg.jointype & JT_RIGHT)==0 );
89845 if( (pMatch->fg.jointype & JT_LEFT)!=0 ){
89911 && pMatch
[all …]
/external/sqlite/dist/
Dsqlite3.c89744 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
89802 pMatch = pItem;
89820 pMatch = pItem;
89833 pMatch = pItem;
89840 if( pMatch ){
89841 pExpr->iTable = pMatch->iCursor;
89842 pExpr->pTab = pMatch->pTab;
89844 assert( (pMatch->fg.jointype & JT_RIGHT)==0 );
89845 if( (pMatch->fg.jointype & JT_LEFT)!=0 ){
89911 && pMatch
[all …]