Home
last modified time | relevance | path

Searched refs:NT (Results 1 - 25 of 31) sorted by relevance

12

/third_party/curl/lib/
H A Dftplistparser.c164 } NT; member
890 switch(parser->state.NT.main) { in Curl_ftp_parselist()
901 parser->state.NT.main = PL_WINNT_TIME; in Curl_ftp_parselist()
902 parser->state.NT.sub.time = PL_WINNT_TIME_PRESPACE; in Curl_ftp_parselist()
916 switch(parser->state.NT.sub.time) { in Curl_ftp_parselist()
919 parser->state.NT.sub.time = PL_WINNT_TIME_TIME; in Curl_ftp_parselist()
926 parser->state.NT.main = PL_WINNT_DIRORSIZE; in Curl_ftp_parselist()
927 parser->state.NT.sub.dirorsize = PL_WINNT_DIRORSIZE_PRESPACE; in Curl_ftp_parselist()
938 switch(parser->state.NT.sub.dirorsize) { in Curl_ftp_parselist()
943 parser->state.NT in Curl_ftp_parselist()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A 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
/third_party/skia/third_party/externals/oboe/samples/
H A 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp417 MappingNormalization<NType<COFF::RelocationTypeI386>, uint16_t> NT( in mapping()
419 IO.mapRequired("Type", NT->Type); in mapping()
421 MappingNormalization<NType<COFF::RelocationTypeAMD64>, uint16_t> NT( in mapping()
423 IO.mapRequired("Type", NT->Type); in mapping()
425 MappingNormalization<NType<COFF::RelocationTypesARM>, uint16_t> NT( in mapping()
427 IO.mapRequired("Type", NT->Type); in mapping()
429 MappingNormalization<NType<COFF::RelocationTypesARM64>, uint16_t> NT( in mapping()
431 IO.mapRequired("Type", NT->Type); in mapping()
/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H A Dgradlew.bat8 @rem Set local scope for the variables with windows NT shell
72 @rem End local scope for the variables with windows NT shell
/third_party/skia/third_party/externals/libwebp/
H A Dgradlew.bat24 @rem Set local scope for the variables with windows NT shell
88 @rem End local scope for the variables with windows NT shell
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Darmv8m_mpu.h39 * \param NT Non-Transient: Set to 1 for Non-transient data. Set to 0 for Transient data.
44 #define ARM_MPU_ATTR_MEMORY_(NT, WB, RA, WA) \
45 ((((NT) & 1U) << 3U) | (((WB) & 1U) << 2U) | (((RA) & 1U) << 1U) | ((WA) & 1U))
/third_party/libexif/contrib/watcom/
H A DMakefile1 # This makefile is made for OpenWatcom/NT and runs on my system.
25 SYSTEM=NT
57 !else ifeq SYSTEM NT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp230 std::pair<StringRef, StringRef> nestingString(NestingType NT) { in nestingString() argument
231 switch (NT) { in nestingString()
249 void push(NestingType NT) { NestingStack.push_back(NT); } in push() argument
/third_party/curl/projects/
H A Dchecksrc.bat27 rem Check we are running on a Windows NT derived OS
206 echo Error: Only a Windows NT based Operating System is supported
H A Dbuild-wolfssl.bat28 rem Check we are running on a Windows NT derived OS
389 echo Error: Only a Windows NT based Operating System is supported
H A Dgenerate.bat27 rem Check we are running on a Windows NT derived OS
393 echo Error: Only a Windows NT based Operating System is supported
H A Dbuild-openssl.bat27 rem Check we are running on a Windows NT derived OS
700 echo Error: Only a Windows NT based Operating System is supported
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1381 bool hasTargetDAGCombine(ISD::NodeType NT) const { in hasTargetDAGCombine()
1382 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray)); in hasTargetDAGCombine()
1383 return TargetDAGCombineArray[NT >> 3] & (1 << (NT&7)); in hasTargetDAGCombine()
2100 void setTargetDAGCombine(ISD::NodeType NT) {
2101 assert(unsigned(NT >> 3) < array_lengthof(TargetDAGCombineArray));
2102 TargetDAGCombineArray[NT >> 3] |= 1 << (NT&7);
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86asm.pl291 win32n - Windows 95/Windows NT NASM format
/third_party/node/deps/openssl/openssl/util/
H A Dmkdef.pl132 NT => 'WIN32', # alias
/third_party/openssl/util/
H A Dmkdef.pl132 NT => 'WIN32', # alias
/third_party/openssl/crypto/perlasm/
H A Dx86asm.pl291 win32n - Windows 95/Windows NT NASM format
/third_party/python/Lib/test/
H A Dtest_types.py839 NT = typing.NewType('NT', str)
859 eq(x[NT], int | NT | bytes)
904 NT=namedtuple('A', ['B', 'C', 'D'])
905 assert NT | str == typing.Union[NT,str]
H A Dtest_collections.py456 self.assertEqual(namedtuple('NT', spec, rename=True)._fields, renamed)
459 NT = namedtuple('NT', ['x', 'y'], module=collections)
460 self.assertEqual(NT.__module__, collections)
654 NT = namedtuple('NT', ['x', 'y'], True)
656 NT = namedtuple('NT', ['abc', 'def'], rename=True)
657 self.assertEqual(NT._fields, ('abc', '_1'))
659 NT
[all...]
/third_party/curl/
H A Dbuildconf.bat243 rem Windows 9x as setlocal isn't available until Windows NT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1377 Instruction *NT = I1->clone(); in HoistThenElseCodeToIf() local
1378 BIParent->getInstList().insert(BI->getIterator(), NT); in HoistThenElseCodeToIf()
1379 if (!NT->getType()->isVoidTy()) { in HoistThenElseCodeToIf()
1380 I1->replaceAllUsesWith(NT); in HoistThenElseCodeToIf()
1381 I2->replaceAllUsesWith(NT); in HoistThenElseCodeToIf()
1382 NT->takeName(I1); in HoistThenElseCodeToIf()
1387 NT->applyMergedLocation(I1->getDebugLoc(), I2->getDebugLoc()); in HoistThenElseCodeToIf()
1389 // PHIs created below will adopt NT's merged DebugLoc. in HoistThenElseCodeToIf()
1390 IRBuilder<NoFolder> Builder(NT); in HoistThenElseCodeToIf()
1404 // These values do not agree. Insert a select instruction before NT in HoistThenElseCodeToIf()
[all...]

Completed in 28 milliseconds

12