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:minuend
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/include/linux/
H
A
D
overflow.h
71
* @a:
minuend
; value to subtract from
218
* @
minuend
: value to subtract from
219
* @subtrahend: value to subtract from @
minuend
221
* Returns: calculate @
minuend
- @subtrahend, both promoted to size_t,
227
static inline size_t __must_check size_sub(size_t
minuend
, size_t subtrahend)
in size_sub()
argument
231
if (
minuend
== SIZE_MAX || subtrahend == SIZE_MAX ||
in size_sub()
232
check_sub_overflow(
minuend
, subtrahend, &bytes))
in size_sub()
/kernel/linux/linux-6.6/sound/firewire/
H
A
D
amdtp-stream.c
876
static inline u32 decrement_ohci_cycle_count(u32
minuend
, u32 subtrahend)
in decrement_ohci_cycle_count()
argument
878
if (
minuend
< subtrahend)
in decrement_ohci_cycle_count()
879
minuend
+= OHCI_SECOND_MODULUS * CYCLES_PER_SECOND;
in decrement_ohci_cycle_count()
881
return
minuend
- subtrahend;
in decrement_ohci_cycle_count()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H
A
D
allegro-core.c
908
static s16 get_qp_delta(int
minuend
, int subtrahend)
in get_qp_delta()
argument
910
if (
minuend
== subtrahend)
in get_qp_delta()
913
return
minuend
- subtrahend;
in get_qp_delta()
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H
A
D
allegro-core.c
1174
static s16 get_qp_delta(int
minuend
, int subtrahend)
in get_qp_delta()
argument
1176
if (
minuend
== subtrahend)
in get_qp_delta()
1179
return
minuend
- subtrahend;
in get_qp_delta()
Completed in 13 milliseconds