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