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
/external/chromium_org/third_party/icu/source/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
...]
/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
...]
/frameworks/base/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";
/bionic/libc/tzcode/
private.h
299
#ifndef
TYPE_BIT
300
#define
TYPE_BIT
(type) (sizeof (type) * CHAR_BIT)
301
#endif /* !defined
TYPE_BIT
*/
334
((
TYPE_BIT
(type) - TYPE_SIGNED(type)) * 302 / 1000 + \
localtime.c
338
TYPE_BIT
(time_t) - TYPE_SIGNED(time_t) < SECSPERREPEAT_BITS)
[
all
...]
Completed in 424 milliseconds