OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_ONES_COMPLEMENT
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
intprops.h
34
#define
TYPE_ONES_COMPLEMENT
(t) ((t) ~ (t) 0 == 0)
/external/bison/lib/
strtol.c
135
# define
TYPE_ONES_COMPLEMENT
(t) ((t) ~ (t) 0 == 0)
Completed in 35 milliseconds