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:fs16
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
windfarm_mpu.h
13
typedef short
fs16
;
typedef
54
fs16
nactual_die; /* 0x3c - nActual Die */
55
fs16
nactual_heatsink; /* 0x3e - nActual Heatsink */
56
fs16
nactual_system; /* 0x40 - nActual System */
59
fs16
bdiode; /* 0x46 - Diode B value (offset) */
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
windfarm_mpu.h
15
typedef short
fs16
;
typedef
56
fs16
nactual_die; /* 0x3c - nActual Die */
57
fs16
nactual_heatsink; /* 0x3e - nActual Heatsink */
58
fs16
nactual_system; /* 0x40 - nActual System */
61
fs16
bdiode; /* 0x46 - Diode B value (offset) */
/kernel/linux/linux-5.10/fs/befs/
H
A
D
befs_fs_types.h
89
typedef u16 __bitwise
fs16
;
typedef
97
fs16
start;
98
fs16
len;
170
fs16
name_size;
171
fs16
data_size;
244
fs16
all_key_count;
245
fs16
all_key_length;
H
A
D
endian.h
52
fs16_to_cpu(const struct super_block *sb,
fs16
n)
in fs16_to_cpu()
60
static inline
fs16
64
return (__force
fs16
)cpu_to_le16(n);
in cpu_to_fs16()
66
return (__force
fs16
)cpu_to_be16(n);
in cpu_to_fs16()
H
A
D
btree.c
105
static
fs16
*befs_bt_keylen_index(struct befs_btree_node *node);
621
static
fs16
*
632
return (
fs16
*) ((void *) node->od_node + off);
in befs_bt_keylen_index()
646
size_t keylen_index_size = node->head.all_key_count * sizeof (
fs16
);
in befs_bt_valarray()
680
fs16
*keylen_index;
in befs_bt_get_key()
/kernel/linux/linux-6.6/fs/befs/
H
A
D
befs_fs_types.h
89
typedef u16 __bitwise
fs16
;
typedef
97
fs16
start;
98
fs16
len;
170
fs16
name_size;
171
fs16
data_size;
244
fs16
all_key_count;
245
fs16
all_key_length;
H
A
D
endian.h
52
fs16_to_cpu(const struct super_block *sb,
fs16
n)
in fs16_to_cpu()
60
static inline
fs16
64
return (__force
fs16
)cpu_to_le16(n);
in cpu_to_fs16()
66
return (__force
fs16
)cpu_to_be16(n);
in cpu_to_fs16()
H
A
D
btree.c
105
static
fs16
*befs_bt_keylen_index(struct befs_btree_node *node);
621
static
fs16
*
632
return (
fs16
*) ((void *) node->od_node + off);
in befs_bt_keylen_index()
646
size_t keylen_index_size = node->head.all_key_count * sizeof (
fs16
);
in befs_bt_valarray()
680
fs16
*keylen_index;
in befs_bt_get_key()
Completed in 5 milliseconds