OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__type_min
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/vndcompress/
common.h
56
#define
__type_min
(t) (__type_is_signed(t) ? __type_min_s(t) : __type_min_u(t))
macro
/src/sys/sys/
cdefs.h
751
#define
__type_min
(t) (__type_is_signed(t) ? __type_min_s(t) : __type_min_u(t))
macro
/src/tools/compat/
compat_defs.h
235
#undef
__type_min
macro
236
#define
__type_min
(t) (__type_is_signed(t) ? __type_min_s(t) : __type_min_u(t))
macro
Completed in 36 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026