Searched refs:T1 (Results 76 - 100 of 105) sorted by relevance

12345

/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dpt_BR.pm249 T1
270 T1
555 2008-02-05T18:30:30 = 2008 T1
H A Dmo.pm236 T1
257 T1
H A Dro_MD.pm236 T1
257 T1
H A Dro_RO.pm256 T1
277 T1
H A Dro.pm121 my $quarter_format_narrow = [ "T1", "T2", "T3", "T4" ];
132 my $quarter_stand_alone_narrow = [ "T1", "T2", "T3", "T4" ];
530 T1
551 T1
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256.tcl496 # T1 = h + SIGMA1(e) + Ch(e,f,g) + Kt + Wt
498 # h = g; g = f; f = e; e = d + T1; d = c; c = b; b = a;
499 # a = T1 + T2
502 set T1 [expr {($H + [SIGMA1 $E] + [Ch $E $F $G]
508 set E [expr {($D + $T1) & 0xffffffff}]
512 set A [expr {($T1 + $T2) & 0xffffffff}]
/macosx-10.9.5/CF-855.17/
H A DCFUtilities.c122 #define ELF_STEP(B) T1 = (H << 4) + B; T2 = T1 & 0xF0000000; if (T2) T1 ^= (T2 >> 24); T1 &= (~T2); H = T1;
126 UInt32 H = 0, T1, T2; local
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl1241 set T1 {}
1244 lappend T1 [lreplace $row end end]
1247 set lastrow [lindex $T1 end]
1248 set T1 [lreplace $T1 end end]
1252 foreach row $T1 a $lastcol {
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dmd5.c48 #define T1 0xd76aa478 macro
167 SET(a, b, c, d, 0, 7, T1);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/MCTargetDesc/
H A DMipsBaseInfo.h149 case Mips::T1: case Mips::T1_64: case Mips::F9: case Mips::D9_64:
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Vectorize/
H A DBBVectorize.cpp403 Type *&T1, Type *&T2) {
409 T1 = IVal->getType();
411 T1 = I->getType();
417 T2 = T1;
662 Type *T1, *T2;
663 getInstructionTypes(I, T1, T2);
666 if (!(VectorType::isValidElementType(T1) || T1->isVectorTy()) ||
670 if (T1->getScalarSizeInBits() == 1 && T2->getScalarSizeInBits() == 1) {
675 && (T1
402 getInstructionTypes(Instruction *I, Type *&T1, Type *&T2) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/digest/md5/
H A Dmd5.c132 #define T1 /* 0xd76aa478 */ (T_MASK ^ 0x28955b87) macro
248 SET(a, b, c, d, 0, 7, T1);
/macosx-10.9.5/CPANInternal-140/Digest-SHA/src/
H A Dsha.c155 W32 a, b, c, d, e, f, g, h, T1; local
172 T1 = h + SIGMA1(e) + Ch(e, f, g) + (*kp++) + w; \
173 h = T1 + SIGMA0(a) + Ma(a, b, c); d += T1;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DSmallVector.h330 template<typename T1, typename T2>
331 static void uninitialized_copy(T1 *I, T1 *E, T2 *Dest) {
H A DIntervalMap.h183 // T1 T2 N Waste Used by
192 template <typename T1, typename T2, unsigned N>
197 T1 first[N];
206 void copy(const NodeBase<T1, T2, M> &Other, unsigned i,
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Debrowse.c2355 /* Is the current lookahead one of T1 or T2? */
2357 #define LOOKING_AT2(T1, T2) (tk == (T1) || tk == (T2))
2359 /* Is the current lookahead one of T1, T2 or T3? */
2361 #define LOOKING_AT3(T1, T2, T3) (tk == (T1) || tk == (T2) || tk == (T3))
2363 /* Is the current lookahead one of T1...T4? */
2365 #define LOOKING_AT4(T1, T2, T3, T4) \
2366 (tk == (T1) || tk == (T2) || tk == (T3) || tk == (T4))
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DRecord.cpp347 /// resolveTypes - Find a common type that T1 and T2 convert to.
350 RecTy *llvm::resolveTypes(RecTy *T1, RecTy *T2) { argument
351 if (T1->typeIsConvertibleTo(T2))
353 if (T2->typeIsConvertibleTo(T1))
354 return T1;
357 if (RecordRecTy *RecTy1 = dynamic_cast<RecordRecTy*>(T1)) {
358 // See if T2 inherits from a type T1 also inherits from
376 // See if T1 inherits from a type T2 also inherits from
384 RecTy *NewType2 = resolveTypes(T1, SuperRecTy2);
/macosx-10.9.5/vim-53/runtime/indent/
H A Dsqlanywhere.vim359 " CREATE TABLE T1(
/macosx-10.9.5/efax-36/efax/
H A Defax.c83 #define T1 350 /* T.30 T1 - waiting for DIS/DCS before Phase B */ macro
120 #define MAXDIS 8 /* maximum DIS frames sent without response (T1) */
258 { 11, 11, " No Answer (T.30 T1 timeout)" },
294 { 74, 74, " T.30 T1 timeout, after EOM received" },
1319 frame = getfr ( mf, buf, T1 ) ;
1556 for ( t=0 ; !err && t<T1 ; t+=T2+10 ) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1768 /// isCompatibleAggregate - Check if T1 and T2 are either the same type or are
1770 static bool isCompatibleAggregate(Type *T1, Type *T2) { argument
1771 if (T1 == T2)
1776 if (isHomogeneousAggregate(T1, NumElts1, EltTy1) &&
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp323 .Case("t1", Mips::T1)
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h786 // Defining a variable of type CompileAssertTypesEqual<T1, T2> will cause a
787 // compiler error iff T1 and T2 are different types.
788 template <typename T1, typename T2>
H A Dgtest-port.h752 template <typename T1, typename T2>
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DVerifier.cpp344 void CheckFailed(const Twine &Message, Type *T1, argument
347 WriteType(T1);
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim4160 function! T1() function
4175 call T1()
4194 call T1() " throw, one level
4217 " Leave C, T1, and T2 for execution as scripts in the next test.
4227 " This test executes the bodies of the functions C, T1, and T2 from
4238 let scriptT1 = MakeScript("T1") " X: 16 + 64 + 16*16 + 64*16
4239 delfunction T1
7506 call ADDPATH("T1")

Completed in 529 milliseconds

12345