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_s
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/vndcompress/
common.h
51
#define
__type_min_s
(t) ((t)((1ULL << (sizeof(t) * NBBY - 1))))
macro
55
#define __type_is_signed(t) (/*LINTED*/
__type_min_s
(t) + (t)1 < (t)1)
56
#define __type_min(t) (__type_is_signed(t) ?
__type_min_s
(t) : __type_min_u(t))
64
((intmax_t)((a) + __zeroll()) >= (intmax_t)
__type_min_s
(t)) : \
/src/sys/sys/
cdefs.h
746
#define
__type_min_s
(t) ((t)((1ULL << (sizeof(t) * __CHAR_BIT__ - 1))))
macro
750
#define __type_is_signed(t) (/*LINTED*/
__type_min_s
(t) + (t)1 < (t)1)
751
#define __type_min(t) (__type_is_signed(t) ?
__type_min_s
(t) : __type_min_u(t))
763
(__INTMAX_TYPE__)
__type_min_s
(t)) \
/src/tools/compat/
compat_defs.h
221
#undef
__type_min_s
222
#define
__type_min_s
(t) ((t)((1ULL << (sizeof(t) * NBBY - 1))))
macro
230
#define __type_is_signed(t) (/*LINTED*/
__type_min_s
(t) + (t)1 < (t)1)
232
#define __type_min(t) (__type_is_signed(t) ?
__type_min_s
(t) : __type_min_u(t))
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025