| /titanic_53/usr/src/lib/libm/i386/src/ |
| H A D | copysign.s | 42 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 D | copysignl.s | 42 subl $12,%esp / set up loading dock for result 46 / to loading dock 48 / to loading dock
|
| H A D | copysignf.s | 40 subl $4,%esp / set up loading dock for result 41 movl %eax,(%esp) / copy result to loading dock
|
| H A D | locallibm.il | 159 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 D | lex.c | 395 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 D | aux.c | 354 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 D | init.c | 90 int loading; /* Loading user definitions */ variable
|
| /titanic_53/usr/src/lib/libc/sparc/gen/ |
| H A D | memchr.s | 84 sethi %hi(0x01010101), %o4 ! start loading Alan Mycroft's magic1 99 or %o4, %lo(0x01010101),%o4! finish loading magic1 !
|
| H A D | ascii_strcasecmp.s | 132 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 D | strcmp.s | 67 sethi %hi(0x01010101), %o5 ! start loading Mycroft's magic2
|
| /titanic_53/usr/src/lib/libc/sparcv9/gen/ |
| H A D | memchr.s | 84 sethi %hi(0x80808080), %o5 ! start loading Alan Mycroft's magic1 99 or %o5, %lo(0x80808080),%o5! finish loading magic2 !
|
| H A D | ascii_strcasecmp.s | 132 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 D | marker.fr | 5 .( loading MARKER ) cr
|
| H A D | forml.fr | 3 .( loading FORML examples ) cr
|
| /titanic_53/usr/src/grub/grub-0.97/docs/ |
| H A D | grub.info-1 | 91 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 D | menu.lst | 72 # For loading DOS if Windows NT is installed
|
| /titanic_53/usr/src/cmd/mailx/hdr/ |
| H A D | glob.h | 82 extern int loading; /* Loading user definitions */
|
| /titanic_53/usr/src/uts/intel/os/ |
| H A D | mach | 28 # 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 D | Makefile | 30 SHOPT_DYNAMIC == 1 /* dynamic loading for builtins */
|
| /titanic_53/usr/src/common/mapfiles/common/ |
| H A D | map.above4G | 23 # Linker mapfile for loading 64-bit programs above 4 gigabytes.
|
| H A D | map.below4G | 23 # Linker mapfile for loading 64-bit SPARC programs below 4 gigabytes
|
| /titanic_53/usr/src/boot/sys/boot/forth/ |
| H A D | loader.4th | 538 \ 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 D | byteswap.il | 33 * which have a special address space identifier for loading 32 and 16 bit
|
| /titanic_53/usr/src/common/ficl/test/ |
| H A D | ficltest.fr | 74 \ from file loading
|
| /titanic_53/usr/src/boot/sys/boot/ |
| H A D | README | 5 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
|