OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TZ
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/holo/src/android/holo/cts/modifiers/
CalendarViewModifier.java
39
private static final TimeZone
TZ
= TimeZone.getTimeZone("GMT+00:00");
49
TimeZone.setDefault(
TZ
);
59
Calendar cal = new GregorianCalendar(
TZ
);
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
143
unsigned
TZ
= countTrailingZeros(Imm);
147
unsigned RotAmt =
TZ
& ~1;
/external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
350
// (add X1, (shl (and (srl X2, c1), (c2>>
tz
)),
tz
)) where
tz
is the number
366
unsigned
TZ
= countTrailingZeros(And_imm);
367
if (
TZ
!= 1 &&
TZ
!= 2)
378
And_imm >>=
TZ
;
406
CurDAG->getConstant(Srl_imm+
TZ
, MVT::i32));
410
N1, CurDAG->getConstant(
TZ
, MVT::i32));
[
all
...]
/external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
93
unsigned
TZ
= countTrailingZeros(ITState.Mask);
94
if (++ITState.CurPosition == 5 -
TZ
)
[
all
...]
Completed in 100 milliseconds