Home
last modified time | relevance | path

Searched defs:NSec (Results 1 – 25 of 42) sorted by relevance

12

/dports/devel/rabs/rabs-2.19.5/minilang/src/
H A Dml_time.c38 ml_value_t *ml_time(time_t Sec, unsigned long NSec) { in ml_time()
59 unsigned long NSec = strtoul(Rest, &End, 10); in ml_time_parse() local
161 unsigned long NSec = Time->Value->tv_nsec; in ML_METHOD() local
242 double NSec = ((double)TimeA->Value->tv_nsec - (double)TimeB->Value->tv_nsec) / 1000000000.0; variable
252 unsigned long NSec = TimeA->Value->tv_nsec + DiffNSec; variable
266 unsigned long NSec = TimeA->Value->tv_nsec + DiffNSec; variable
283 unsigned long NSec = Time->Value->tv_nsec; in ML_TYPED_FN() local
317 unsigned long NSec = strtoul(Rest, &End, 10); in ml_cbor_read_time_fn() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
88 bool MachOLinkGraphBuilder::isZeroFillSection(const NormalizedSection &NSec) { in isZeroFillSection()
125 NormalizedSection NSec; in createNormalizedSections() local
297 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
403 auto &NSec = KV.second; in graphifyRegularSymbols() local
594 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
612 NormalizedSection &NSec, std::vector<NormalizedSymbol *> NSyms) { in graphifyCStringSection()
H A DMachO_x86_64.cpp221 auto &NSec = in addRelocations() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
88 bool MachOLinkGraphBuilder::isZeroFillSection(const NormalizedSection &NSec) { in isZeroFillSection()
125 NormalizedSection NSec; in createNormalizedSections() local
297 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
403 auto &NSec = KV.second; in graphifyRegularSymbols() local
594 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
612 NormalizedSection &NSec, std::vector<NormalizedSymbol *> NSyms) { in graphifyCStringSection()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
88 bool MachOLinkGraphBuilder::isZeroFillSection(const NormalizedSection &NSec) { in isZeroFillSection()
125 NormalizedSection NSec; in createNormalizedSections() local
297 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
403 auto &NSec = KV.second; in graphifyRegularSymbols() local
594 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
612 NormalizedSection &NSec, std::vector<NormalizedSymbol *> NSyms) { in graphifyCStringSection()
/dports/audio/praat/praat-6.2.03/gram/
H A DOTGrammar_ex_tongueRoot.cpp83 if (equal_random_infant_Wolof == kOTGrammar_createTongueRootGrammar_ranking::EQUAL) { in getLinkage()
88 my constraints [icons]. ranking = NUMrandomGauss (100.0, 10.0); in getLinkage()
89 } else if (equal_random_infant_Wolof == kOTGrammar_createTongueRootGrammar_ranking::INFANT) { in getLinkage()
125 OTGrammarCandidate_init (& tableau -> candidates [1], numberOfConstraints, v1, v2); in getLinkage()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp83 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
88 bool MachOLinkGraphBuilder::isZeroFillSection(const NormalizedSection &NSec) { in isZeroFillSection()
123 NormalizedSection NSec; in createNormalizedSections() local
293 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
400 auto &NSec = KV.second; in graphifyRegularSymbols() local
591 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
609 NormalizedSection &NSec, std::vector<NormalizedSymbol *> NSyms) { in graphifyCStringSection()
H A DMachO_x86_64.cpp221 auto &NSec = in addRelocations() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp80 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
111 NormalizedSection NSec; in createNormalizedSections() local
287 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
393 auto &NSec = KV.second; in graphifyRegularSymbols() local
563 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
H A DMachO_x86_64.cpp203 auto &NSec = in addRelocations() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp82 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
113 NormalizedSection NSec; in createNormalizedSections() local
289 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
395 auto &NSec = KV.second; in graphifyRegularSymbols() local
565 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
H A DMachO_x86_64.cpp200 auto &NSec = in addRelocations() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp82 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
113 NormalizedSection NSec; in createNormalizedSections() local
289 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
395 auto &NSec = KV.second; in graphifyRegularSymbols() local
565 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp82 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
113 NormalizedSection NSec; in createNormalizedSections() local
289 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
395 auto &NSec = KV.second; in graphifyRegularSymbols() local
565 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp82 bool MachOLinkGraphBuilder::isDebugSection(const NormalizedSection &NSec) { in isDebugSection()
113 NormalizedSection NSec; in createNormalizedSections() local
289 auto NSec = findSectionByIndex(Sect - 1); in createNormalizedSymbols() local
395 auto &NSec = KV.second; in graphifyRegularSymbols() local
565 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp106 NormalizedSection NSec; in createNormalizedSections() local
263 NormalizedSection *NSec = nullptr; in createNormalizedSymbols() local
363 auto &NSec = KV.second; in graphifyRegularSymbols() local
525 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp106 NormalizedSection NSec; in createNormalizedSections() local
263 NormalizedSection *NSec = nullptr; in createNormalizedSymbols() local
363 auto &NSec = KV.second; in graphifyRegularSymbols() local
525 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp106 NormalizedSection NSec; in createNormalizedSections() local
263 NormalizedSection *NSec = nullptr; in createNormalizedSymbols() local
363 auto &NSec = KV.second; in graphifyRegularSymbols() local
525 auto &NSec = KV.second; in graphifySectionsWithCustomParsers() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dsrv_inlines.hpp104 CSrvTime::NSec(void) in NSec() function in CSrvTime
110 CSrvTime::NSec(void) const in NSec() function in CSrvTime
197 CSrvTime::NSec(void) in NSec() function in CSrvTime
204 CSrvTime::NSec(void) const in NSec() function in CSrvTime
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netstorage/
H A Dnst_precise_time.hpp83 long & NSec(void) in NSec() function in CNSTPreciseTime
85 long NSec(void) const in NSec() function in CNSTPreciseTime
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/
H A Dns_precise_time.hpp94 long & NSec(void) in NSec() function in CNSPreciseTime
96 long NSec(void) const in NSec() function in CNSPreciseTime
/dports/devel/simgear/simgear-2020.3.11/simgear/ephemeris/
H A DcelestialBody.hxx43 double NSec; /* longitude of the ascending node second part */ member in CelestialBody
/dports/databases/galera/galera-release_25.3.35/galerautils/src/
H A Dgu_datetime.hpp26 const long long NSec = 1; variable
/dports/databases/galera26/galera-release_26.4.10/galerautils/src/
H A Dgu_datetime.hpp26 const long long NSec = 1; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp221 auto &NSec = in addRelocations() local

12