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:max_end
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-vbi.c
236
__s32 min_start, max_start,
max_end
, f2_offset;
in try_fmt()
local
247
max_end
= (tvnorm->cropcap.bounds.top
in try_fmt()
253
BUG_ON(max_start >=
max_end
);
in try_fmt()
276
max_end
- start);
in try_fmt()
281
max_end
+= f2_offset;
in try_fmt()
376
__s32
max_end
;
in bttv_g_fmt_vbi_cap()
local
383
max_end
= (tvnorm->cropcap.bounds.top
in bttv_g_fmt_vbi_cap()
395
frt->fmt.vbi.start[i] = min(new_start,
max_end
- 1);
in bttv_g_fmt_vbi_cap()
398
max_end
- frt->fmt.vbi.start[i]);
in bttv_g_fmt_vbi_cap()
400
max_end
in bttv_g_fmt_vbi_cap()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-vbi.c
182
__s32 min_start, max_start,
max_end
, f2_offset;
in try_fmt()
local
193
max_end
= (tvnorm->cropcap.bounds.top
in try_fmt()
199
WARN_ON(max_start >=
max_end
);
in try_fmt()
222
max_end
- start);
in try_fmt()
227
max_end
+= f2_offset;
in try_fmt()
316
__s32
max_end
;
in bttv_g_fmt_vbi_cap()
local
323
max_end
= (tvnorm->cropcap.bounds.top
in bttv_g_fmt_vbi_cap()
334
frt->fmt.vbi.start[i] = min(new_start,
max_end
- 1);
in bttv_g_fmt_vbi_cap()
337
max_end
- frt->fmt.vbi.start[i]);
in bttv_g_fmt_vbi_cap()
339
max_end
in bttv_g_fmt_vbi_cap()
[all...]
/kernel/linux/linux-5.10/drivers/misc/
H
A
D
fastrpc.c
415
u64
max_end
= 0;
in fastrpc_get_buff_overlaps()
local
428
if (ctx->olaps[i].start <
max_end
) {
in fastrpc_get_buff_overlaps()
429
ctx->olaps[i].mstart =
max_end
;
in fastrpc_get_buff_overlaps()
431
ctx->olaps[i].offset =
max_end
- ctx->olaps[i].start;
in fastrpc_get_buff_overlaps()
433
if (ctx->olaps[i].end >
max_end
) {
in fastrpc_get_buff_overlaps()
434
max_end
= ctx->olaps[i].end;
in fastrpc_get_buff_overlaps()
444
max_end
= ctx->olaps[i].end;
in fastrpc_get_buff_overlaps()
/kernel/linux/linux-6.6/drivers/misc/
H
A
D
fastrpc.c
540
u64
max_end
= 0;
in fastrpc_get_buff_overlaps()
local
553
if (ctx->olaps[i].start <
max_end
) {
in fastrpc_get_buff_overlaps()
554
ctx->olaps[i].mstart =
max_end
;
in fastrpc_get_buff_overlaps()
556
ctx->olaps[i].offset =
max_end
- ctx->olaps[i].start;
in fastrpc_get_buff_overlaps()
558
if (ctx->olaps[i].end >
max_end
) {
in fastrpc_get_buff_overlaps()
559
max_end
= ctx->olaps[i].end;
in fastrpc_get_buff_overlaps()
569
max_end
= ctx->olaps[i].end;
in fastrpc_get_buff_overlaps()
Completed in 7 milliseconds