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:pack_out
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/firmware/cirrus/
H
A
D
cs_dsp.c
2989
u8 *
pack_out
= (u8 *)buf;
in cs_dsp_remove_padding()
local
2994
*
pack_out
++ = (u8)word;
in cs_dsp_remove_padding()
2995
*
pack_out
++ = (u8)(word >> 8);
in cs_dsp_remove_padding()
2996
*
pack_out
++ = (u8)(word >> 16);
in cs_dsp_remove_padding()
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H
A
D
res_func.S
1420
beq
pack_out
|else it is norm or denorm
1953
pack_out
:
label
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H
A
D
res_func.S
1420
beq
pack_out
|else it is norm or denorm
1953
pack_out
:
label
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
wm_adsp.c
3733
u8 *
pack_out
= (u8 *)buf;
in wm_adsp_remove_padding()
local
3739
*
pack_out
++ = *pack_in++;
in wm_adsp_remove_padding()
Completed in 14 milliseconds