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:avl
(Results
1 - 4
of
4
) sorted by relevance
/third_party/node/deps/v8/src/execution/riscv64/
H
A
D
simulator-riscv64.cc
6807
uint64_t
avl
;
6812
avl
= rs1();
6814
avl
= ~0;
6816
avl
= rvv_vl();
6818
avl
=
avl
<= rvv_vlmax() ?
avl
: rvv_vlmax();
6819
set_rvv_vl(
avl
);
6826
uint64_t
avl
;
6831
avl
[all...]
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
growfiles.c
3030
long
avl
;
in pre_alloc()
local
3032
if (ialloc(fd, size, IA_CONT, &
avl
) == -1) {
in pre_alloc()
/third_party/ntfs-3g/libntfs-3g/
H
A
D
attrib.c
2948
register u32
avl
;
local
2949
avl
= le32_to_cpu(a->value_length);
2950
if (val_len ==
avl
)
2952
if (val_len <
avl
) {
/third_party/ntfs-3g/ntfsprogs/
H
A
D
mkntfs.c
1313
u32
avl
;
in mkntfs_attr_find()
local
1314
avl
= le32_to_cpu(a->value_length);
in mkntfs_attr_find()
1315
if (val_len ==
avl
)
in mkntfs_attr_find()
1317
if (val_len <
avl
) {
in mkntfs_attr_find()
Completed in 24 milliseconds