OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:check_mul_overflow
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/common/include/linux/
overflow.h
39
#define
check_mul_overflow
(a, b, res) __builtin_mul_overflow(a, b, res)
macro
48
if (
check_mul_overflow
(x, y, &xy))
59
if (
check_mul_overflow
(x, y, &xy))
61
if (
check_mul_overflow
(xy, z, &xyz))
Completed in 12 milliseconds
Indexes created Mon Sep 22 10:09:38 GMT 2025