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_u
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/vndcompress/
common.h
53
#define
__type_min_u
(t) ((t)0ULL)
macro
56
#define __type_min(t) (__type_is_signed(t) ? __type_min_s(t) :
__type_min_u
(t))
/src/sys/sys/
cdefs.h
748
#define
__type_min_u
(t) ((t)0ULL)
macro
751
#define __type_min(t) (__type_is_signed(t) ? __type_min_s(t) :
__type_min_u
(t))
/src/tools/compat/
compat_defs.h
225
#undef
__type_min_u
226
#define
__type_min_u
(t) ((t)0ULL)
macro
232
#define __type_min(t) (__type_is_signed(t) ? __type_min_s(t) :
__type_min_u
(t))
Completed in 16 milliseconds
Indexes created Wed Sep 24 02:09:48 GMT 2025