Searched refs:loading (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libm/i386/src/ |
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 | 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 44 / to loading dock 46 / to loading dock 48 / to loading dock
|
/illumos-gate/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 | strcmp.s | 67 sethi %hi(0x01010101), %o5 ! start loading Mycroft's magic2 69 or %o5, %lo(0x01010101),%o5! finish loading Mycroft's magic2
|
H A D | ascii_strcasecmp.s | 132 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1 153 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2 174 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1 193 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2 202 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2 204 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1 206 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2 211 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2 213 or %l3, %lo(0x25252525),%l3! finish loading m3
|
/illumos-gate/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 153 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2 174 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1 193 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2 202 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2 204 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1 206 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2 211 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2 213 or %l3, %lo(0x25252525),%l3! finish loading m3
|
/illumos-gate/usr/src/cmd/mailx/hdr/ |
H A D | glob.h | 82 extern int loading; /* Loading user definitions */
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | lex.c | 395 if (loading) 425 if (loading) 493 if (loading) { 522 if (loading) 541 if (loading) 552 if (loading) 561 if (loading) 666 if (e && loading) 953 loading = 1; 956 loading [all...] |
H A D | init.c | 90 int loading; /* Loading user definitions */ variable
|
H A D | aux.c | 354 sstack[ssp].s_loading = loading; 355 loading = 0; 379 loading = sstack[ssp].s_loading; 382 sourcing = loading;
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | drive.c | 151 uchar_t loading : 3; member in struct:conf_feature::features::removable 153 uchar_t loading : 3;
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 1588 % \scriptscriptfont (which would also require loading a lot more fonts).
|
Completed in 82 milliseconds