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:srcflags
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_cp.c
116
unsigned
srcflags
= src->srcs[0]->flags;
in combine_flags()
local
122
srcflags
&= ~IR3_REG_FNEG;
in combine_flags()
124
srcflags
&= ~IR3_REG_SNEG;
in combine_flags()
126
if (
srcflags
& IR3_REG_FABS)
in combine_flags()
128
if (
srcflags
& IR3_REG_SABS)
in combine_flags()
130
if (
srcflags
& IR3_REG_FNEG)
in combine_flags()
132
if (
srcflags
& IR3_REG_SNEG)
in combine_flags()
134
if (
srcflags
& IR3_REG_BNOT)
in combine_flags()
138
*dstflags |=
srcflags
& IR3_REG_SSA;
in combine_flags()
139
*dstflags |=
srcflags
in combine_flags()
[all...]
/third_party/ltp/testcases/kernel/io/ltp-aiodio/
H
A
D
aiocp.c
44
static int
srcflags
= O_RDONLY;
variable
226
srcflags
|= O_DIRECT;
in setup()
252
srcfd = SAFE_OPEN(srcname, (
srcflags
& ~O_DIRECT) | O_RDWR | O_CREAT, 0666);
in setup()
276
srcfd = SAFE_OPEN(srcname,
srcflags
| O_RDWR | O_CREAT, 0666);
in run()
Completed in 1 milliseconds