Searched refs:is (Results 1 - 25 of 455) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dfgets.c3 * This software is part of the ast package *
5 * and is licensed under the *
9 * A copy of the License is available at *
30 unsigned char* is; local
39 is = (uchar*)us;
54 if((ps = (uchar*)memccpy((char*)is,(char*)ps,'\n',p)) != NIL(uchar*))
55 p = ps-is;
56 is += p;
60 { while(p-- && (*is++ = *ps++) != '\n')
68 while((*is
[all...]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c256 /* entry's ttl in deletetq is just 1 tick */
285 ipstate_t *is; local
287 while ((is = ifs->ifs_ips_list) != NULL)
288 (void) fr_delstate(is, 0, ifs);
292 * exist on the state list, appr_unload is called after fr_stateunload
295 * justification as this is the only complicationA
605 /* there is a filter rule associated with the state entry, copy that out */
606 /* as well. The entry to copy out is taken from the value of "ips_next" in */
614 ipstate_t *is, *isn; local
636 for (is
670 ipstate_t *is, *isn; local
1118 ipstate_t *is, ips; local
2366 ipstate_t *is, **isp; local
2672 ipstate_t *is, **isp; local
2991 ipstate_t *is; local
3192 ipstate_t *is; local
3270 ipstate_t *is; local
3428 ipstate_t *is; local
3495 ipstate_t *is, *isn; local
4022 ipstate_t *is, **isp; local
4259 ipstate_t *is; local
4368 ipstate_t *is, *next, zero; local
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DURLAttributeVerifier.java43 * a URL. Most of the work is done by the superclass. This class
79 InputStream is = null;
89 is = url.openStream();
93 super.initialize(new InputStreamReader(is));
115 is.close();
/illumos-gate/usr/src/lib/libxcurses/src/tabs/
H A DMakefile46 # The make wrapper is a shell script that does :
71 @echo this tabs is not currently used by Solaris
/illumos-gate/usr/src/lib/libxcurses/src/tput/
H A DMakefile45 # The make wrapper is a shell script that does :
70 @echo this tput is not currently used by Solaris
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_path.c23 * Use is subject to license terms.
30 * This code does the audit path processes. Part of this is still in
33 * Note that audit debuging is enabled here. We will turn it off at
126 int is; /* index of where we are in source string */ local
134 is = (app->audp_sect[cnt] - s) - len;
135 if (is <= 2)
136 is = 0; /* catch leading // or ./ */
137 slashseen = (is > 0);
138 for (id = is; ; is
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Dreadme.txt23 # Use is subject to license terms.
28 Some of the RDS source files in this directory contain code that is licensed
35 * This software is available to you under a choice of one of two
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_idm.h23 * Use is subject to license terms.
40 * the ops vector, iser_tgt_svc_create() is called from the async handler
45 * For small transfers, it is both CPU and time intensive to register the
47 * is already pre-registered and maintained in a cache.
51 idm_status_t iser_tgt_svc_create(idm_svc_req_t *sr, struct idm_svc_s *is);
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Dreadme.txt23 # Use is subject to license terms.
28 Some of the RDS header files in this directory contain code that is licensed
35 * This software is available to you under a choice of one of two
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A DMakefile45 # The make wrapper is a shell script that does :
77 @echo this tic and untic is not currently used by Solaris
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmc-us3_asm.s24 * Use is subject to license terms.
52 ! This routine is to get content of Memory Control Registers
55 ! %i0 is the VA for Memory Control Registers
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dpowl.s26 * Use is subject to license terms.
33 / x ** 0 is 1
34 / 1 ** y is 1 (C99)
35 / x ** NaN is NaN
36 / NaN ** y (except 0) is NaN
37 / x ** 1 is x
38 / +-(|x| > 1) ** +inf is +inf
39 / +-(|x| > 1) ** -inf is +0
40 / +-(|x| < 1) ** +inf is +0
41 / +-(|x| < 1) ** -inf is
[all...]
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dilogbf.s26 * Use is subject to license terms.
41 testl $0x7f800000,%eax / is bexp(x) 0?
42 jz .bexp_0 / jump if x is 0 or subnormal
43 / here, biased exponent is non-zero
45 cmpl $0x7f800000,%eax / is bexp(x) 0xff?
46 jae .bexp_all_1 / jump if x is NaN or Inf
52 movl $0x7fffffff,%eax / x is NaN or inf, so return 0x7fffffff
59 movl $0x80000001,%eax / x is +/-0, so return 0x80000001
H A Disnanl.s26 * Use is subject to license terms.
37 jz .not_nan / jump if exp is all 0
39 jz .nan_or_inf / jump if exp is all 1
41 jz .got_nan / jump if leading bit is 0
46 cmpl $0x80000000,8(%esp) / what is first half of significand?
48 testl $0xffffffff,4(%esp) / is second half of significand 0?
H A Dilogb.s26 * Use is subject to license terms.
42 testl $0x7ff00000,%eax / is bexp(x) 0?
43 jz .bexp_0 / jump if x is 0 or subnormal
44 / biased exponent is non-zero
45 cmpl $0x7ff00000,%eax / is bexp(x) 0x7ff?
46 jae .bexp_all_1 / jump if x is NaN or Inf
52 movl $0x7fffffff,%eax / x is NaN or inf, so return 0x7fffffff
56 orl 4(%esp),%eax / test whether x is 0
58 movl $0x80000001,%eax / x is +/-0, so return 0x80000001
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s24 * Use is subject to license terms.
53 ! This strcmp implementation first determines whether s1 is aligned.
54 ! If it is not, it attempts to align it and then checks the
55 ! alignment of the destination string. If it is possible to
57 ! a different compare for non-aligned strings is used.
59 ! degree to which a string is mis-aligned.
111 bne .wordsdiffer ! yup, find the byte that is different
144 bne .wordsdiffer ! yup, find the byte that is different
170 bne .wordsdiffer ! yup, find the byte that is different
216 ! we know byte 1 is equa
[all...]
H A Dmemcpy.s60 andcc %o1, 3, %o5 ! is src word aligned
62 cmp %o5, 2 ! is src half-word aligned
64 cmp %o5, 3 ! src is byte aligned
74 .s2algn:lduh [%o1], %o3 ! know src is 2 byte alinged
94 andn %o2, 3, %o3 ! o3 is aligned word count
115 andn %o2, 3, %o3 ! o3 is aligned word count
138 andn %o2, 3, %o3 ! o3 is aligned word count
155 .w4cp: andn %o2, 3, %o3 ! o3 is aligned word count
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dnext.c35 static int is ( char *, char *, unsigned int );
37 static int is();
78 || !is(parent, direntp->d_name, what)
98 is ( function
104 is (parent, name, what)
/illumos-gate/usr/src/uts/common/inet/
H A Dinetddi.c70 #error inetddi.c: INET_NAME is not defined!
76 #error inetddi.c: INET_DEVDESC is defined but INET_DEVSTRTAB is not!
78 #error inetddi.c: INET_DEVDESC is defined but INET_DEVMTFLAGS is not!
80 #error inetddi.c: INET_DEVDESC is defined but INET_DEVMINOR is not!
82 #error inetddi.c: INET_MODDESC is defined but INET_MODSTRTAB is not!
84 #error inetddi.c: INET_MODDESC is define
[all...]
/illumos-gate/usr/src/cmd/sendmail/cf/sh/
H A Dcheck-permissions.sh30 # Use is subject to license terms.
42 echo $2: $1 is group and world writable
45 echo $2: $1 is world writable
48 echo $2: $1 is group writable
101 # Check .forward files as well. If the argument "ALL" is given, do it for
102 # everyone. If no argument to the script is given, just do it for the current
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s31 * Use is subject to license terms.
37 * Input is:
53 * Note that this is log_base_(2^4) of the quotient.
56 * current estimate for non-large dividend is
58 * a large dividend is one greater than 2^(31-4 ) and takes a
77 * this is the recursive definition of how we develop quotient digits.
137 ! here, the %o0 is >= 2^(31-4) or so. We must be careful here, as
139 ! total number of bits in the result here is 4*%o4+%g3, where %g3 <= 4.
222 ! remainder is positive
227 ! remainder is positiv
[all...]
H A Drem.s31 * Use is subject to license terms.
37 * Input is:
53 * Note that this is log_base_(2^4) of the quotient.
56 * current estimate for non-large dividend is
58 * a large dividend is one greater than 2^(31-4 ) and takes a
77 * this is the recursive definition of how we develop quotient digits.
136 ! here, the %o0 is >= 2^(31-4) or so. We must be careful here, as
138 ! total number of bits in the result here is 4*%o4+%g3, where %g3 <= 4.
221 ! remainder is positive
226 ! remainder is positiv
[all...]
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrchr.s23 * Use is subject to license terms.
35 testb %dl,%dl / is it null?
41 testb %dl,%dl / is it null?
47 testb %dl,%dl / is it null?
54 testb %dl,%dl / is it null?
/illumos-gate/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_2.s24 * Use is subject to license terms.
34 * This routine is copied from memcpy.s, with all values doubled.
47 andcc %o1, 6, %o5 ! is src 8-byte aligned
49 cmp %o5, 4 ! is src 4-byte aligned
51 cmp %o5, 6 ! src is 2-byte aligned
61 .s2algn:lduw [%o1], %o3 ! know src is 4-byte aligned
81 andn %o2, 6, %o3 ! o3 is aligned word count
121 andn %o2, 6, %o3 ! o3 is aligned word count
136 .w4cp: andn %o2, 6, %o3 ! o3 is aligned word count
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemcpy.s24 * Use is subject to license terms.
35 * Added entry __align_cpy_1 is generally for use of the compilers.
64 andcc %o1, 3, %o5 ! is src word aligned
66 cmp %o5, 2 ! is src half-word aligned
68 cmp %o5, 3 ! src is byte aligned
78 .s2algn:lduh [%o1], %o3 ! know src is 2 byte alinged
98 andn %o2, 3, %o3 ! o3 is aligned word count
119 andn %o2, 3, %o3 ! o3 is aligned word count
142 andn %o2, 3, %o3 ! o3 is aligned word count
159 .w4cp: andn %o2, 3, %o3 ! o3 is aligne
[all...]

Completed in 94 milliseconds

1234567891011>>