Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:pMatch
(Results
1 - 4
of
4
) sorted by relevance
/third_party/zlib/
H
A
D
zlib2ansi
60
my $
pMatch
= '(\b' . join('|', keys %pList) . '\b)\W*$' ;
84
my %tmp = map { /$
pMatch
/; $_ => $pList{$1} }
/third_party/lz4/lib/
H
A
D
lz4.c
659
unsigned LZ4_count(const BYTE* pIn, const BYTE*
pMatch
, const BYTE* pInLimit)
in LZ4_count()
argument
664
reg_t const diff = LZ4_read_ARCH(
pMatch
) ^ LZ4_read_ARCH(pIn);
in LZ4_count()
666
pIn+=STEPSIZE;
pMatch
+=STEPSIZE;
in LZ4_count()
672
reg_t const diff = LZ4_read_ARCH(
pMatch
) ^ LZ4_read_ARCH(pIn);
in LZ4_count()
673
if (!diff) { pIn+=STEPSIZE;
pMatch
+=STEPSIZE; continue; }
in LZ4_count()
678
if ((STEPSIZE==8) && (pIn<(pInLimit-3)) && (LZ4_read32(
pMatch
) == LZ4_read32(pIn))) { pIn+=4;
pMatch
+=4; }
in LZ4_count()
679
if ((pIn<(pInLimit-1)) && (LZ4_read16(
pMatch
) == LZ4_read16(pIn))) { pIn+=2;
pMatch
+=2; }
in LZ4_count()
680
if ((pIn<pInLimit) && (*
pMatch
in LZ4_count()
[all...]
/third_party/sqlite/src/
H
A
D
shell.c
21166
struct ArSwitch *
pMatch
= 0; /* Matching option */
in arParseCommand()
local
21171
if(
pMatch
){
in arParseCommand()
21174
pMatch
= pOpt;
in arParseCommand()
21179
if(
pMatch
==0 ){
in arParseCommand()
21182
if(
pMatch
->bArg ){
in arParseCommand()
21188
if( arProcessSwitch(pAr,
pMatch
->eSwitch, zArg) ) return SQLITE_ERROR;
in arParseCommand()
H
A
D
sqlite3.c
103863
extendFJMatch( Parse *pParse, ExprList **ppList, SrcItem *
pMatch
, i16 iColumn )
global()
argument
103921
SrcItem *
pMatch
= 0; /* The matching pSrcList item */
global()
local
199264
JsonParse *
pMatch
= 0;
global()
local
[all...]
Completed in 173 milliseconds