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:xflag
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
pixlet.c
208
int ret, escape, pfx, value, yflag,
xflag
, flag = 0;
in read_high_coeffs()
local
248
xflag
= flag + cnt1;
in read_high_coeffs()
249
yflag =
xflag
;
in read_high_coeffs()
254
xflag
&= 1u;
in read_high_coeffs()
256
value =
xflag
+ (tmp ^ -
xflag
);
in read_high_coeffs()
/third_party/mksh/
H
A
D
funcs.c
799
uint32_t
xflag
= 0;
in c_alias()
local
830
xflag
= EXPORT;
in c_alias()
870
if ((ap->flag & (ISSET|
xflag
)) == (ISSET|
xflag
)) {
in c_alias()
898
if (val == NULL && !tflag && !
xflag
) {
in c_alias()
935
ap->flag &= ~
xflag
;
in c_alias()
937
ap->flag |=
xflag
;
in c_alias()
H
A
D
Build.sh
2537
usee=0 useU=0 Pflag=0 Sflag=0 uset=0 vflag=1
xflag
=0
2554
(*)
xflag
=1 ;;
2584
((
xflag
)) && args[\${#args[*]}]=-x # force usage by synerr
/third_party/rust/crates/regex/regex-syntax/src/ast/
H
A
D
mod.rs
1301
FlagsItemKind::Flag(ref
xflag
) if
xflag
== &flag => {
in flag_state()
Completed in 9 milliseconds