/openbsd/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/ |
H A D | 02_function.t | 128 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 D | tcpcib.c | 132 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 D | mach | 15 >12 lelong 5 preload executable 52 >12 belong 5 preload executable
|
/openbsd/gnu/usr.bin/perl/Cross/ |
H A D | Makefile.SH.patch | 8 - rm -f preload 9 - cat <<'EOT' > preload 16 - chmod 755 preload 17 - ldlibpth="$ldlibpth `pwd`/preload `pwd`/$libperl"
|
H A D | Makefile-cross-SH | 124 rm -f preload 125 cat <<'EOT' > preload 132 chmod 755 preload 984 rm -f preload
|
/openbsd/sys/uvm/ |
H A D | uvm_page.c | 507 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 D | ping.c | 253 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 D | if_ral.c | 1617 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 D | Makefile.SH | 161 rm -f preload 162 cat <<'EOT' > preload 169 chmod 755 preload 1410 rm -f preload
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | ChangeLog | 79 (cache-preload): Ditto.
|
H A D | frv.cpu | 346 ; 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 D | README.md | 111 The 2. mode is available only on FreeBSD and Linux. Where library preload
|
/openbsd/usr.bin/calendar/calendars/ |
H A D | calendar.openbsd | 104 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 D | API.pm | 207 sub test2_in_preload { $INST->preload }
|
/openbsd/gnu/llvm/lld/MachO/ |
H A D | Options.td | 160 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 D | rt2560.c | 2247 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 D | ltmain.sh | 6801 preload=false 6884 $preload || { 6888 preload=: 10476 $preload \ 10872 $preload && test -f "$symfileobj" \
|
/openbsd/gnu/share/ |
H A D | ltmain.sh | 922 if test "$preload" = no; then 2377 if test "$preload" = yes; then
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | frv.cpu | 346 ; 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 D | ARMScheduleM7.td | 263 // Word load / preload
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | TargetProperties.td | 121 def PreloadSymbols: Property<"preload-symbols", "Boolean">,
|
/openbsd/gnu/usr.bin/binutils/ |
H A D | ltmain.sh | 911 if test "$preload" = no; then 3521 if test "$preload" = yes; then
|
/openbsd/gnu/lib/libstdc++/ |
H A D | ltmain.sh | 911 if test "$preload" = no; then 3521 if test "$preload" = yes; then
|
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/ |
H A D | SystemZOperands.td | 551 // Variants of brtarget for use with branch prediction preload.
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | ltmain.sh | 911 if test "$preload" = no; then 3521 if test "$preload" = yes; then
|