Searched refs:contains (Results 1 - 25 of 66) sorted by relevance

123

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s28 / This file contains
H A Dstrcat.s51 / 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 Dstrncat.s56 / 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 Di386_data.s31 / This file contains
H A Dstrcat.s51 / 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 Dstrncat.s56 / 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 Dstrchr.s44 cmpb %dl, (%eax) / src byte contains char?
/illumos-gate/usr/src/lib/libbc/libc/crt/sparc/
H A Dmuldiv.s38 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 Dosl_ml.s69 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 DAggregateSpec.java136 includedAggregationNames.contains(
145 clearedAggregationNames.contains(
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDATable.java160 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 DSLPV1SDAAdvert.java91 scopes.contains(Defaults.DEFAULT_SCOPE)) {
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dprinter.c36 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 Dnextafterf.s57 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 DLocalityGroup.java43 * 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 DLocalityDomain.java175 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 Dfilesync.h157 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 DElement.java101 if (cachedProperties.contains(name)) {
131 if (cachedProperties.contains(name)) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestGetAggregate.java74 if (!included.contains(a.getName())) {
126 if (cleared.contains(a.getName())) {
/illumos-gate/usr/src/cmd/allocate/
H A Dsvc-allocate54 <match key="info.capabilities" contains="volume">
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dsyscall.s85 jmp 2f / %eax contains the error number
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s42 / %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 Dmkdemo.pl118 * $demo in /usr/demo/dtrace, a directory that contains all D scripts
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s108 ! %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 Dasm_subr.s38 call _thrp_terminate ! %o0 contains the return value

Completed in 628 milliseconds

123