OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_BIT
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/tzcode/
private.h
262
#ifndef
TYPE_BIT
263
#define
TYPE_BIT
(type) (sizeof (type) * CHAR_BIT)
264
#endif /* !defined
TYPE_BIT
*/
287
((
TYPE_BIT
(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
localtime.c
87
* on
TYPE_BIT
/ TYPE_SIGNED / TYPE_INTEGRAL.
94
~((time_t)1 << (
TYPE_BIT
(time_t)-1))
104
((time_t)1 << (
TYPE_BIT
(time_t)-1))
398
TYPE_BIT
(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
[
all
...]
/external/icu4c/tools/tzcode/
private.h
196
#ifndef
TYPE_BIT
197
#define
TYPE_BIT
(type) (sizeof (type) * CHAR_BIT)
198
#endif /* !defined
TYPE_BIT
*/
221
((
TYPE_BIT
(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
localtime.c
330
TYPE_BIT
(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
[
all
...]
zic.c
608
if (
TYPE_BIT
(zic_t) < 64) {
[
all
...]
/system/core/libcutils/
private.h
266
#ifndef
TYPE_BIT
267
#define
TYPE_BIT
(type) (sizeof (type) * CHAR_BIT)
268
#endif /* !defined
TYPE_BIT
*/
291
((
TYPE_BIT
(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
tzstrftime.c
58
#ifndef
TYPE_BIT
59
#define
TYPE_BIT
(type) (sizeof (type) * CHAR_BIT)
60
#endif /* !defined
TYPE_BIT
*/
74
((
TYPE_BIT
(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
tztime.c
57
* on
TYPE_BIT
/ TYPE_SIGNED / TYPE_INTEGRAL.
64
~((time_t)1 << (
TYPE_BIT
(time_t)-1))
74
((time_t)1 << (
TYPE_BIT
(time_t)-1))
301
TYPE_BIT
(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
[
all
...]
/system/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java
32
public static final int
TYPE_BIT
= 1;
82
return mBaseType >=
TYPE_BIT
&& mBaseType <= TYPE_DOUBLE;
312
case
TYPE_BIT
:
346
case
TYPE_BIT
: return "bit";
Completed in 1005 milliseconds