OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TZ
(Results
1 - 10
of
10
) sorted by relevancy
/src/usr.bin/make/unit-tests/
varmod-gmtime.mk
9
.if ${
TZ
:Uundefined} != "undefined" # see unit-tests/Makefile
146
export
TZ
=UTC
150
export
TZ
=Europe/Berlin
154
export
TZ
=UTC
158
export
TZ
=America/Los_Angeles
162
export
TZ
=UTC
directive-export.mk
57
# modifier depends on the '
TZ
' environment variable, without any subprocess.
58
export
TZ
=${UTC}
62
TZ
= ${INDIRECT_TZ}
63
.export
TZ
directive-export-gmake.mk
83
export
TZ
=${INDIRECT_TZ}
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ExpandImm.cpp
273
unsigned
TZ
= countTrailingZeros(Imm);
274
Shift = (
TZ
/ 16) * 16;
/src/external/gpl2/rcs/dist/src/
maketime.c
96
static char const *
TZ
;
97
if (!
TZ
&& !(
TZ
= getenv("
TZ
")))
98
faterror("The
TZ
environment variable is not set; please set it to your timezone");
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAddressingModes.h
135
unsigned
TZ
= countTrailingZeros(Imm);
139
unsigned RotAmt =
TZ
& ~1;
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp
920
unsigned
TZ
= countTrailingZeros<uint64_t>(Imm);
943
if (
TZ
> 15 && (LZ > 32 || LO > 32))
967
if ((LZ + FO +
TZ
) > 48) {
969
getI32Imm((Imm >>
TZ
) & 0xffff));
971
getI32Imm(
TZ
), getI32Imm(LZ));
1066
if ((LZ + FO +
TZ
) > 32) {
1067
uint64_t ImmHi16 = (Imm >> (
TZ
+ 16)) & 0xffff;
1071
getI32Imm((Imm >>
TZ
) & 0xffff));
1073
getI32Imm(
TZ
), getI32Imm(LZ));
1149
unsigned
TZ
= countTrailingZeros<uint64_t>(Imm)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAG.cpp
1133
uint32_t
TZ
= countTrailingZeros(Mask);
1134
uint32_t M1 = countTrailingOnes(Mask >>
TZ
);
1137
if (
TZ
+ M1 + LZ != 32)
1140
if (
TZ
> 2)
1150
//
TZ
= D-C, so D =
TZ
+C.
1151
SDValue D = DAG.getConstant(
TZ
+CV, dl, VT);
1152
SDValue DC = DAG.getConstant(
TZ
, dl, VT);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp
414
// (add X1, (shl (and (srl X2, c1), (c2>>
tz
)),
tz
)) where
tz
is the number
430
unsigned
TZ
= countTrailingZeros(And_imm);
431
if (
TZ
!= 1 &&
TZ
!= 2)
442
And_imm >>=
TZ
;
470
CurDAG->getConstant(Srl_imm +
TZ
, SDLoc(Srl),
476
N1, CurDAG->getConstant(
TZ
, SDLoc(Srl), MVT::i32));
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp
333
unsigned
TZ
= countTrailingZeros(ITState.Mask);
334
if (++ITState.CurPosition == 5 -
TZ
&& ITState.IsExplicit)
343
unsigned
TZ
= countTrailingZeros(ITState.Mask);
345
NewMask |= ITState.Mask & (0xC <<
TZ
);
346
NewMask |= 0x2 <<
TZ
;
391
unsigned
TZ
= countTrailingZeros(ITState.Mask);
394
NewMask |= ITState.Mask & (0xE <<
TZ
);
396
NewMask |= (Cond != ITState.Cond) <<
TZ
;
398
NewMask |= 1 << (
TZ
- 1);
430
unsigned
TZ
= countTrailingZeros(VPTState.Mask)
[
all
...]
Completed in 68 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026