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:HIWORD
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/vt6655/
H
A
D
tmacro.h
31
#if !defined(
HIWORD
)
32
#define
HIWORD
(d) ((unsigned short)((((unsigned long)(d)) >> 16) & 0xFFFF))
macro
/kernel/linux/linux-5.10/sound/isa/msnd/
H
A
D
msnd.h
169
#define
HIWORD
(l) ((u16)((((u32)(l)) >> 16) & 0xFFFF))
macro
/kernel/linux/linux-6.6/sound/isa/msnd/
H
A
D
msnd.h
169
#define
HIWORD
(l) ((u16)((((u32)(l)) >> 16) & 0xFFFF))
macro
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H
A
D
esas2r_ioctl.c
460
gcc->build_rev = LOBYTE(
HIWORD
(a->fw_version));
in csmi_ioctl_callback()
461
gcc->release_rev = HIBYTE(
HIWORD
(a->fw_version));
in csmi_ioctl_callback()
462
gcc->bios_major_rev = HIBYTE(
HIWORD
(a->flash_ver));
in csmi_ioctl_callback()
463
gcc->bios_minor_rev = LOBYTE(
HIWORD
(a->flash_ver));
in csmi_ioctl_callback()
H
A
D
esas2r_init.c
1345
(int)LOBYTE(
HIWORD
(a->fw_version)),
in esas2r_init_adapter_hw()
1346
(int)HIBYTE(
HIWORD
(a->fw_version)));
in esas2r_init_adapter_hw()
H
A
D
esas2r_flash.c
1082
u8 day = LOBYTE(
HIWORD
(a->flash_ver));
in esas2r_print_flash_rev()
1083
u8 month = HIBYTE(
HIWORD
(a->flash_ver));
in esas2r_print_flash_rev()
H
A
D
esas2r.h
131
#define
HIWORD
(d) ((u16)(((u32)(d)) >> 16))
macro
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H
A
D
esas2r_ioctl.c
460
gcc->build_rev = LOBYTE(
HIWORD
(a->fw_version));
in csmi_ioctl_callback()
461
gcc->release_rev = HIBYTE(
HIWORD
(a->fw_version));
in csmi_ioctl_callback()
462
gcc->bios_major_rev = HIBYTE(
HIWORD
(a->flash_ver));
in csmi_ioctl_callback()
463
gcc->bios_minor_rev = LOBYTE(
HIWORD
(a->flash_ver));
in csmi_ioctl_callback()
H
A
D
esas2r_init.c
1322
(int)LOBYTE(
HIWORD
(a->fw_version)),
in esas2r_init_adapter_hw()
1323
(int)HIBYTE(
HIWORD
(a->fw_version)));
in esas2r_init_adapter_hw()
H
A
D
esas2r_flash.c
1082
u8 day = LOBYTE(
HIWORD
(a->flash_ver));
in esas2r_print_flash_rev()
1083
u8 month = HIBYTE(
HIWORD
(a->flash_ver));
in esas2r_print_flash_rev()
H
A
D
esas2r.h
131
#define
HIWORD
(d) ((u16)(((u32)(d)) >> 16))
macro
Completed in 20 milliseconds