Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/freebsd-12.1/contrib/gcclibs/libmudflap/
H A DMakefile.am27 nobase_libsubinclude_HEADERS = mf-runtime.h
31 mf-runtime.c \
42 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
43 $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
44 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
46 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
48 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
50 pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
56 pth/mf-runtime.lo \
H A DChangeLog239 * mf-runtime.c: Likewise.
240 * mf-runtime.h: Likewise.
267 * mf-runtime.h: New file, replaces mf-runtime.h.in.
343 * mf-runtime.h.in:
548 * mf-runtime.h.in: Wrap them.
1058 * mf-runtime.h.in: Tweak.
1158 * mf-runtime.c (*): Adapt to void*/size_t API in mf-runtime.h.
1247 * mf-runtime.h.in: Renamed from mf-runtime.h. Tweak uintptr_t decl.
1429 * mf-runtime.h: Reorganize a bit.
1432 * mf-runtime.c: Reorganize a bit.
[all …]
H A DMakefile.in73 am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
235 nobase_libsubinclude_HEADERS = mf-runtime.h
237 mf-runtime.c \
247 pth/mf-runtime.lo \
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-runtime.Plo@am__quote@
854 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
855 $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
856 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
858 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
860 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
[all …]
/freebsd-12.1/usr.bin/at/
H A Dparsetime.c604 runtime = nowtime; in parsetime()
605 runtime.tm_sec = 0; in parsetime()
606 runtime.tm_isdst = 0; in parsetime()
622 plus(&runtime); in parsetime()
629 minus(&runtime); in parsetime()
632 tod(&runtime); in parsetime()
633 month(&runtime); in parsetime()
651 runtime.tm_mday++; in parsetime()
652 runtime.tm_wday++; in parsetime()
655 runtime.tm_min = 0; in parsetime()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp150 LanguageRuntime *runtime = nullptr; in UpdateValue() local
155 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
156 if (runtime) in UpdateValue()
157 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
162 if (runtime) in UpdateValue()
163 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
169 if (runtime) in UpdateValue()
170 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
181 if (runtime && found_dynamic_type) { in UpdateValue()
237 if (runtime) in UpdateValue()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp50 if (!runtime) in NSBundleSummaryProvider()
100 if (!runtime) in NSTimeZoneSummaryProvider()
147 if (!runtime) in NSNotificationSummaryProvider()
194 if (!runtime) in NSMachPortSummaryProvider()
242 if (!runtime) in NSIndexSetSummaryProvider()
433 if (!runtime) in NSNumberSummaryProvider()
686 if (!runtime) in NSURLSummaryProvider()
808 if (!runtime) in NSDateSummaryProvider()
873 if (runtime && runtime->GetFoundationVersion() >= 1600) in NSDateSummaryProvider()
904 if (!runtime) in ObjCClassSummaryProvider()
[all …]
H A DCF.cpp54 ObjCLanguageRuntime *runtime = in CFBagSummaryProvider() local
58 if (!runtime) in CFBagSummaryProvider()
62 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider()
118 ObjCLanguageRuntime *runtime = in CFBitVectorSummaryProvider() local
122 if (!runtime) in CFBitVectorSummaryProvider()
126 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider()
242 ObjCLanguageRuntime *runtime = in CFBinaryHeapSummaryProvider() local
246 if (!runtime) in CFBinaryHeapSummaryProvider()
250 runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
H A DNSArray.cpp353 ObjCLanguageRuntime *runtime = in NSArraySummaryProvider() local
357 if (!runtime) in NSArraySummaryProvider()
361 runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider()
399 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSArraySummaryProvider()
809 if (!runtime) in NSArraySyntheticFrontEndCreator()
823 runtime->GetClassDescriptor(*valobj_sp)); in NSArraySyntheticFrontEndCreator()
844 if (runtime->GetFoundationVersion() >= 1436) in NSArraySyntheticFrontEndCreator()
846 if (runtime->GetFoundationVersion() >= 1430) in NSArraySyntheticFrontEndCreator()
860 if (runtime->GetFoundationVersion() >= 1437) in NSArraySyntheticFrontEndCreator()
862 if (runtime->GetFoundationVersion() >= 1428) in NSArraySyntheticFrontEndCreator()
[all …]
H A DNSSet.cpp239 ObjCLanguageRuntime *runtime = in NSSetSummaryProvider() local
243 if (!runtime) in NSSetSummaryProvider()
247 runtime->GetClassDescriptor(valobj)); in NSSetSummaryProvider()
278 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSummaryProvider()
318 ObjCLanguageRuntime *runtime = in NSSetSyntheticFrontEndCreator() local
321 if (!runtime) in NSSetSyntheticFrontEndCreator()
335 runtime->GetClassDescriptor(*valobj_sp)); in NSSetSyntheticFrontEndCreator()
351 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSyntheticFrontEndCreator()
H A DNSError.cpp191 ObjCLanguageRuntime *runtime = in NSErrorSyntheticFrontEndCreator() local
194 if (!runtime) in NSErrorSyntheticFrontEndCreator()
198 runtime->GetClassDescriptor(*valobj_sp.get())); in NSErrorSyntheticFrontEndCreator()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp101 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() local
102 if (runtime) in GetQueueName()
104 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueName()
131 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local
132 if (runtime) in GetQueueKind()
133 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind()
155 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local
156 if (runtime) { in GetQueueID()
182 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local
183 if (runtime) { in GetQueueLibdispatchQueueAddress()
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A DREADME.txt3 This directory contains sources of the AddressSanitizer (ASan) runtime library.
9 asan_*.{cc,h} : Sources of the asan runtime library.
13 Also ASan runtime needs the following libraries:
17 ASan runtime currently also embeds part of LeakSanitizer runtime for
20 ASan runtime can only be built by CMake. You can run ASan tests
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h41 static bool classof(const ObjCLanguageRuntime *runtime) { in classof() argument
42 switch (runtime->GetRuntimeVersion()) { in classof()
120 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
134 CreateInstance(AppleObjCRuntimeV2 &runtime,
140 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
179 CreateInstance(AppleObjCRuntimeV2 &runtime,
185 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument
186 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
201 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
269 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorLegacy() argument
[all …]
H A DAppleObjCRuntimeV2.cpp1130 Process *process, AppleObjCRuntimeV2 *runtime, in NeedsUpdate() argument
2016 Process *process(runtime.GetProcess()); in CreateInstance()
2084 Process *process(runtime.GetProcess()); in CreateInstance()
2092 return new TaggedPointerVendorLegacy(runtime); in CreateInstance()
2098 return new TaggedPointerVendorLegacy(runtime); in CreateInstance()
2104 return new TaggedPointerVendorLegacy(runtime); in CreateInstance()
2110 return new TaggedPointerVendorLegacy(runtime); in CreateInstance()
2166 runtime, objc_debug_taggedpointer_mask, in CreateInstance()
2182 runtime, objc_debug_taggedpointer_mask, in CreateInstance()
2265 : TaggedPointerVendorV2(runtime), m_cache(), in TaggedPointerVendorRuntimeAssisted()
[all …]
/freebsd-12.1/release/packages/
H A DMakefile.package60 runtime-debug_DESCR= Debugging Symbols
61 runtime-development_DESCR=Development Files
62 runtime-profile_DESCR= Profiling Libraries
63 runtime-lib32_DESCR= 32-bit Libraries
64 runtime-lib32-debug_DESCR=32-bit Debugging Symbols
65 runtime-lib32-development_DESCR=32-bit Development Files
66 runtime-lib32-profile_DESCR=32-bit Profiling Libraries
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp49 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local
52 assert(runtime); in DoExecute()
66 runtime->PlaceBreakpointOnScriptGroup(target, stream, name, stop_on_all); in DoExecute()
106 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local
109 assert(runtime); in DoExecute()
110 const RSScriptGroupList &groups = runtime->GetScriptGroups(); in DoExecute()
/freebsd-12.1/crypto/openssl/
H A DNOTES.UNIX5 For Unix/POSIX runtime systems on Windows, please see NOTES.WIN.
28 a bit of help from a defined runtime shared library search path.
31 scripts do NOT generally set the runtime shared library search path for
42 Possible options to set the runtime shared library search path include
55 Please do not use verbatim directories in your runtime shared library
59 used with the runtime shared library search path options, as shown in
65 On modern ELF based systems, there are two runtime search paths tags to
85 How to choose which runtime search path tag is to be set depends on
95 for runtime search path relative to the directory containing current
108 also cases when you'd have to explicitly specify runtime search path
/freebsd-12.1/contrib/atf/
H A DREADME14 ATF-based test programs rely on a separate runtime engine to execute them.
15 The runtime engine is in charge of isolating the test programs from the
17 they cannot affect the running system. The runtime engine is also
19 The current runtime of choice is Kyua.
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A DREADME.zfs35 The Lua runtime is considered stable software. Channel programs don't need much
36 complicated logic, so updates to the Lua runtime from upstream are viewed as
38 such, the Lua runtime in ZFS should be updated on an as-needed basis for
45 The version of the Lua runtime we're using in ZFS has been modified in a variety
50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t
55 3. The "normal" Lua runtime handles errors by failing fatally, but since this
62 We've added new protections into the Lua interpreter to limit the runtime
/freebsd-12.1/sys/kern/
H A Dkern_racct.c984 uint64_t pct_estimate, pct, runtime; in racct_proc_exit() local
994 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()
998 if (runtime < p->p_prev_runtime) in racct_proc_exit()
999 runtime = p->p_prev_runtime; in racct_proc_exit()
1004 pct_estimate = (1000000 * runtime * 100) / in racct_proc_exit()
1012 racct_set_locked(p, RACCT_CPU, runtime, 0); in racct_proc_exit()
1222 uint64_t pct, pct_estimate, runtime; in racctd() local
1252 KASSERT(runtime >= p->p_prev_runtime, in racctd()
1255 if (runtime < p->p_prev_runtime) in racctd()
1256 runtime = p->p_prev_runtime; in racctd()
[all …]
/freebsd-12.1/etc/mtree/
H A DBSD.root.dist14 allwinner tags=package=runtime
16 overlays tags=package=runtime
18 rockchip tags=package=runtime
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DQueueItem.cpp101 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in FetchEntireItem() local
102 if (runtime) { in FetchEntireItem()
103 runtime->CompleteQueueItem(this, m_item_ref); in FetchEntireItem()
/freebsd-12.1/contrib/gcc/doc/
H A Dcompat.texi15 The set of runtime conventions followed by all of the tools that deal
17 linkers, and language runtime support.
60 affects code generation and runtime support for:
72 interfaces for runtime arithmetic support
78 affects code generation and runtime support for:
119 runtime support. The runtime support is included in a C++ ABI, but there
123 that conform to the same ABI for C++ compiler and runtime support.
154 and other runtime support libraries, and to suppress the use of GCC's
/freebsd-12.1/contrib/gcclibs/libssp/
H A Dconfigure.ac13 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
14 AC_ARG_ENABLE(version-specific-runtime-libs,
15 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in …
142 # and header files if --enable-version-specific-runtime-libs option
/freebsd-12.1/contrib/openmp/
H A DCREDITS.txt33 N: Intel Corporation OpenMP runtime team
35 D: Created the runtime.
46 D: ScaleMP contributor to improve runtime performance there.

12345678910>>...20