Home
last modified time | relevance | path

Searched refs:loading (Results 1 – 25 of 68) sorted by relevance

123

/titanic_53/usr/src/lib/libm/i386/src/
H A Dcopysign.s42 subl $8,%esp / set up loading dock for result
43 movl %ecx,(%esp) / copy lo_32(result) to loading dock
44 movl %eax,4(%esp) / copy hi_32(result) to loading dock
H A Dcopysignl.s42 subl $12,%esp / set up loading dock for result
46 / to loading dock
48 / to loading dock
H A Dcopysignf.s40 subl $4,%esp / set up loading dock for result
41 movl %eax,(%esp) / copy result to loading dock
H A Dlocallibm.il159 subl $8,%esp / set up loading dock for result
160 movl %ecx,(%esp) / copy lo_32(result) to loading dock
161 movl %eax,4(%esp) / copy hi_32(result) to loading dock
/titanic_53/usr/src/cmd/mailx/
H A Dlex.c395 if (loading) in commands()
425 if (loading) in commands()
493 if (loading) { in execute()
522 if (loading) in execute()
541 if (loading) in execute()
552 if (loading) in execute()
561 if (loading) in execute()
666 if (e && loading) in execute()
953 loading = 1; in load()
956 loading = 0; in load()
H A Daux.c354 sstack[ssp].s_loading = loading; in source()
355 loading = 0; in source()
379 loading = sstack[ssp].s_loading; in unstack()
382 sourcing = loading; in unstack()
H A Dinit.c90 int loading; /* Loading user definitions */ variable
/titanic_53/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s84 sethi %hi(0x01010101), %o4 ! start loading Alan Mycroft's magic1
99 or %o4, %lo(0x01010101),%o4! finish loading magic1 !
H A Dascii_strcasecmp.s132 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1
174 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
204 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
211 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2
213 or %l3, %lo(0x25252525),%l3! finish loading m3
H A Dstrcmp.s67 sethi %hi(0x01010101), %o5 ! start loading Mycroft's magic2
/titanic_53/usr/src/lib/libc/sparcv9/gen/
H A Dmemchr.s84 sethi %hi(0x80808080), %o5 ! start loading Alan Mycroft's magic1
99 or %o5, %lo(0x80808080),%o5! finish loading magic2 !
H A Dascii_strcasecmp.s132 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1
174 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
204 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
211 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2
213 or %l3, %lo(0x25252525),%l3! finish loading m3
/titanic_53/usr/src/common/ficl/softcore/
H A Dmarker.fr5 .( loading MARKER ) cr
H A Dforml.fr3 .( loading FORML examples ) cr
/titanic_53/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-191 a computer starts. It is responsible for loading and transferring
98 systems with chain-loading(1) (*note Overview-Footnote-1::). GRUB is
132 (1) "chain-load" is the mechanism for loading unsupported operating
133 systems by loading another boot loader. It is typically used for
134 loading DOS or Windows.
179 supported via a chain-loading function.
181 Except for specific compatibility modes (chain-loading and the Linux
199 Chain-loading of other boot loaders is also supported.
202 Fully support the Multiboot feature of loading multiple modules.
241 files). This greatly reduces a file size and loading time, a
[all …]
H A Dmenu.lst72 # For loading DOS if Windows NT is installed
/titanic_53/usr/src/cmd/mailx/hdr/
H A Dglob.h82 extern int loading; /* Loading user definitions */
/titanic_53/usr/src/uts/intel/os/
H A Dmach28 # loading of modules is in the reverse order specified here (i.e. the last
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/
H A DMakefile30 SHOPT_DYNAMIC == 1 /* dynamic loading for builtins */
/titanic_53/usr/src/common/mapfiles/common/
H A Dmap.above4G23 # Linker mapfile for loading 64-bit programs above 4 gigabytes.
H A Dmap.below4G23 # Linker mapfile for loading 64-bit SPARC programs below 4 gigabytes
/titanic_53/usr/src/boot/sys/boot/forth/
H A Dloader.4th538 \ everything start one does, short of loading the kernel and
572 \ show, enable, disable, toggle module loading. They all take module from
589 \ Show loading information about a module.
612 s" enable-module" s" enable loading of a module" .?
613 s" disable-module" s" disable loading of a module" .?
614 s" toggle-module" s" toggle loading of a module" .?
/titanic_53/usr/src/common/crypto/md5/sparc/sun4u/
H A Dbyteswap.il33 * which have a special address space identifier for loading 32 and 16 bit
/titanic_53/usr/src/common/ficl/test/
H A Dficltest.fr74 \ from file loading
/titanic_53/usr/src/boot/sys/boot/
H A DREADME5 The boot and loading process is either defined, or being
215 ### Module loading syntax example ##########################
222 #module_before="cmd" # executes "cmd" before loading module
223 #module_after="cmd" # executes "cmd" after loading module

123