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:get_byte
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-jpeg/
H
A
D
jpeg-core.c
761
static int
get_byte
(struct s5p_jpeg_buffer *buf);
786
components =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_h_tbl()
790
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_h_tbl()
793
x =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_h_tbl()
820
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_huff_tbl()
827
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_huff_tbl()
841
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_huff_tbl()
874
components =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_q_tbl()
881
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_q_tbl()
885
x =
get_byte
(
in exynos4_jpeg_parse_decode_q_tbl()
1040
static int
get_byte
(struct s5p_jpeg_buffer *buf)
get_byte()
function
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-jpeg/
H
A
D
jpeg-core.c
761
static int
get_byte
(struct s5p_jpeg_buffer *buf);
786
components =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_h_tbl()
790
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_h_tbl()
793
x =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_h_tbl()
820
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_huff_tbl()
827
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_huff_tbl()
841
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_huff_tbl()
874
components =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_q_tbl()
881
c =
get_byte
(&jpeg_buffer);
in exynos4_jpeg_parse_decode_q_tbl()
885
x =
get_byte
(
in exynos4_jpeg_parse_decode_q_tbl()
1040
static int
get_byte
(struct s5p_jpeg_buffer *buf)
get_byte()
function
[all...]
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H
A
D
ks_hostif.c
37
static inline u8
get_byte
(struct ks_wlan_private *priv)
in get_byte()
function
51
data = (
get_byte
(priv) & 0xff);
in get_word()
52
data |= ((
get_byte
(priv) << 8) & 0xff00);
in get_word()
60
data = (
get_byte
(priv) & 0xff);
in get_dword()
61
data |= ((
get_byte
(priv) << 8) & 0x0000ff00);
in get_dword()
62
data |= ((
get_byte
(priv) << 16) & 0x00ff0000);
in get_dword()
63
data |= ((
get_byte
(priv) << 24) & 0xff000000);
in get_dword()
934
rssi =
get_byte
(priv);
in hostif_phy_information_confirm()
935
signal =
get_byte
(priv);
in hostif_phy_information_confirm()
936
noise =
get_byte
(pri
in hostif_phy_information_confirm()
[all...]
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H
A
D
ks_hostif.c
37
static inline u8
get_byte
(struct ks_wlan_private *priv)
in get_byte()
function
51
data = (
get_byte
(priv) & 0xff);
in get_word()
52
data |= ((
get_byte
(priv) << 8) & 0xff00);
in get_word()
60
data = (
get_byte
(priv) & 0xff);
in get_dword()
61
data |= ((
get_byte
(priv) << 8) & 0x0000ff00);
in get_dword()
62
data |= ((
get_byte
(priv) << 16) & 0x00ff0000);
in get_dword()
63
data |= ((
get_byte
(priv) << 24) & 0xff000000);
in get_dword()
925
rssi =
get_byte
(priv);
in hostif_phy_information_confirm()
926
signal =
get_byte
(priv);
in hostif_phy_information_confirm()
927
get_byte
(pri
in hostif_phy_information_confirm()
[all...]
/kernel/linux/linux-5.10/arch/alpha/boot/
H
A
D
misc.c
61
#define
get_byte
() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
macro
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
H
A
D
misc.c
52
#define
get_byte
() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
macro
/kernel/linux/linux-6.6/arch/alpha/boot/
H
A
D
misc.c
61
#define
get_byte
() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
macro
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/
H
A
D
misc.c
52
#define
get_byte
() (inptr < insize ? inbuf[inptr++] : fill_inbuf())
macro
/kernel/linux/linux-5.10/lib/
H
A
D
inflate.c
233
#define NEXTBYTE() ({ int v =
get_byte
(); if (v < 0) goto underrun; (uch)v; })
1219
flags = (uch)
get_byte
();
/kernel/linux/linux-6.6/lib/
H
A
D
inflate.c
233
#define NEXTBYTE() ({ int v =
get_byte
(); if (v < 0) goto underrun; (uch)v; })
1219
flags = (uch)
get_byte
();
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
rcar_jpu.c
578
static int
get_byte
(struct jpeg_buffer *buf)
in get_byte()
function
624
c =
get_byte
(&jpeg_buffer);
in jpu_parse_hdr()
638
get_byte
(&jpeg_buffer) != 3) /* YCbCr only */
in jpu_parse_hdr()
642
return
get_byte
(&jpeg_buffer);
in jpu_parse_hdr()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H
A
D
rcar_jpu.c
571
static int
get_byte
(struct jpeg_buffer *buf)
in get_byte()
function
618
c =
get_byte
(&jpeg_buffer);
in jpu_parse_hdr()
632
get_byte
(&jpeg_buffer) != 3) /* YCbCr only */
in jpu_parse_hdr()
636
return
get_byte
(&jpeg_buffer);
in jpu_parse_hdr()
Completed in 18 milliseconds