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

  /toolchain/binutils/binutils-2.27/zlib/
zlib2ansi 60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
  /external/zlib/src/
zlib2ansi 60 my $pMatch = '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84 my %tmp = map { /$pMatch/; $_ => $pList{$1} }
  /external/lz4/lib/
lz4.c 351 static unsigned LZ4_count(const BYTE* pIn, const BYTE* pMatch, const BYTE* pInLimit)
356 reg_t const diff = LZ4_read_ARCH(pMatch) ^ LZ4_read_ARCH(pIn);
357 if (!diff) { pIn+=STEPSIZE; pMatch+=STEPSIZE; continue; }
362 if ((STEPSIZE==8) && (pIn<(pInLimit-3)) && (LZ4_read32(pMatch) == LZ4_read32(pIn))) { pIn+=4; pMatch+=4; }
363 if ((pIn<(pInLimit-1)) && (LZ4_read16(pMatch) == LZ4_read16(pIn))) { pIn+=2; pMatch+=2; }
364 if ((pIn<pInLimit) && (*pMatch == *pIn)) pIn++;
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]

Completed in 279 milliseconds