Home
last modified time | relevance | path

Searched refs:NT (Results 1 – 25 of 258) sorted by relevance

1234567891011

/external/openssl/crypto/rc4/asm/
Drc4-ia64.pl180 $NT = 2;
249 &I(\$c, "LKEY T[%u] = [T[%u]]", $i1 % $NT, $i1 % $NT) if ($p & $pOut);
251 $i0 % $NT, $i2 % $NSI, $i1 % $NSJ) if ($p & $pComT);
260 &I(\$c, "zxt1 T[%u] = T[%u]", $i0 % $NT, $i0 % $NT) if ($p & $pComT);
266 $i3 % $NData, $i3 % $NData, $i1 % $NT) if ($p & $pOut);
279 &I(\$c, "KEYADDR(T[%u], T[%u])", $i0 % $NT, $i0 % $NT) if ($p & $pComT);
/external/smali/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
/external/glide/library/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
/external/glide/
Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
66 @rem Get arguments from the 4NT Shell from JP Software
78 @rem End local scope for the variables with windows NT shell
/external/clang/test/CXX/special/class.copy/
Dp11.0x.copy.cpp12 …NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant' is implicitly deleted beca… member
20 …NonTrivial NT; // expected-note{{copy constructor of 'DeletedNTVariant2' is implicitly deleted bec… member
Dp11.0x.move.cpp12 …NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constru… member
19 …NonTrivial NT; // expected-note{{deleted because variant field 'NT' has a non-trivial move constru… member
/external/chromium_org/net/data/ftp/
Ddir-listing-windows-1.expected2 NT
Ddir-listing-windows-11 11-02-09 05:32PM <DIR> NT
/external/openssl/crypto/des/
Doptions.txt12 NT 4.0 - pentium 100mhz - VC 4.2 - assembler 281,000 2250k/s
16 NT 4.0 - pentium 100mhz - VC 4.2 - UNROLL RISC1 PTR 191,000 1528k/s
/external/chromium_org/third_party/icu/source/data/zone/
Den_CA.txt14 sg{"NT"}
/external/icu/icu4c/source/data/zone/
Den_CA.txt14 sg{"NT"}
/external/llvm/lib/Object/
DCOFFYAML.cpp297 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping() local
299 IO.mapRequired("Type", NT->Type); in mapping()
301 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping() local
303 IO.mapRequired("Type", NT->Type); in mapping()
/external/openssl/crypto/threads/
DREADME6 mttest will do some testing and will currently build under Windows NT/95,
/external/chromium_org/third_party/libphonenumber/src/resources/carrier/en/
D977.txt15 97798|Namaste / NT Mobile
/external/chromium_org/third_party/icu/source/data/curr/
Dzh_Hant_HK.txt84 "NT$",
Droot.txt71 "NT$",
/external/icu/icu4c/source/data/curr/
Dzh_Hant_HK.txt89 "NT$",
Droot.txt71 "NT$",
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
Dant.bat51 rem %~dp0 is expanded pathname of the current script under NT
79 rem and for NT handling to skip to.
196 rem Set the return code if we are not in NT. We can only set
200 rem Set the ERRORLEVEL if we are running NT.
/external/icu/icu4c/source/data/coll/
Dln.txt23 "<<<nK<<<Nk<<<NK<ns<<<nS<<<Ns<<<NS<nt<<<nT<<<Nt<<<NT<ny<<<nY<<<Ny<<<NY<nz<<<nZ<<<Nz"
/external/chromium_org/third_party/icu/source/data/coll/
Dln.txt23 "<<<nK<<<Nk<<<NK<ns<<<nS<<<Ns<<<NS<nt<<<nT<<<Nt<<<NT<ny<<<nY<<<Ny<<<NY<nz<<<nZ<<<Nz"
/external/qemu/distrib/jpeg-6b/
Djconfig.vc1 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */
/external/jpeg/
Djconfig.vc1 /* jconfig.vc --- jconfig.h for Microsoft Visual C++ on Windows 95 or NT. */
/external/llvm/include/llvm/Target/
DTargetLowering.h737 bool hasTargetDAGCombine(ISD::NodeType NT) const { in hasTargetDAGCombine() argument
738 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray)); in hasTargetDAGCombine()
739 return TargetDAGCombineArray[NT >> 3] & (1 << (NT&7)); in hasTargetDAGCombine()
1180 void setTargetDAGCombine(ISD::NodeType NT) { in setTargetDAGCombine() argument
1181 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray)); in setTargetDAGCombine()
1182 TargetDAGCombineArray[NT >> 3] |= 1 << (NT&7); in setTargetDAGCombine()
/external/libexif/contrib/watcom/
DMakefile25 SYSTEM=NT
57 !else ifeq SYSTEM NT

1234567891011