/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | amd64_data.s | 28 / This file contains
|
H A D | strcat.s | 51 / to check if a 32-bit word data contains a null byte or not: 54 / that means the 32-bit word data contains a null byte.
|
H A D | strncat.s | 56 / to check if a 32-bit word data contains a null byte or not: 59 / that means the 32-bit word data contains a null byte.
|
/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | i386_data.s | 31 / This file contains
|
H A D | strcat.s | 51 / to check if a 32-bit word data contains a null byte or not: 54 / that means the 32-bit word data contains a null byte.
|
H A D | strncat.s | 56 / to check if a 32-bit word data contains a null byte or not: 59 / that means the 32-bit word data contains a null byte.
|
H A D | strchr.s | 44 cmpb %dl, (%eax) / src byte contains char?
|
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/ |
H A D | muldiv.s | 38 udiv %o0, %o1, %o0 ! o0 contains quotient a/b 39 umul %o0, %o1, %o4 ! o4 contains q*b 51 sdiv %o0,%o1,%o0 ! o0 contains quotient a/b 52 smul %o0,%o1,%o4 ! o4 contains q*b
|
/illumos-gate/usr/src/uts/intel/io/acpica/ |
H A D | osl_ml.s | 69 orq %rdi, %rdi / %rdi contains pointer to FACS 91 movl 4(%esp), %ecx / %ecx contains pointer to FACS 127 orq %rdi, %rdi / %rdi contains pointer to FACS 146 movl 4(%esp), %ecx / %ecx contains pointer to FACS
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | AggregateSpec.java | 136 includedAggregationNames.contains( 145 clearedAggregationNames.contains(
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | DATable.java | 160 if (!scopes.contains(s)) { 267 if ((!inVector && !filter.contains(scope)) || 268 (inVector && filter.contains(scope))) { 317 if (!scopes.contains(scope)) { 342 if (interfaces.contains(addr)) {
|
H A D | SLPV1SDAAdvert.java | 91 scopes.contains(Defaults.DEFAULT_SCOPE)) {
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | printer.c | 36 contains(char *value, char **list) function 66 if ((contains("printer-state", requested_attrs) == 1) || 67 (contains("printer-state-reasons", requested_attrs) == 1))
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | nextafterf.s | 57 movl $0x1,-4(%ebp) / -4(%ebp) contains Fminf 66 movl $0x80000001,-4(%ebp) / -4(%ebp) contains -Fminf
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/ |
H A D | LocalityGroup.java | 43 * The locality domain which contains this group. 167 groups.contains(other) == false) 175 public Set contains(List cpus) throws PoolsException method in class:LocalityGroup
|
H A D | LocalityDomain.java | 175 if (group != null && exclude.contains(group) == false) 182 * Return the locality group which contains the majority of
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | filesync.h | 157 bool_t contains(const char *, const char *); /* does s1 contain s2 */
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Element.java | 101 if (cachedProperties.contains(name)) { 131 if (cachedProperties.contains(name)) {
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestGetAggregate.java | 74 if (!included.contains(a.getName())) { 126 if (cleared.contains(a.getName())) {
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | svc-allocate | 54 <match key="info.capabilities" contains="volume">
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | syscall.s | 85 jmp 2f / %eax contains the error number
|
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memset.s | 42 / %ecx contains # bytes to set 76 subl %esi, %ebx / ebx contains remainder of bytes to set 117 movl %ebx, %ecx / ecx contains remainer of bytes to set 167 subl %esi, %ebx / ebx contains remainder of bytes to copy
|
/illumos-gate/usr/src/cmd/dtrace/demo/ |
H A D | mkdemo.pl | 118 * $demo in /usr/demo/dtrace, a directory that contains all D scripts
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 108 ! %o0 contains buffer address 109 ! %o1 contains count of 16bit words 110 ! %o2 contains sum 234 ! %i0 contains buffer address 235 ! %i1 contains count of 16bit words 236 ! %i2 contains sum 237 ! %i4 contains the mainloop count
|
/illumos-gate/usr/src/lib/libc/sparc/threads/ |
H A D | asm_subr.s | 38 call _thrp_terminate ! %o0 contains the return value
|