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:current_byte
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/drivers/
H
A
D
pcmtest.c
175
u8
current_byte
;
in check_buf_block_i()
local
178
current_byte
= runtime->dma_area[v_iter->buf_pos];
in check_buf_block_i()
179
if (!
current_byte
)
in check_buf_block_i()
182
if (
current_byte
!= patt_bufs[ch_num].buf[ch_pos_i(v_iter->total_bytes,
in check_buf_block_i()
200
u8
current_byte
;
in check_buf_block_ni()
local
204
current_byte
= runtime->dma_area[buf_pos_n(v_iter, channels, ch_num)];
in check_buf_block_ni()
205
if (!
current_byte
)
in check_buf_block_ni()
207
if (
current_byte
!= patt_bufs[ch_num].buf[(v_iter->total_bytes / channels)
in check_buf_block_ni()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_l2.c
1424
u8 msb = 0,
current_byte
= 0;
in qed_calc_crc32c()
local
1431
current_byte
= crc32_packet[byte];
in qed_calc_crc32c()
1435
if (msb != (0x1 & (
current_byte
>> bit))) {
in qed_calc_crc32c()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_l2.c
1425
u8 msb = 0,
current_byte
= 0;
in qed_calc_crc32c()
local
1432
current_byte
= crc32_packet[byte];
in qed_calc_crc32c()
1436
if (msb != (0x1 & (
current_byte
>> bit))) {
in qed_calc_crc32c()
Completed in 10 milliseconds