OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_SIGNED
(Results
1 - 12
of
12
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
intprops.h
38
#define
TYPE_SIGNED
(t) (! ((t) 0 < (t) -1))
45
((t) (!
TYPE_SIGNED
(t) \
51
((t) (!
TYPE_SIGNED
(t) \
62
# define signed_type_or_expr__(t)
TYPE_SIGNED
(__typeof__ (t))
/bionic/libc/tzcode/
difftime.c
14
#include "private.h" /* for time_t, TYPE_INTEGRAL, and
TYPE_SIGNED
*/
34
if (!
TYPE_SIGNED
(time_t)) {
private.h
266
#ifndef
TYPE_SIGNED
267
#define
TYPE_SIGNED
(type) (((type) -1) < 0)
268
#endif /* !defined
TYPE_SIGNED
*/
287
((TYPE_BIT(type) -
TYPE_SIGNED
(type)) * 302 / 1000 + \
288
1 +
TYPE_SIGNED
(type))
localtime.c
87
* on TYPE_BIT /
TYPE_SIGNED
/ TYPE_INTEGRAL.
93
(
TYPE_SIGNED
(time_t) ?
103
(
TYPE_SIGNED
(time_t) ?
398
TYPE_BIT(time_t) -
TYPE_SIGNED
(time_t) < SECSPERREPEAT_BITS)
618
if (
TYPE_SIGNED
(time_t)) {
[
all
...]
strftime.c
409
if (
TYPE_SIGNED
(time64_t))
/external/icu4c/tools/tzcode/
private.h
200
#ifndef
TYPE_SIGNED
201
#define
TYPE_SIGNED
(type) (((type) -1) < 0)
202
#endif /* !defined
TYPE_SIGNED
*/
221
((TYPE_BIT(type) -
TYPE_SIGNED
(type)) * 302 / 1000 + \
222
1 +
TYPE_SIGNED
(type))
localtime.c
330
TYPE_BIT(time_t) -
TYPE_SIGNED
(time_t) < SECSPERREPEAT_BITS)
490
if (
TYPE_SIGNED
(time_t)) {
[
all
...]
zic.c
1313
if (dayoff < 0 && !
TYPE_SIGNED
(zic_t)) {
[
all
...]
/system/core/libcutils/
private.h
270
#ifndef
TYPE_SIGNED
271
#define
TYPE_SIGNED
(type) (((type) -1) < 0)
272
#endif /* !defined
TYPE_SIGNED
*/
291
((TYPE_BIT(type) -
TYPE_SIGNED
(type)) * 302 / 1000 + \
292
1 +
TYPE_SIGNED
(type))
tzstrftime.c
62
#ifndef
TYPE_SIGNED
63
#define
TYPE_SIGNED
(type) (((type) -1) < 0)
64
#endif /* !defined
TYPE_SIGNED
*/
74
((TYPE_BIT(type) -
TYPE_SIGNED
(type)) * 302 / 1000 + \
75
1 +
TYPE_SIGNED
(type))
359
if (
TYPE_SIGNED
(time_t))
tztime.c
57
* on TYPE_BIT /
TYPE_SIGNED
/ TYPE_INTEGRAL.
63
(
TYPE_SIGNED
(time_t) ?
73
(
TYPE_SIGNED
(time_t) ?
301
TYPE_BIT(time_t) -
TYPE_SIGNED
(time_t) < SECSPERREPEAT_BITS)
544
if (
TYPE_SIGNED
(time_t)) {
[
all
...]
/external/bison/lib/
strtol.c
139
# define
TYPE_SIGNED
(t) (! ((t) 0 < (t) -1))
146
((t) (!
TYPE_SIGNED
(t) \
152
((t) (!
TYPE_SIGNED
(t) \
Completed in 581 milliseconds