| /openbsd-src/usr.sbin/unbound/testcode/ |
| H A D | fake_event.c | 92 /** runtime ptr */ 93 struct replay_runtime* runtime; member 195 pending_matches_current(struct replay_runtime* runtime, in pending_matches_current() argument 200 if(!runtime->now || runtime->now->evt_type != repevt_back_query in pending_matches_current() 201 || !runtime->pending_list) in pending_matches_current() 204 for(p = runtime->pending_list; p; p = p->next) { in pending_matches_current() 205 if(runtime->now->addrlen != 0 && in pending_matches_current() 206 sockaddr_cmp(&p->addr, p->addrlen, &runtime->now->addr, in pending_matches_current() 207 runtime in pending_matches_current() 227 pending_find_match(struct replay_runtime * runtime,struct entry ** entry,struct fake_pending * pend) pending_find_match() argument 261 pending_matches_range(struct replay_runtime * runtime,struct entry ** entry,struct fake_pending ** pend) pending_matches_range() argument 285 pending_list_delete(struct replay_runtime * runtime,struct fake_pending * pend) pending_list_delete() argument 358 answer_callback_from_entry(struct replay_runtime * runtime,struct entry * entry,struct fake_pending * pend) answer_callback_from_entry() argument 397 answer_check_it(struct replay_runtime * runtime) answer_check_it() argument 440 fake_front_query(struct replay_runtime * runtime,struct replay_moment * todo) fake_front_query() argument 481 fake_pending_callback(struct replay_runtime * runtime,struct replay_moment * todo,int error) fake_pending_callback() argument 526 moment_assign(struct replay_runtime * runtime,struct replay_moment * mom) moment_assign() argument 541 time_passes(struct replay_runtime * runtime,struct replay_moment * mom) time_passes() argument 575 autotrust_check(struct replay_runtime * runtime,struct replay_moment * mom) autotrust_check() argument 628 tempfile_check(struct replay_runtime * runtime,struct replay_moment * mom) tempfile_check() argument 681 do_infra_rtt(struct replay_runtime * runtime) do_infra_rtt() argument 700 do_flush_message(struct replay_runtime * runtime) do_flush_message() argument 724 do_expire_message(struct replay_runtime * runtime) do_expire_message() argument 760 expon_timeout_backoff(struct replay_runtime * runtime) expon_timeout_backoff() argument 780 advance_moment(struct replay_runtime * runtime) advance_moment() argument 793 do_moment_and_advance(struct replay_runtime * runtime) do_moment_and_advance() argument 879 run_scenario(struct replay_runtime * runtime) run_scenario() argument 944 struct replay_runtime* runtime = (struct replay_runtime*)base; listen_create() local 973 struct replay_runtime* runtime = (struct replay_runtime*) comm_base_create() local 986 struct replay_runtime* runtime = (struct replay_runtime*)b; comm_base_delete() local 1018 struct replay_runtime* runtime = (struct replay_runtime*)b; comm_base_timept() local 1026 struct replay_runtime* runtime = (struct replay_runtime*)b; comm_base_dispatch() local 1036 struct replay_runtime* runtime = (struct replay_runtime*)b; comm_base_exit() local 1047 struct replay_runtime* runtime = (struct replay_runtime*)base; comm_signal_create() local 1071 struct replay_runtime* runtime = (struct replay_runtime*)repinfo->c->ev; comm_point_send_reply() local 1118 struct replay_runtime* runtime = (struct replay_runtime*)base; outside_network_create() local 1152 struct replay_runtime* runtime = (struct replay_runtime*) pending_udp_query() local 1202 struct replay_runtime* runtime = (struct replay_runtime*) pending_tcp_query() local 1259 struct replay_runtime* runtime = (struct replay_runtime*)outnet->base; outnet_serviced_query() local 1376 struct replay_runtime* runtime = pend->runtime; outnet_serviced_query_stop() local 1628 struct replay_runtime* runtime = (struct replay_runtime*)base; comm_timer_create() local 1752 struct replay_runtime* runtime = (struct replay_runtime*) outnet_comm_point_for_udp() local 1772 struct replay_runtime* runtime = (struct replay_runtime*) outnet_comm_point_for_tcp() local 1844 struct replay_runtime* runtime = (struct replay_runtime*) outnet_comm_point_for_http() local 1874 struct replay_runtime* runtime = fc->runtime; comm_point_send_udp_msg() local [all...] |
| /openbsd-src/sys/dev/pci/drm/i915/ |
| H A D | intel_device_info.c | 93 const struct intel_runtime_info *runtime, in intel_device_info_print() argument 96 if (runtime->graphics.ip.rel) in intel_device_info_print() 98 runtime->graphics.ip.ver, in intel_device_info_print() 99 runtime->graphics.ip.rel); in intel_device_info_print() 102 runtime->graphics.ip.ver); in intel_device_info_print() 104 if (runtime->media.ip.rel) in intel_device_info_print() 106 runtime->media.ip.ver, in intel_device_info_print() 107 runtime->media.ip.rel); in intel_device_info_print() 110 runtime->media.ip.ver); in intel_device_info_print() 112 drm_printf(p, "graphics stepping: %s\n", intel_step_name(runtime->step.graphics_step)); in intel_device_info_print() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| H A D | prereqs.t | 13 runtime => { 61 my $req = $prereq->requirements_for(qw(runtime requires)); 66 "we got the runtime requirements", 71 "...but not the runtime recommendations", 81 my $req = $prereq->requirements_for(qw(runtime requires)); 82 my $rec = $prereq->requirements_for(qw(runtime recommends)); 90 "we got the runtime requirements", 95 "...and the runtime recommendations", 106 my $req = $prereq->requirements_for(qw(runtime suggests)); 109 is(@req_mod, 0, "empty set of runtime/suggests requirements"); [all …]
|
| /openbsd-src/gnu/gcc/libmudflap/ |
| H A D | Makefile.am | 27 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 D | ChangeLog | 20 mf-runtime.h installation based on ssp patch for PR 26473 from 25 (nobase_libsubinclude_HEADERS): Add mf-runtime.h. 29 * mf-runtime.h: Add #ifndef protection for conflicting _REENTRANT 135 * mf-runtime.c (__mf_state_1): Initialize to reentrant. 171 * mf-runtime.c (begin_recursion_protect1): New. 184 * mf-runtime.c (__mf_uncache_object): Search whole cache. 226 * mf-runtime.c (__mfu_unregister): Warning fix for char unsigned. 230 * mf-runtime.h: Add libmudflap copyright clause. 239 * mf-runtime.c: Likewise. 240 * mf-runtime.h: Likewise. [all …]
|
| /openbsd-src/gnu/llvm/lldb/examples/summaries/cocoa/ |
| H A D | Class.py | 9 import lldb.runtime.objc.objc_runtime 15 runtime = lldb.runtime.objc.objc_runtime.ObjCRuntime.runtime_from_isa( 17 if runtime is None or not runtime.is_valid(): 19 class_data = runtime.read_class_data()
|
| /openbsd-src/usr.bin/at/ |
| H A D | parsetime.c | 623 struct tm nowtime, runtime; in parsetime() local 633 runtime = nowtime; in parsetime() 634 runtime.tm_sec = 0; in parsetime() 635 runtime.tm_isdst = 0; in parsetime() 644 runtime = nowtime; in parsetime() 651 if (plus(&runtime) != 0) in parsetime() 656 if (tod(&runtime) != 0 || month(&runtime) != 0) in parsetime() 675 if (runtime.tm_hour >= hr) { in parsetime() 676 runtime.tm_mday++; in parsetime() 677 runtime.tm_wday++; in parsetime() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | ValueObjectDynamicValue.cpp | 146 LanguageRuntime *runtime = nullptr; in UpdateValue() local 151 runtime = process->GetLanguageRuntime(known_type); in UpdateValue() 152 if (runtime) in UpdateValue() 153 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() 157 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue() 158 if (runtime) in UpdateValue() 159 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() 164 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue() 165 if (runtime) in UpdateValue() 166 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 45 static bool classof(const LanguageRuntime *runtime) { in classof() argument 46 return runtime->isA(&ID); in classof() 121 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime, 135 CreateInstance(AppleObjCRuntimeV2 &runtime, 141 NonPointerISACache(AppleObjCRuntimeV2 &runtime, 181 CreateInstance(AppleObjCRuntimeV2 &runtime, 187 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument 188 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2() 205 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, 238 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | README.txt | 3 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
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | Cocoa.cpp | 46 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local 48 if (!runtime) in NSBundleSummaryProvider() 52 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider() 97 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local 99 if (!runtime) in NSTimeZoneSummaryProvider() 103 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider() 146 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local 148 if (!runtime) in NSNotificationSummaryProvider() 152 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider() 195 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local [all …]
|
| H A D | CF.cpp | 53 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBagSummaryProvider() local 55 if (!runtime) in CFBagSummaryProvider() 59 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider() 115 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBitVectorSummaryProvider() local 117 if (!runtime) in CFBitVectorSummaryProvider() 121 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider() 235 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBinaryHeapSummaryProvider() local 237 if (!runtime) in CFBinaryHeapSummaryProvider() 241 runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ThreadGDBRemote.cpp | 108 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() local 109 if (runtime) in GetQueueName() 111 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueName() 138 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local 139 if (runtime) in GetQueueKind() 140 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind() 162 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local 163 if (runtime) { in GetQueueID() 164 return runtime->GetQueueIDFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueID() 189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local [all …]
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/ |
| H A D | CMakeLists.txt | 1 # First, add the subdirectories which contain feature-based runtime libraries 24 function(compiler_rt_build_runtime runtime) 25 string(TOUPPER ${runtime} runtime_uppercase) 27 if(${runtime} STREQUAL tsan) 30 if(${runtime} STREQUAL scudo_standalone) 33 add_subdirectory(${runtime}) 76 # is true for fuzzers that exercise parts of the runtime. So we add the fuzzer
|
| /openbsd-src/gnu/llvm/llvm/utils/gn/secondary/libcxx/src/ |
| H A D | BUILD.gn | 72 # We are building the c++ runtime, don't pull in 163 "support/runtime/exception_fallback.ipp", 164 "support/runtime/exception_glibcxx.ipp", 165 "support/runtime/exception_libcxxabi.ipp", 166 "support/runtime/exception_libcxxrt.ipp", 167 "support/runtime/exception_msvc.ipp", 168 "support/runtime/exception_pointer_cxxabi.ipp", 169 "support/runtime/exception_pointer_glibcxx.ipp", 170 "support/runtime/exception_pointer_msvc.ipp", 171 "support/runtime/exception_pointer_unimplemented.ipp", [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptScriptGroup.cpp | 51 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local 54 assert(runtime); in DoExecute() 68 runtime->PlaceBreakpointOnScriptGroup(target, stream, name, stop_on_all); in DoExecute() 108 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local 111 assert(runtime); in DoExecute() 112 const RSScriptGroupList &groups = runtime->GetScriptGroups(); in DoExecute()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/memprof/ |
| H A D | README.txt | 3 This directory contains sources of the MemProfiling (MemProf) runtime library. 8 memprof_*.{cc,h} : Sources of the memprof runtime library. 10 Also MemProf runtime needs the following libraries: 14 MemProf runtime can only be built by CMake. You can run MemProf tests
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
| H A D | CMakeLists.txt | 123 …message(FATAL_ERROR "Building the TSan runtime requires at least macOS SDK 10.12 (or aligned SDK o… 159 # Build and check Go runtime. 167 COMMENT "Checking TSan Go runtime..." 176 # Check for Go runtime. 184 COMMENT "Checking TSan Go runtime..." 190 # Check for Go runtime. 198 COMMENT "Checking TSan Go runtime..." 204 # Check for Go runtime. 212 COMMENT "Checking TSan Go runtime..." 226 # Check for Go runtime. [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/lib/TestML/ |
| H A D | Tiny.pm | 20 $self->{runtime} ||= TestML::Tiny::Runtime->new( 32 my $runtime = $self->{runtime} || ''; 34 unless defined($runtime) and ref($runtime) eq 'TestML::Tiny::Runtime'; 35 $runtime->run; 97 sub runtime { subroutine
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | StackMaps.rst | 12 In this document we refer to the "runtime" collectively as all 19 values that the runtime requires to be live at this point. For 20 example, they may be the values the runtime will need to resume 34 generation, which allows the runtime to locate the patchpoint and 41 in a variety of settings, the most obvious being a runtime (JIT) 63 richer information to a garbage collecting runtime, but that usage 80 runtime patches code at the stack map's address, it will destructively 90 the runtime to uniquely identify the stack map, and the offset within 130 The stack map ID allows a runtime to locate the desired stack map 137 ``llvm.experimental.patchpoint`` may occur. This allows the runtime to [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/libnet/ |
| H A D | Makefile.PL | 87 runtime => { 98 runtime => { 110 runtime => { 121 runtime => {
|
| /openbsd-src/gnu/usr.bin/perl/lib/ |
| H A D | _charnames.pm | 275 my ($name, $wants_ord, $runtime, $regex_loose) = @_; 293 if ($runtime && ! $regex_loose) { 295 my $hints_ref = (caller($runtime))[10]; 594 return $result if ! $runtime 595 || (caller $runtime)[8] & $bytes::hint_bits 606 && (($runtime) 607 ? (caller $runtime)[8] & $bytes::hint_bits 632 if ($runtime) {
|
| /openbsd-src/gnu/usr.bin/texinfo/intl/ |
| H A D | Makefile.in | 258 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ 342 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ 370 if { test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; } \ 455 if test "$(PACKAGE)" = "gettext-runtime" || test "$(PACKAGE)" = "gettext-tools"; then \ 473 if test "$(PACKAGE)" = "gettext-runtime"; then \
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/tsan/ |
| H A D | CMakeLists.txt | 1 # Build for the ThreadSanitizer runtime support library. 5 # TSan runtime to be built with -fPIE to reduce the number of register spills. 13 # Add extra debug information to TSan runtime. This configuration is rarely 18 # Add the actual runtime library.
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | overload.t | 152 $eval .= q{$runtime} if $has_runtime; 155 my $runtime = q{def}; 156 $runtime .= q{(?{$run_blocks++})} if $has_runtime_code; 162 $str .= "def" if $runtime; 170 like($err, qr/Eval-group not allowed at runtime/,
|