Searched refs:ux (Results 1 - 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/tools/chk4ubin/
H A DMakefile33 LINTFLAGS += -ux
/illumos-gate/usr/src/cmd/uadmin/
H A DMakefile34 LINTFLAGS = -ux
/illumos-gate/usr/src/tools/aw/
H A DMakefile34 LINTFLAGS += -ux -Xa -errchk=locfmtchk,parentheses
/illumos-gate/usr/src/uts/sparc/fpu/
H A Dunpack.c39 uint_t ux; local
49 if (x < 0) ux = -x; else ux = x;
50 (*pu).significand[0] = ux>>15;
51 (*pu).significand[1] = (ux&0x7fff)<<17;
76 } ux; local
88 if (x < 0) ux.ll = -x; else ux.ll = x;
89 (*pu).significand[0] = ux.i[0]>>15;
90 (*pu).significand[1] = (((ux
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A DMakefile38 lint := LINTFLAGS = -ux
/illumos-gate/usr/src/cmd/enhance/
H A DMakefile42 lint := LINTFLAGS += -ux
/illumos-gate/usr/src/cmd/svc/servinfo/
H A DMakefile36 lint := LINTFLAGS = -ux
/illumos-gate/usr/src/cmd/svc/svcprop/
H A DMakefile36 lint := LINTFLAGS = -ux
/illumos-gate/usr/src/tools/findunref/
H A DMakefile30 LINTFLAGS += -ux
/illumos-gate/usr/src/lib/nsswitch/
H A DMakefile.com33 LINTFLAGS = -ux
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatanf.S191 ! ux = ((int*)px)[0];
192 ! ax = ux & 0x7fffffff;
196 ! *(int*)py = ux;
210 ! sign = ux & 0x80000000;
236 ! ax = ux & 0x7fffffff;
241 ! ux >>= 28;
242 ! ux &= -8;
243 ! dtmp0 = *(double*)((char*)sign_arr + ux);
302 lda [%i3]0x82,%l6 ! (0_0) ux = ((int*)px)[0];
304 and %l6,MASK_0x7fffffff,%l5 ! (0_0) ax = ux
[all...]
H A D__vpow.S797 ! ux = x + ax;
798 ! yd = DONE / ux;
801 ! ux = vis_fand(ux, MHI32);
808 ! dtmp0 = (ux - ax);
810 ! dtmp0 = s_h * ux;
906 ! ux = x + ax;
907 ! yd = DONE / ux;
910 ! ux = vis_fand(ux, MHI3
[all...]
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A DMakefile40 lint := LINTFLAGS = -ux
/illumos-gate/usr/src/cmd/lastcomm/
H A DMakefile34 lint := LINTFLAGS = -ux
/illumos-gate/usr/src/cmd/svc/svcadm/
H A DMakefile39 lint := LINTFLAGS = -ux
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qfunpack.c38 unsigned ux; local
47 if(x<0) ux = -x; else ux = x;
48 (*pu).significand[0] = ux>>15;
49 (*pu).significand[1] = (ux&0x7fff)<<17;
/illumos-gate/usr/src/cmd/pgrep/
H A DMakefile34 lint := LINTFLAGS = -ux
/illumos-gate/usr/src/cmd/svc/mfstscan/
H A DMakefile50 lint := LINTFLAGS = -ux -erroff=E_GLOBAL_COULD_BE_STATIC2
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c122 * ux!=0 set to 1 if path is unix executable
123 * ux!=0 also retains errno for -1 return
127 magic(const char* path, int* ux) argument
144 if (ux)
149 r = (m = _read(fd, buf, n)) >= 2 && (buf[1] == 0x5a && (buf[0] == 0x4c || buf[0] == 0x4d) || ux && buf[0] == '#' && buf[1] == '!' && (*ux = 1) && !(ux = 0)) ? 0 : -1;
151 if (ux)
156 *ux = (buf[n] | (buf[n+1]<<8)) == 3;
158 *ux
361 int ux; local
[all...]
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kshare.c342 smb_unshare_t *ux; local
344 while ((ux = list_head(&sv->sv_export.e_unexport_list.sl_list))
346 smb_slist_remove(&sv->sv_export.e_unexport_list, ux);
347 kmem_cache_free(smb_kshare_cache_unexport, ux);
456 smb_unshare_t *ux; local
480 ux = kmem_cache_alloc(smb_kshare_cache_unexport, KM_SLEEP);
481 (void) strlcpy(ux->us_sharename, shrname, MAXNAMELEN);
483 smb_slist_insert_tail(&sv->sv_export.e_unexport_list, ux);
1180 smb_unshare_t *ux; local
1183 while ((ux
[all...]
/illumos-gate/usr/src/lib/libmvec/common/
H A D__vpowf.c431 unsigned ux, sx, uy, ay, ax0; local
458 ux = *(unsigned int*)px;
460 ax0 = ux & 0x7fffffff;
461 sx = ux >> 31;
499 if ((int)ux < 0x00800000) /* X = denormal or negative */
511 if ((int)ux <= 0) /* X <= 0 */
702 unsigned ux, ax, ax0, uy, ay; local
705 ux = *(unsigned int*)px;
706 ax = ux & 0x7fffffff;
708 ax0 = ux
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfcvt.c122 static char ux[] = "0123456789ABCDEF"; local
198 ep = (format & SFFMT_UPPER) ? ux : lx;
372 ep = (format & SFFMT_UPPER) ? ux : lx;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c148 unsigned long ux = strtoul(numbuf, &endfield, 10); local
153 *((unsigned int *)valp) = (unsigned int)ux;
/illumos-gate/usr/src/lib/passwdutil/
H A Dswitch_utils.c456 unsigned long ux; local
485 ux = strtoul(numbuf, &endfield, 10);
490 *((unsigned int *)valp) = (unsigned int)ux;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c1037 } ux; local
1038 ux.zBuf[3] = x&0xff;
1039 ux.zBuf[2] = (x>>8)&0xff;
1040 ux.zBuf[1] = (x>>16)&0xff;
1041 ux.zBuf[0] = (x>>24)&0xff;
1042 return ux.i;

Completed in 124 milliseconds

12