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:clu_count
(Results
1 - 8
of
8
) sorted by relevance
/third_party/exfatprogs/exfat2img/
H
A
D
exfat2img.c
609
unsigned int clu,
clu_count
;
in dump_clusters_to_stdout()
local
616
clu_count
= end_clu - start_clu + 1;
in dump_clusters_to_stdout()
620
cc_clu_count =
clu_count
< 5 ? 1 :
clu_count
;
in dump_clusters_to_stdout()
628
cc_clu_count =
clu_count
;
in dump_clusters_to_stdout()
976
(le32_to_cpu(ei.exfat->bs->bsx.
clu_count
) <<
in main()
/third_party/exfatprogs/dump/
H
A
D
dump.c
120
total_clus = le32_to_cpu(pbsx->
clu_count
);
in exfat_show_ondisk_all_info()
197
total_clus = le32_to_cpu(pbsx->
clu_count
);
in exfat_show_ondisk_all_info()
/third_party/exfatprogs/fsck/
H
A
D
fsck.c
437
if (le32_to_cpu(bs->bsx.
clu_count
) * EXFAT_CLUSTER_SIZE(bs) >
in read_boot_region()
441
le32_to_cpu(bs->bsx.
clu_count
),
in read_boot_region()
601
if (node->size > le32_to_cpu(exfat->bs->bsx.
clu_count
) *
in check_inode()
1213
bitmap_bytes = EXFAT_BITMAP_SIZE(le32_to_cpu(exfat->bs->bsx.
clu_count
));
in write_bitmap()
1381
clus_t
clu_count
, clu, s_clu, e_clu;
in rescue_orphan_clusters()
local
1416
clu_count
= le32_to_cpu(exfat->bs->bsx.
clu_count
);
in rescue_orphan_clusters()
1424
for (i = 0; i < EXFAT_BITMAP_SIZE(
clu_count
) / sizeof(bitmap_t); i++)
in rescue_orphan_clusters()
1430
for (clu = EXFAT_FIRST_CLUSTER; clu <
clu_count
+ EXFAT_FIRST_CLUSTER &&
in rescue_orphan_clusters()
1433
e_clu =
clu_count
in rescue_orphan_clusters()
[all...]
/third_party/exfatprogs/include/
H
A
D
exfat_ondisk.h
115
__le32
clu_count
;
member
/third_party/exfatprogs/mkfs/
H
A
D
mkfs.c
62
pbsx->
clu_count
= cpu_to_le32(finfo.total_clu_cnt);
in exfat_setup_boot_sector()
92
le32_to_cpu(pbsx->
clu_count
));
in exfat_setup_boot_sector()
/third_party/exfatprogs/lib/
H
A
D
exfat_fs.c
137
exfat->clus_count = le32_to_cpu(bs->bsx.
clu_count
);
in exfat_alloc_exfat()
H
A
D
exfat_dir.c
683
clus_t end = le32_to_cpu(exfat->bs->bsx.
clu_count
) +
in find_free_cluster()
H
A
D
libexfat.c
49
last_clu = le32_to_cpu(exfat->bs->bsx.
clu_count
) +
in exfat_bitmap_find_bit()
Completed in 12 milliseconds