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:f2
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-fence.h
446
* __dma_fence_is_later - return if f1 is chronologically later than
f2
448
* @
f2
: the second fence's seqno from the same context
451
* Returns true if f1 is chronologically later than
f2
. Both fences must be
454
static inline bool __dma_fence_is_later(u64 f1, u64
f2
, const struct dma_fence_ops *ops)
in __dma_fence_is_later()
argument
461
return f1 >
f2
;
in __dma_fence_is_later()
464
return (int)(lower_32_bits(f1) - lower_32_bits(
f2
)) > 0;
in __dma_fence_is_later()
468
* dma_fence_is_later - return if f1 is chronologically later than
f2
470
* @
f2
: the second fence from the same context
472
* Returns true if f1 is chronologically later than
f2
. Both fences must be
475
static inline bool dma_fence_is_later(struct dma_fence *f1, struct dma_fence *
f2
)
in dma_fence_is_later()
argument
493
dma_fence_later(struct dma_fence *f1, struct dma_fence *
f2
)
dma_fence_later()
argument
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H
A
D
mk_prim_xml_step1.py
138
with open(file_name, 'r') as f1, open(parse_file, 'w+') as
f2
:
Completed in 2 milliseconds