| /onnv-gate/usr/src/uts/common/ipp/ipgpc/ |
| H A D | trie.c | 61 buf->zero = NULL; in create_node() 133 ASSERT(nodep->zero == NULL); in t_split() 135 nodep->zero = create_node(KM_SLEEP); in t_split() 143 if ((nodep->one == NULL) && (nodep->zero == NULL)) { in t_split() 145 nodep->zero = create_node(KM_SLEEP); in t_split() 149 tnodep->zero = nodep->zero; in t_split() 150 nodep->zero = tnodep; in t_split() 154 nodep->zero->pos = pos - 1; /* link is one bit */ in t_split() 156 nodep->zero->bits = (old_bits - nodep->bits) - 1; in t_split() 158 for (i = 0; i < nodep->zero->bits; ++i) { in t_split() [all …]
|
| /onnv-gate/usr/src/lib/libc/sparc/fp/ |
| H A D | _Q_set_except.c | 33 static const double zero = 0.0, tiny = 1.0e-307, tiny2 = 1.001e-307, variable 48 t = zero - zero; /* clear cexc */ in _Q_set_exception() 51 t = zero / zero; in _Q_set_exception() 62 t = tiny / zero; in _Q_set_exception()
|
| /onnv-gate/usr/src/cmd/dtrace/test/tst/common/types/ |
| H A D | tst.relenum.d | 40 zero, enumerator 52 /zero >= one || second <= first || zero == second/ 55 printf("zero = %d; one = %d; two = %d", zero, one, two); 64 printf("zero = %d; one = %d; two = %d", zero, one, two); 70 /first < two && second > one && one != two && zero != first/
|
| /onnv-gate/usr/src/lib/libc/sparc/gen/ |
| H A D | strncmp.s | 71 tst %i4 ! terminating zero 117 ! For 7-bit characters, we know one of the bytes is zero, but for 118 ! 8-bit characters, the zero detection algorithm gives some false 121 andcc %i4, %l0, %g0 ! check if first byte was zero 123 andcc %i4, %l1, %g0 ! check if second byte was zero 126 andcc %i4, %l2, %g0 ! check if third byte was zero 129 andcc %i4, 0xff, %g0 ! check if last byte is zero 166 andcc %i4, %l0, %g0 ! check if first byte was zero 168 andcc %i4, %l1, %g0 ! check if second byte was zero 171 andcc %i4, %l2, %g0 ! check if third byte was zero [all …]
|
| H A D | strcpy.s | 57 ! for zero bytes, based upon destination alignment. 73 tst %o1 ! byte zero? 83 tst %o4 ! first byte zero ? 86 andcc %o1, 0xff, %g0 ! second byte zero ? 106 bz,a .copyword ! no zero byte if magic expression == 0 112 andcc %o1, %o4, %g0 ! first byte zero? 117 andcc %o1, %o5, %g0 ! second byte zero? 121 andcc %o1, %o4, %g0 ! third byte zero? 142 bnz .zerobyte ! word has zero byte, handle end cases 157 bnz .zerobyte ! word has zero byte, handle end cases
|
| H A D | strchr.s | 178 tst %o4 ! first byte zero ? 180 andcc %o1, 0xff, %g0 ! second byte zero ? 196 bz,a .searchword ! no zero byte if magic expression == 0 201 andcc %o1, %o4, %g0 ! first byte zero? 205 andcc %o1, %o5, %g0 ! second byte zero? 209 andcc %o1, %o4, %g0 ! third byte zero?
|
| H A D | strlen.s | 58 ! at a time until we've located the zero byte, and return 72 tst %o1 ! byte zero? 120 bz,pn %icc, .done ! first byte zero 124 bz,pn %icc, .done ! second byte zero 129 bz,pn %icc, .done ! thrid byte zero 132 inc 1, %o2 ! fourth byte zero
|
| H A D | strlcpy.s | 44 ! we must still continue to check for zero since the routine 51 ! check for a zero-byte. If one is found, we branch to a method 52 ! which checks for the exact location of a zero-byte within a 95 bz,a,pt %icc, .storeword ! if expr == 0, no zero byte 106 andcc %g1, 0xff, %g0 ! zero byte ? 111 andcc %g1, 0xff, %g0 ! zero byte ? 128 andcc %g1, 0xff, %g0 ! zero byte? 135 andcc %g1, 0xff, %g0 ! zero? 142 andcc %g1, 0xff, %g0 ! zero? 147 andcc %l1, 0xff, %g0 ! zero? [all …]
|
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | select.c | 71 static fd_set zero = { 0 }; in pselect() local 99 in0 = &zero; in pselect() 101 out0 = &zero; in pselect() 103 ex0 = &zero; in pselect() 151 if (in0 != &zero) { in pselect() 156 if (out0 != &zero) { in pselect() 161 if (ex0 != &zero) { in pselect() 227 if (in0 != &zero) in pselect() 229 if (out0 != &zero) in pselect() 231 if (ex0 != &zero) in pselect()
|
| H A D | select_large_fdset.c | 95 fd_set zero; in pselect_large_fdset() local 120 (void) memset(&zero, 0, sizeof (fd_set)); in pselect_large_fdset() 122 in0 = &zero; in pselect_large_fdset() 124 out0 = &zero; in pselect_large_fdset() 126 ex0 = &zero; in pselect_large_fdset() 196 if (in0 != &zero) { in pselect_large_fdset() 201 if (out0 != &zero) { in pselect_large_fdset() 206 if (ex0 != &zero) { in pselect_large_fdset() 276 if (in0 != &zero) in pselect_large_fdset() 278 if (out0 != &zero) in pselect_large_fdset() [all …]
|
| /onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_alloc.c | 218 smb_alloc(smb_request_t *sr, size_t size, boolean_t zero) in smb_alloc() argument 222 if (zero) { in smb_alloc() 249 smb_free(smb_request_t *sr, void *ptr, boolean_t zero) in smb_free() argument 261 if (zero) in smb_free() 281 smb_realloc(smb_request_t *sr, void *ptr, size_t size, boolean_t zero) in smb_realloc() argument 287 return (smb_alloc(sr, size, zero)); in smb_realloc() 294 smb_free(sr, ptr, zero); in smb_realloc() 298 if ((zero) & (smh->smh_size > size)) in smb_realloc() 304 if (zero) in smb_realloc() 307 smb_free(sr, ptr, zero); in smb_realloc()
|
| /onnv-gate/usr/src/cmd/vi/port/ |
| H A D | ex_addr.c | 148 if (addr2 < zero) { in setcount2() 149 addr1 = addr2 = zero; in setcount2() 181 if (dol == zero) { in setall() 182 dot = zero; in setall() 228 addr = zero; 317 addr = zero; 321 if (addr < zero) { 374 if (addr != zero) 377 if (addr < zero)
|
| H A D | ex_cmds.c | 77 if (dot <= zero) { 78 dot = zero; 79 if (dol > zero) 93 if (dol != zero) { 374 if (chng && dol > zero) { 391 addr2 = zero; 431 if (dot == zero && dol > zero) 524 if (chng && dol > zero) { 666 if (chng && dol > zero) 697 addr2 = zero; [all …]
|
| /onnv-gate/usr/src/lib/libast/common/uwin/ |
| H A D | support.c | 86 static const double novf=1.7E38, nunf=3.0E-39, zero=0.0 ; variable 90 static const double novf=1.7E308, nunf=3.0E-308,zero=0.0; variable 106 if( x == zero ) return(x); 198 else if( x != zero) 201 return(-(1.0/zero)); 272 if (p == zero) { 276 return zero/zero; 344 double const zero=0.0; variable 353 if(x!=x||x==zero) return(x); 356 if(x<zero) { [all …]
|
| H A D | log1p.c | 121 const static double zero=0.0, negone= -1.0, one=1.0, variable 159 if ( x == negone ) return( negone/zero ); 162 else return ( zero / zero ); 170 return(zero/zero);
|
| H A D | log.c | 382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local 387 if (_IEEE && x == zero) /* log(0) = -Inf */ 388 return (-one/zero); 390 return (zero/zero); 391 else if (x == zero) /* NOT REACHED IF _IEEE */
|
| /onnv-gate/usr/src/lib/libc/sparcv9/gen/ |
| H A D | strncmp.s | 71 tst %i4 ! terminating zero 117 ! For 7-bit characters, we know one of the bytes is zero, but for 118 ! 8-bit characters, the zero detection algorithm gives some false 121 andcc %i4, %l0, %g0 ! check if first byte was zero 123 andcc %i4, %l1, %g0 ! check if second byte was zero 126 andcc %i4, %l2, %g0 ! check if third byte was zero 129 andcc %i4, 0xff, %g0 ! check if last byte is zero 166 andcc %i4, %l0, %g0 ! check if first byte was zero 168 andcc %i4, %l1, %g0 ! check if second byte was zero 171 andcc %i4, %l2, %g0 ! check if third byte was zero [all …]
|
| H A D | strcpy.s | 57 ! checking for zero bytes, depending upon its dst ptr alignment. 90 bz,pn %ncc, .done ! yup, 2nd byte zero, done 99 tst %o4 ! is first byte zero ? 103 andcc %o4, 0xff, %g0 ! is second byte zero ? 107 andcc %o4, 0xff, %g0 ! third byte zero ? 110 andcc %o5, 0xff, %g0 ! fourth byte zero ? 112 bz,pn %ncc, .done ! yup, fourth byte zero, done 138 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0 145 andcc %o1, %o4, %g0 ! first byte zero? 150 andcc %o1, %o4, %g0 ! second byte zero? [all …]
|
| H A D | strchr.s | 178 tst %o4 ! first byte zero ? 180 andcc %o1, 0xff, %g0 ! second byte zero ? 196 bz,a,pt %ncc, .searchword ! no zero byte if magic expression == 0 201 andcc %o1, %o4, %g0 ! first byte zero? 205 andcc %o1, %o5, %g0 ! second byte zero? 209 andcc %o1, %o4, %g0 ! third byte zero?
|
| H A D | strlen.s | 58 ! at a time until we've located the zero byte, and return 72 tst %o1 ! byte zero? 120 bz,pn %icc, .done ! first byte zero 124 bz,pn %icc, .done ! second byte zero 129 bz,pn %icc, .done ! thrid byte zero 132 inc 1, %o2 ! fourth byte zero
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | numconvert.t | 79 my $zero = 0; 149 use integer; $inpt += $zero; # I 3 151 $inpt += $zero; # N 4 173 use integer; $inpt += $zero; 175 $inpt += $zero; # N 4 183 use integer; $inpt + $zero; 186 $inpt + $zero; # n 8
|
| /onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | _Q_add.c | 32 static double zero = 0.0, tiny = 1.0e-300, huge = 1.0e300; variable 55 if((ex&(1<<fp_invalid))!=0) t = (zero/zero); in _Q_set_exception() 58 if((ex&(1<<fp_division))!=0) t = (tiny/zero); in _Q_set_exception()
|
| /onnv-gate/usr/src/lib/libmp/common/ |
| H A D | gcd.c | 51 MINT zero; in mp_invert() local 65 zero.len = q.len = r.len = t.len = 0; in mp_invert() 75 while (mp_mcmp(&v3, &zero) != 0) { in mp_invert() 90 if (mp_mcmp(c, &zero) < 0) { in mp_invert() 93 _mp_xfree(&zero); in mp_invert()
|
| /onnv-gate/usr/src/cmd/ed/ |
| H A D | ed.c | 196 static LINE zero; variable 508 addr1 = zero + 1; in commands() 591 addr2 = zero; in commands() 688 count = a1 - zero; in commands() 740 n = zero != dol; in commands() 790 if ((linebuf[0] != '.') && (zero != dol) && in commands() 791 (addr1 <= zero || addr2 > dol)) in commands() 859 fchange = (((addr1 == zero) || (addr1 == (zero + 1))) && in commands() 876 fchange = (((addr1 == zero) || (addr1 == (zero + 1))) && in commands() 913 count = (addr2-zero)&077777; in commands() [all …]
|
| /onnv-gate/usr/src/lib/libbc/libc/gen/common/sparc/ |
| H A D | ffs.s | 36 tst %o0 ! if zero, done 38 clr %o1 ! delay slot, return zero if no bit set 42 be 1b ! if bit is zero, keep checking
|