OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__type_fit_u
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
common.h
60
#define
__type_fit_u
(t, a) (/*LINTED*/sizeof(t) < sizeof(intmax_t) ? \
macro
71
__type_fit_s(t, a) :
__type_fit_u
(t, a))
/src/sys/sys/
cdefs.h
755
#define
__type_fit_u
(t, a) \
macro
772
__type_fit_s(t, a) :
__type_fit_u
(t, a))
Completed in 35 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025