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:first_cu
(Results
1 - 5
of
5
) sorted by relevance
/third_party/pcre2/pcre2/src/
H
A
D
pcre2_dfa_match.c
3320
PCRE2_UCHAR
first_cu
= 0;
in pcre2_dfa_match()
local
3585
first_cu
= first_cu2 = (PCRE2_UCHAR)(re->first_codeunit);
in pcre2_dfa_match()
3588
first_cu2 = TABLE_GET(
first_cu
, mb->tables + fcc_offset,
first_cu
);
in pcre2_dfa_match()
3591
if (
first_cu
> 127 && !utf && (re->overall_options & PCRE2_UCP) != 0)
in pcre2_dfa_match()
3592
first_cu2 = (PCRE2_UCHAR)UCD_OTHERCASE(
first_cu
);
in pcre2_dfa_match()
3594
if (
first_cu
> 127 && (utf || (re->overall_options & PCRE2_UCP) != 0))
in pcre2_dfa_match()
3595
first_cu2 = (PCRE2_UCHAR)UCD_OTHERCASE(
first_cu
);
in pcre2_dfa_match()
3697
ok = has_first_cu && (c ==
first_cu
|| c == first_cu2);
in pcre2_dfa_match()
3716
if (
first_cu
!
in pcre2_dfa_match()
[all...]
H
A
D
pcre2_match.c
6331
PCRE2_UCHAR
first_cu
= 0;
in pcre2_match()
local
6876
first_cu
= first_cu2 = (PCRE2_UCHAR)(re->first_codeunit);
in pcre2_match()
6879
first_cu2 = TABLE_GET(
first_cu
, mb->fcc,
first_cu
);
in pcre2_match()
6882
if (
first_cu
> 127 && ucp && !utf) first_cu2 = UCD_OTHERCASE(
first_cu
);
in pcre2_match()
6884
if (
first_cu
> 127 && (utf || ucp)) first_cu2 = UCD_OTHERCASE(
first_cu
);
in pcre2_match()
6979
ok = has_first_cu && (c ==
first_cu
|| c == first_cu2);
in pcre2_match()
7002
if (
first_cu
!
in pcre2_match()
[all...]
/third_party/elfutils/libdwfl/
H
A
D
cu.c
231
mod->
first_cu
= cu;
in intern_cu()
255
nextp = &mod->
first_cu
;
in __libdwfl_nextcu()
H
A
D
libdwflP.h
204
struct dwfl_cu *
first_cu
, **cu;
member
/third_party/elfutils/libdw/
H
A
D
libdwP.h
1043
Dwarf_CU *
first_cu
;
in str_offsets_base_off()
local
1044
if (dwarf_get_units (dbg, NULL, &
first_cu
,
in str_offsets_base_off()
1046
cu =
first_cu
;
in str_offsets_base_off()
Completed in 15 milliseconds