Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Ds390-opc.txt86 58 l RX_RRRD "load" g5 esa,zarch
87 41 la RX_RRRD "load address" g5 esa,zarch
88 51 lae RX_RRRD "load address extended" g5 esa,zarch
89 9a lam RS_AARD "load access multiple" g5 esa,zarch
90 e500 lasp SSE_RDRD "load address space parameters" g5 esa,zarch
91 23 lcdr RR_FF "load complement (long)" g5 esa,zarch
92 33 lcer RR_FF "load complement (short)" g5 esa,zarch
93 13 lcr RR_RR "load complement" g5 esa,zarch
94 b7 lctl RS_CCRD "load control" g5 esa,zarch
95 68 ld RX_FRRD "load (long)" g5 esa,zarch
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/IO/t/
DIO.t24 my @load;
26 local *XSLoader::load = sub {
27 push @load, \@_;
32 ok( @load, 'IO should call XSLoader::load()' );
33 is( $load[0][0], 'IO', '... loading the IO library' );
34 is( $load[0][1], $IO::VERSION, '... with the current .pm version' );
/mirbsd/src/lib/libssl/src/doc/crypto/
Dlh_stats.pod35 hash table. It prints the 'load' and the 'actual load'. The load is
37 'actual load' is the average number of items per 'bucket', but only
38 for buckets which contain entries. So the 'actual load' is the
40 table, while the 'load' is the average number that will be done to
DOPENSSL_config.pod47 used (among other things) to load dynamic ENGINEs from shared libraries (DSOs).
49 very few can load and use dynamic ENGINEs. Equally in future more sophisticated
62 all errors silently and it can only load from the standard configuration file
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dfrv.cpu96 (prev-fr-load DI) ; Previous use of FR register was target of a load
101 (cur-fr-load DI) ; Current use of FR register was target of a load
258 ; GR load unit
259 (unit u-gr-load "GR Load Unit" ()
274 ; FR load unit
275 (unit u-fr-load "FR Load Unit" ()
607 ; GR load unit -- TODO doesn't handle quad
608 (unit u-gr-load "GR Load Unit" ()
631 ; FR load unit -- TODO doesn't handle quad
632 (unit u-fr-load "FR Load Unit" ()
[all …]
/mirbsd/src/usr.sbin/ppp/ppp/
Dtimer.c91 if (tp->load == 0) { in timer_Start()
103 if (ticks + t->rest >= tp->load) in timer_Start()
110 tp->rest = tp->load - ticks; in timer_Start()
248 pt->name, pt, SECS(pt->load), HSECS(pt->load), SECS(rest), \ in timer_Show()
Dlqr.c196 if (p->hdlc.lqm.method && p->hdlc.lqm.timer.load) in SendLqrReport()
253 if (p->hdlc.lqm.timer.load == 0 || !(p->hdlc.lqm.method & LQM_LQR) || in lqr_Input()
299 physical->hdlc.lqm.timer.load = period * SECTICKS / 100; in lqr_Setup()
301 physical->hdlc.lqm.timer.load = 0; in lqr_Setup()
314 if (p->hdlc.lqm.timer.load) in lqr_Start()
324 if (p->hdlc.lqm.timer.load) in lqr_reStart()
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/REXX/
DREXX.pm20 *load = \&OS2::DLL::load;
23 XSLoader::load 'OS2::REXX';
/mirbsd/src/gnu/usr.bin/perl/lib/
DThread.pm317 XSLoader::load 'threads';
330 XSLoader::load 'Thread';
/mirbsd/src/usr.bin/vi/build/
DREADME69 from whatever libraries you load. Note: System V based curses
82 from whatever libraries you load. Make sure that the DB routines
95 from whatever libraries you load. Please ensure that your RE
147 mean that you'll want to check the compile and load line flags, too.
149 If you want to specify additional load line flags, specify the ADDLDFLAGS
154 would specify the -Q flag in the load line when the nvi programs are
157 If you don't want configure to use the default load line flags for the
163 will cause configure to set the load line flags to "-32", and not set
198 and /e/f, and one additional library to load, "db".
205 would search /usr/local/include for include files, as well as load the db
[all …]
/mirbsd/src/usr.bin/file/
Dfile.c120 private void load(const char *, int);
224 load(magicfile, flags); in main()
296 load(magicfile, flags); in main()
321 load(const char *m, int flags) in load() function
/mirbsd/src/usr.bin/file/magdir/
Dhp64 0 belong 0x0210010b PA-RISC1.1 demand-load executable
72 0 belong 0x0210010d PA-RISC1.1 dynamic load library
88 0 belong 0x020b010b PA-RISC1.0 demand-load executable
96 0 belong 0x020b010d PA-RISC1.0 dynamic load library
130 0 belong 0x020c010b HP s200 demand-load executable
157 0 belong 0x020c010d HP s200 dynamic load library
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-alpha.texi174 Used with an @code{ldq} instruction to load the address of a symbol
191 there are two code paths that load up the same address and feed the
197 that the literal is used for an address load. The offset field of the
199 to use a gp-relative load.
243 Used with @code{ldah} and @code{lda} to load the GP from the current
269 Used with any branch format instruction to skip the GP load at the
272 or perform a standard GP load in the first two instructions via the
277 Used with an @code{lda} instruction to load the address of a TLS
281 pair the descriptor load with both the @code{literal} loading the
292 Used with an @code{lda} instruction to load the address of a TLS
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsolib-som.c102 addr_and_unwind_t load; member
386 dld_cache.load.address = SYMBOL_VALUE (dld_msymbol); in som_solib_desire_dynamic_linker_symbols()
387 dld_cache.load.unwind = find_unwind_entry (dld_cache.load.address); in som_solib_desire_dynamic_linker_symbols()
445 if ((dld_cache.load.address != 0) in som_solib_desire_dynamic_linker_symbols()
495 if ((u_pc == dld_cache.load.unwind) in som_in_dynsym_resolve_code()
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/REXX/t/
Drx_tiesql.test16 $db2 = load REXX "sqlar" or die "load";
/mirbsd/src/sys/arch/sparc/sparc/
Dbsd_fdintr.s177 ! load fdc, if it's NULL there's nothing to do: schedule soft interrupt
186 ! load chips register addresses
285 bge 2f ! if so, load but dont store
286 ldub [R_fifo], %l7 ! load the status byte
/mirbsd/src/gnu/usr.bin/perl/os2/OS2/REXX/DLL/
DDLL.pm56 sub load { subroutine
129 XSLoader::load 'OS2::DLL';
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
DTUNING56 over several disks to distribute the load. This is some basic tuning
83 processes (MaxChildren) or by load control options (RefuseLA,
93 the best load control but does not achieve as low latency as the
106 by spreading the load over several disks. This can easily be achieved
208 For high volume mail it is necessary to be able to control the load
210 and all options related to number of processes and the load should
217 This may result in a smoother load distribution depending on how
/mirbsd/src/usr.bin/mail/
Dmain.c216 load(_PATH_MASTER_RC); in main()
223 load(expand(rc)); in main()
/mirbsd/src/sys/sys/
Dlkm.h256 #define DISPATCH(lkmtp,cmd,ver,load,unload,stat) \ argument
263 if ((error = load(lkmtp, cmd)) != 0) \
/mirbsd/src/usr.bin/ssh/
DREADME.smartcard24 (3) load the Java Cardlet to the Cyberflex card and set card passphrase:
41 (4) load a RSA key to the card:
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/scalar/
Dscalar.pm4 XSLoader::load 'PerlIO::scalar';
/mirbsd/src/gnu/usr.bin/perl/ext/PerlIO/via/
Dvia.pm4 XSLoader::load 'PerlIO::via';
/mirbsd/src/gnu/usr.bin/perl/ext/attrs/
Dattrs.pm56 XSLoader::load 'attrs', $VERSION;
/mirbsd/src/gnu/usr.bin/perl/ext/ByteLoader/
DByteLoader.pm7 XSLoader::load 'ByteLoader', $VERSION;

12345678910>>...12