Home
last modified time | relevance | path

Searched refs:preload (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/
H A D02_function.t128 for my $preload ( [], [ map {}, 1 .. 3] ) {
129 my $pre = @$preload ? ' (preloaded)' : '';
132 my @preval = map "$_", @$preload;
133 @f{ @$preload} = @preval;
143 1 + @$preload,
147 is( keys %f, @$preload, "$type gone$pre");
151 is( keys %$ob_reg, @$preload, "no objs remaining$pre");
161 @test_types + @$preload,
165 die "preload gone" unless defined $preload;
167 is( keys %$ob_reg, @$preload, "all types unregistered$pre");
[all …]
/openbsd/sys/dev/pci/
H A Dtcpcib.c132 u_int32_t preload; in tcpcib_wdt_init() local
135 preload = (period * 33000000) >> 15; in tcpcib_wdt_init()
136 preload--; in tcpcib_wdt_init()
148 preload); in tcpcib_wdt_init()
/openbsd/usr.bin/file/magdir/
H A Dmach15 >12 lelong 5 preload executable
52 >12 belong 5 preload executable
/openbsd/gnu/usr.bin/perl/Cross/
H A DMakefile.SH.patch8 - rm -f preload
9 - cat <<'EOT' > preload
16 - chmod 755 preload
17 - ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
H A DMakefile-cross-SH124 rm -f preload
125 cat <<'EOT' > preload
132 chmod 755 preload
984 rm -f preload
/openbsd/sys/uvm/
H A Duvm_page.c507 int preload, lcv; in uvm_page_physload() local
538 preload = (lcv == vm_nphysseg); in uvm_page_physload()
541 if (!preload) { in uvm_page_physload()
632 if (preload) { in uvm_page_physload()
/openbsd/sbin/ping/
H A Dping.c253 int64_t preload; in main() local
297 preload = 0; in main()
367 preload = strtonum(optarg, 1, INT64_MAX, &errstr); in main()
841 while (preload--) /* Fire off them quickies. */ in main()
/openbsd/sys/dev/usb/
H A Dif_ral.c1617 uint16_t logcwmin, preload, tmp; in ural_enable_tsf_sync() local
1628 preload = 320; in ural_enable_tsf_sync()
1633 preload = 6; in ural_enable_tsf_sync()
1635 tmp = logcwmin << 12 | preload; in ural_enable_tsf_sync()
/openbsd/gnu/usr.bin/perl/
H A DMakefile.SH161 rm -f preload
162 cat <<'EOT' > preload
169 chmod 755 preload
1410 rm -f preload
/openbsd/gnu/usr.bin/binutils/cpu/
H A DChangeLog79 (cache-preload): Ditto.
H A Dfrv.cpu346 ; Insn cache preload unit
347 (unit u-icpl "Insn cache preload unit" ()
354 ; Data cache preload unit
355 (unit u-dcpl "Data cache preload unit" ()
898 ; Insn cache preload unit
899 (unit u-icpl "Insn cache preload unit" ()
906 ; Data cache preload unit
1307 ; Insn cache preload unit
1315 ; Data cache preload unit
6276 "preload insn cache")
[all …]
/openbsd/gnu/llvm/clang/tools/scan-build-py/
H A DREADME.md111 The 2. mode is available only on FreeBSD and Linux. Where library preload
/openbsd/usr.bin/calendar/calendars/
H A Dcalendar.openbsd104 Nov 01 OpenBSD 3.2 released, ftp mirrors preload for the first time, 2002
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/
H A DAPI.pm207 sub test2_in_preload { $INST->preload }
/openbsd/gnu/llvm/lld/MachO/
H A DOptions.td160 def preload : Flag<["-"], "preload">,
742 HelpText<"With -preload, specify layout sequence of colon-separated <sections> in <segment>">,
747 HelpText<"With -preload, specify layout sequence of colon-separated <segments>">,
/openbsd/sys/dev/ic/
H A Drt2560.c2247 uint16_t logcwmin, preload; in rt2560_enable_tsf_sync() local
2259 preload = (ic->ic_opmode == IEEE80211_M_STA) ? 384 : 1024; in rt2560_enable_tsf_sync()
2260 tmp = logcwmin << 16 | preload; in rt2560_enable_tsf_sync()
/openbsd/usr.sbin/unbound/
H A Dltmain.sh6801 preload=false
6884 $preload || {
6888 preload=:
10476 $preload \
10872 $preload && test -f "$symfileobj" \
/openbsd/gnu/share/
H A Dltmain.sh922 if test "$preload" = no; then
2377 if test "$preload" = yes; then
/openbsd/gnu/usr.bin/binutils-2.17/cpu/
H A Dfrv.cpu346 ; Insn cache preload unit
347 (unit u-icpl "Insn cache preload unit" ()
354 ; Data cache preload unit
898 ; Insn cache preload unit
906 ; Data cache preload unit
1307 ; Insn cache preload unit
1315 ; Data cache preload unit
1691 ; Insn cache preload unit
1699 ; Data cache preload unit
6874 "preload insn cache")
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleM7.td263 // Word load / preload
/openbsd/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td121 def PreloadSymbols: Property<"preload-symbols", "Boolean">,
/openbsd/gnu/usr.bin/binutils/
H A Dltmain.sh911 if test "$preload" = no; then
3521 if test "$preload" = yes; then
/openbsd/gnu/lib/libstdc++/
H A Dltmain.sh911 if test "$preload" = no; then
3521 if test "$preload" = yes; then
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td551 // Variants of brtarget for use with branch prediction preload.
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dltmain.sh911 if test "$preload" = no; then
3521 if test "$preload" = yes; then

12