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:stuffing
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-fileops.c
293
int
stuffing
, i;
in cx18_copy_buf_to_user()
local
330
/* Get the count of
stuffing
bytes & verify them */
in cx18_copy_buf_to_user()
331
stuffing
= q[13] & 7;
in cx18_copy_buf_to_user()
332
/* all
stuffing
bytes must be 0xff */
in cx18_copy_buf_to_user()
333
for (i = 0; i <
stuffing
; i++)
in cx18_copy_buf_to_user()
336
if (i ==
stuffing
&& /* right number of
stuffing
bytes*/
in cx18_copy_buf_to_user()
339
q[14 +
stuffing
] == 0 && /* PES Pack or Sys Hdr */
in cx18_copy_buf_to_user()
340
q[15 +
stuffing
] == 0 &&
in cx18_copy_buf_to_user()
341
q[16 +
stuffing
]
in cx18_copy_buf_to_user()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-fileops.c
293
int
stuffing
, i;
in cx18_copy_buf_to_user()
local
330
/* Get the count of
stuffing
bytes & verify them */
in cx18_copy_buf_to_user()
331
stuffing
= q[13] & 7;
in cx18_copy_buf_to_user()
332
/* all
stuffing
bytes must be 0xff */
in cx18_copy_buf_to_user()
333
for (i = 0; i <
stuffing
; i++)
in cx18_copy_buf_to_user()
336
if (i ==
stuffing
&& /* right number of
stuffing
bytes*/
in cx18_copy_buf_to_user()
339
q[14 +
stuffing
] == 0 && /* PES Pack or Sys Hdr */
in cx18_copy_buf_to_user()
340
q[15 +
stuffing
] == 0 &&
in cx18_copy_buf_to_user()
341
q[16 +
stuffing
]
in cx18_copy_buf_to_user()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-fileops.c
299
int
stuffing
, i;
in ivtv_copy_buf_to_user()
local
318
stuffing
= q[13] & 7;
in ivtv_copy_buf_to_user()
319
/* all
stuffing
bytes must be 0xff */
in ivtv_copy_buf_to_user()
320
for (i = 0; i <
stuffing
; i++)
in ivtv_copy_buf_to_user()
323
if (i ==
stuffing
&& (q[4] & 0xc4) == 0x44 && (q[12] & 3) == 3 &&
in ivtv_copy_buf_to_user()
324
q[14 +
stuffing
] == 0 && q[15 +
stuffing
] == 0 &&
in ivtv_copy_buf_to_user()
325
q[16 +
stuffing
] == 1) {
in ivtv_copy_buf_to_user()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-fileops.c
299
int
stuffing
, i;
in ivtv_copy_buf_to_user()
local
318
stuffing
= q[13] & 7;
in ivtv_copy_buf_to_user()
319
/* all
stuffing
bytes must be 0xff */
in ivtv_copy_buf_to_user()
320
for (i = 0; i <
stuffing
; i++)
in ivtv_copy_buf_to_user()
323
if (i ==
stuffing
&& (q[4] & 0xc4) == 0x44 && (q[12] & 3) == 3 &&
in ivtv_copy_buf_to_user()
324
q[14 +
stuffing
] == 0 && q[15 +
stuffing
] == 0 &&
in ivtv_copy_buf_to_user()
325
q[16 +
stuffing
] == 1) {
in ivtv_copy_buf_to_user()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H
A
D
allegro-mail.h
245
s32
stuffing
;
member
H
A
D
allegro-mail.c
421
msg->
stuffing
= src[i++];
in allegro_dec_encode_frame()
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H
A
D
allegro-mail.h
248
s32
stuffing
;
member
H
A
D
allegro-mail.c
427
msg->
stuffing
= src[i++];
in allegro_dec_encode_frame()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H
A
D
pfpsp.S
2296
# if we're
stuffing
a source operand back into an fsave frame then we
H
A
D
fpsp.S
2297
# if we're
stuffing
a source operand back into an fsave frame then we
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H
A
D
pfpsp.S
2296
# if we're
stuffing
a source operand back into an fsave frame then we
H
A
D
fpsp.S
2297
# if we're
stuffing
a source operand back into an fsave frame then we
Completed in 91 milliseconds