OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__negative_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
common.h
49
#define
__negative_p
(x) ((x) < 0)
macro
61
(((a) & __type_mask(t)) == 0) : !
__negative_p
(a))
63
#define __type_fit_s(t, a) (/*LINTED*/
__negative_p
(a) ? \
/src/sys/sys/
cdefs.h
744
#define
__negative_p
(x) (!((x) > 0) && ((x) != 0))
macro
756
(/*LINTED*/!
__negative_p
(a) && \
761
(/*LINTED*/
__negative_p
(a) \
Completed in 14 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025