OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
231
#undef
__type_min
232
#define
__type_min
(t) (__type_is_signed(t) ? __type_min_s(t) : __type_min_u(t))
macro
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025