| /openbsd-src/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; [all...] |
| /openbsd-src/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-src/usr.bin/file/magdir/ |
| H A D | mach | 15 >12 lelong 5 preload executable 52 >12 belong 5 preload executable
|
| /openbsd-src/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"
|
| /openbsd-src/sys/uvm/ |
| H A D | uvm_page.c | 507 int preload, lcv; in uvm_page_physload() 531 * check to see if this is a "preload" (i.e. uvm_mem_init hasn't been in uvm_page_physload() 538 preload = (lcv == vm_nphysseg); in uvm_page_physload() 541 if (!preload) { in uvm_page_physload() 632 if (preload) { in uvm_page_physload() 508 int preload, lcv; uvm_page_physload() local
|
| /openbsd-src/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-src/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-src/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-src/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 907 (unit u-dcpl "Data cache preload unit" () 1307 ; Insn cache preload unit 1308 (unit u-icpl "Insn cache preload unit" () [all …]
|
| /openbsd-src/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-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/ |
| H A D | API.pm | 207 sub test2_in_preload { $INST->preload }
|
| /openbsd-src/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-src/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-src/usr.sbin/unbound/ |
| H A D | ltmain.sh | 6801 preload=false 6884 $preload || { 6888 preload=: 6998 # If libtool objects are unsupported, then we need to preload. 7628 # If libtool objects are unsupported, then we need to preload. 8098 # we need to preload. 8210 # statically, we need to preload. We also need to preload any 10476 $preload \ 10872 $preload [all...] |
| /openbsd-src/gnu/share/ |
| H A D | ltmain.sh | 922 if test "$preload" = no; then 2377 if test "$preload" = yes; then
|
| /openbsd-src/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 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 907 (unit u-dcpl "Data cache preload unit" () 1307 ; Insn cache preload unit 1308 (unit u-icpl "Insn cache preload unit" () [all …]
|
| H A D | ChangeLog | 507 (cache-preload): Ditto.
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleM7.td | 263 // Word load / preload
|
| H A D | ARMScheduleSwift.td | 36 // FIXME: Add preload instruction when it is documented.
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TargetProperties.td | 121 def PreloadSymbols: Property<"preload-symbols", "Boolean">,
|
| /openbsd-src/gnu/usr.bin/binutils/ |
| H A D | ltmain.sh | 911 if test "$preload" = no; then 3521 if test "$preload" = yes; then
|
| /openbsd-src/gnu/lib/libstdc++/ |
| H A D | ltmain.sh | 911 if test "$preload" = no; then 3521 if test "$preload" = yes; then
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZOperands.td | 551 // Variants of brtarget for use with branch prediction preload.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ |
| H A D | ltmain.sh | 911 if test "$preload" = no; then 3521 if test "$preload" = yes; then
|