Searched refs:little (Results 1 - 15 of 15) sorted by relevance
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | byteorder.c | 33 #error Use ISA-specific byteorder.s on a little-endian machine. 41 * On little endian machines, these functions byte swap.
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | byteorder.c | 33 #error Use ISA-specific byteorder.s on a little-endian machine. 41 * On little endian machines, these functions byte swap.
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/ |
H A D | tst.temporal2.ksh | 52 * record its data just a little bit before the other cpus.
|
/illumos-gate/usr/src/uts/sun4/conf/ |
H A D | genalign.s | 39 ! this little hack generates a .note section where we tell
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/exception/ |
H A D | SuccinctStackTraceFormatter.java | 135 return new Throwable().initCause(little()); 138 public static final Throwable little() { method in class:SuccinctStackTraceFormatter
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_asm_4u.s | 58 ! %o3 is 0 for little endian, non-zero for big endian 79 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space 126 ! %o3 is 0 for little endian, non-zero for big endian 135 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | byteorder64.c | 35 #error Use ISA-dependent byteorder64.c only on a 32-bit little-endian machine.
|
H A D | byteorder.s | 101 / Convert in to little endian, eg. ntohs() 121 / Convert in to little endian, eg. ntohl()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_asm.s | 30 * Assembly language support for physical big/little endian access of pcitool 56 ! %o3 is 0 for little endian, non-zero for big endian 75 movz %xcc, ASI_IOL, %g1 ! Big/little endian physical space 122 ! %o3 is 0 for little endian, non-zero for big endian
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | gpt.c | 34 #error gpt.c works only for little endian architectures
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | config.sub | 827 ppcle | powerpclittle | ppc-le | powerpc-little) 837 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 4161 ** little -- the little (sub) string. 4164 ** A pointer to the first instance of little in big. 4165 ** big if little is the null string. 4166 ** NULL if little is not contained in big. 4172 strstr(big, little) 4174 char *little; 4179 if (*little == '\0') 4181 l = strlen(little); 4183 while ((p = strchr(p, *little)) ! [all...] |
/illumos-gate/usr/src/tools/scripts/ |
H A D | webrev.sh | 1184 // Set location and scroll back a little to expose previous
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | interrupt.s | 490 ! Could eliminate the next two instructions with a little work.
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 3777 % First we halve the line length, less a little for the gutter between 4566 \advance\baselineskip by 1pt % Open it up a little. 5463 % The \sf parens (in \boldbrax) actually are a little bolder than
|
Completed in 141 milliseconds