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:clustersz
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsrecover.c
122
u32
clustersz
= 0;
variable
1925
if (
clustersz
> mftrecsz)
in detaillogr()
1929
*
clustersz
/mftrecsz),
in detaillogr()
1931
*
clustersz
/mftrecsz - 1));
in detaillogr()
1935
*
clustersz
/mftrecsz));
in detaillogr()
1938
*
clustersz
/mftrecsz
in detaillogr()
2020
(int)(off & (
clustersz
- 1)));
in detaillogr()
2049
(int)(off & (
clustersz
- 1)));
in detaillogr()
3087
clustersz
= bytespersect * (u32)sectpercluster;
in getboot()
3089
while ((u32)(1 << clusterbits) <
clustersz
)
in getboot()
[all...]
H
A
D
playlog.c
153
+
clustersz
);
in getclusterentry()
439
buffer = (char*)malloc(
clustersz
*count);
in read_raw()
446
target = buffer +
clustersz
*i;
in read_raw()
450
memcpy(target, store->data,
clustersz
);
in read_raw()
456
dump(store->data,
clustersz
);
in read_raw()
461
clustersz
, target) !=
clustersz
)) {
in read_raw()
471
dump(target,
clustersz
);
in read_raw()
509
source = buffer +
clustersz
*i;
in write_raw()
512
memcpy(store->data, source,
clustersz
);
in write_raw()
[all...]
H
A
D
ntfsrecover.h
110
extern u32
clustersz
;
Completed in 8 milliseconds