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:CLUST16_MASK
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sbin/fsck_msdosfs/
H
A
D
fat.c
284
retval = le16dec(p) &
CLUST16_MASK
;
in fat_get_fat16_next()
286
if (retval >= (CLUST_BAD &
CLUST16_MASK
))
in fat_get_fat16_next()
287
retval |= ~
CLUST16_MASK
;
in fat_get_fat16_next()
298
nextcl &=
CLUST16_MASK
;
in fat_set_fat16_next()
587
if (boot->ClustMask !=
CLUST16_MASK
&& boot->ClustMask != CLUST32_MASK)
in checkdirty()
616
if (boot->ClustMask ==
CLUST16_MASK
) {
in checkdirty()
629
if (boot->ClustMask ==
CLUST16_MASK
) {
in checkdirty()
654
if (boot->ClustMask !=
CLUST16_MASK
&& boot->ClustMask != CLUST32_MASK)
in cleardirty()
671
if (boot->ClustMask ==
CLUST16_MASK
) {
in cleardirty()
836
case
CLUST16_MASK
in readfat()
[all...]
H
A
D
boot.c
280
if (boot->NumClusters < (CLUST_RSRVD &
CLUST16_MASK
)) {
in readboot()
295
} else if (boot->NumClusters < (CLUST_RSRVD&
CLUST16_MASK
)) {
in readboot()
296
boot->ClustMask =
CLUST16_MASK
;
in readboot()
307
case
CLUST16_MASK
:
in readboot()
H
A
D
dosfs.h
97
#define
CLUST16_MASK
0xffff
macro
Completed in 3 milliseconds