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:fdc
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/
H
A
D
doio.c
1413
struct fd_cache *
fdc
;
in do_read()
local
1472
fdc
= alloc_fdcache(file, oflags);
in do_read()
1474
if ((rval = alloc_mem(nbytes + wtob(1) * 2 +
fdc
->c_memalign)) < 0) {
in do_read()
1484
if ((oflags & O_DIRECT) && ((long)addr %
fdc
->c_memalign != 0)) {
in do_read()
1486
fdc
->c_memalign - ((long)addr %
fdc
->c_memalign);
in do_read()
1611
struct fd_cache *
fdc
;
in do_write()
local
1702
fdc
= alloc_fdcache(file, oflags);
in do_write()
1704
if ((rval = alloc_mem(nbytes + wtob(1) * 2 +
fdc
->c_memalign)) < 0) {
in do_write()
1714
if ((oflags & O_DIRECT) && ((long)addr %
fdc
in do_write()
2893
struct fd_cache *
fdc
;
sy_mmrw()
local
2955
struct fd_cache *
fdc
;
fmt_mmrw()
local
3072
struct fd_cache *
fdc
;
do_rw()
local
3743
struct fd_cache *
fdc
;
check_file()
local
4260
struct fd_cache *
fdc
;
alloc_fd()
local
[all...]
/third_party/libabigail/src/
H
A
D
abg-reporter-priv.cc
753
unsigned
fdc
= first_array ? first_array->get_dimension_count(): 0,
in report_size_and_alignment_changes()
local
758
if (fs != ss ||
fdc
!= sdc)
in report_size_and_alignment_changes()
776
if (sdc !=
fdc
)
in report_size_and_alignment_changes()
780
<<
fdc
in report_size_and_alignment_changes()
820
} // end if (fs != ss ||
fdc
!= sdc)
in report_size_and_alignment_changes()
Completed in 6 milliseconds