Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/uts/sparc/fpu/
H A Dunpack.c39 uint_t ux; in unpackint32() local
49 if (x < 0) ux = -x; else ux = x; in unpackint32()
50 (*pu).significand[0] = ux>>15; in unpackint32()
51 (*pu).significand[1] = (ux&0x7fff)<<17; in unpackint32()
76 } ux; in unpackint64() local
88 if (x < 0) ux.ll = -x; else ux.ll = x; in unpackint64()
89 (*pu).significand[0] = ux.i[0]>>15; in unpackint64()
90 (*pu).significand[1] = (((ux.i[0]&0x7fff)<<17) | (ux.i[1]>>15)); in unpackint64()
91 (*pu).significand[2] = (ux.i[1]&0x7fff)<<17; in unpackint64()
/titanic_41/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 & 0x7fffffff;
[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, MHI32);
917 ! dtmp0 = (ux - ax);
919 ! dtmp0 = s_h * ux;
[all …]
/titanic_41/usr/src/lib/libmvec/common/
H A D__vpowf.c431 unsigned ux, sx, uy, ay, ax0; in __vpowf() local
458 ux = *(unsigned int*)px; in __vpowf()
460 ax0 = ux & 0x7fffffff; in __vpowf()
461 sx = ux >> 31; in __vpowf()
499 if ((int)ux < 0x00800000) /* X = denormal or negative */ in __vpowf()
511 if ((int)ux <= 0) /* X <= 0 */ in __vpowf()
702 unsigned ux, ax, ax0, uy, ay; in __vpowfx() local
705 ux = *(unsigned int*)px; in __vpowfx()
706 ax = ux & 0x7fffffff; in __vpowfx()
708 ax0 = ux & 0x007fffff; in __vpowfx()
/titanic_41/usr/src/lib/libast/common/comp/
H A Domitted.c127 magic(const char* path, int* ux) in magic() argument
144 if (ux) in magic()
149 …= 0x5a && (buf[0] == 0x4c || buf[0] == 0x4d) || ux && buf[0] == '#' && buf[1] == '!' && (*ux = 1) … in magic()
151 if (ux) in magic()
156 *ux = (buf[n] | (buf[n+1]<<8)) == 3; in magic()
158 *ux = 0; in magic()
161 else if (!ux) in magic()
171 *ux = 0; in magic()
361 int ux; in runve() local
416 if (magic(path, &ux)) in runve()
[all …]
/titanic_41/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;
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kshare.c342 smb_unshare_t *ux; in smb_kshare_fini() local
344 while ((ux = list_head(&sv->sv_export.e_unexport_list.sl_list)) in smb_kshare_fini()
346 smb_slist_remove(&sv->sv_export.e_unexport_list, ux); in smb_kshare_fini()
347 kmem_cache_free(smb_kshare_cache_unexport, ux); in smb_kshare_fini()
457 smb_unshare_t *ux; in smb_kshare_unexport_list() local
481 ux = kmem_cache_alloc(smb_kshare_cache_unexport, KM_SLEEP); in smb_kshare_unexport_list()
482 (void) strlcpy(ux->us_sharename, shrname, MAXNAMELEN); in smb_kshare_unexport_list()
484 smb_slist_insert_tail(&sv->sv_export.e_unexport_list, ux); in smb_kshare_unexport_list()
1182 smb_unshare_t *ux; in smb_kshare_unexport_thread() local
1185 while ((ux = list_head(&sv->sv_export.e_unexport_list.sl_list)) in smb_kshare_unexport_thread()
[all …]
/titanic_41/usr/src/tools/chk4ubin/
H A DMakefile33 LINTFLAGS += -ux
/titanic_41/usr/src/tools/findunref/
H A DMakefile30 LINTFLAGS += -ux
/titanic_41/usr/src/tools/aw/
H A DMakefile34 LINTFLAGS += -ux -Xa -errchk=locfmtchk,parentheses
/titanic_41/usr/src/cmd/uadmin/
H A DMakefile34 LINTFLAGS = -ux
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/inetadm/
H A DMakefile38 lint := LINTFLAGS = -ux
/titanic_41/usr/src/cmd/enhance/
H A DMakefile42 lint := LINTFLAGS += -ux
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetspent_r.c148 unsigned long ux = strtoul(numbuf, &endfield, 10); in getfield() local
153 *((unsigned int *)valp) = (unsigned int)ux; in getfield()
/titanic_41/usr/src/lib/nsswitch/
H A DMakefile.com33 LINTFLAGS = -ux
/titanic_41/usr/src/cmd/svc/servinfo/
H A DMakefile36 lint := LINTFLAGS = -ux
/titanic_41/usr/src/cmd/svc/svcprop/
H A DMakefile36 lint := LINTFLAGS = -ux
/titanic_41/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;
/titanic_41/usr/src/cmd/svc/lsvcrun/
H A DMakefile40 lint := LINTFLAGS = -ux
/titanic_41/usr/src/cmd/svc/svcadm/
H A DMakefile39 lint := LINTFLAGS = -ux
/titanic_41/usr/src/cmd/lastcomm/
H A DMakefile34 lint := LINTFLAGS = -ux
/titanic_41/usr/src/cmd/pgrep/
H A DMakefile34 lint := LINTFLAGS = -ux
/titanic_41/usr/src/cmd/svc/mfstscan/
H A DMakefile50 lint := LINTFLAGS = -ux -erroff=E_GLOBAL_COULD_BE_STATIC2
/titanic_41/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;
/titanic_41/usr/src/lib/libsqlite/src/
H A Dvdbeaux.c1037 } ux; in sqliteVdbeByteSwap() local
1038 ux.zBuf[3] = x&0xff; in sqliteVdbeByteSwap()
1039 ux.zBuf[2] = (x>>8)&0xff; in sqliteVdbeByteSwap()
1040 ux.zBuf[1] = (x>>16)&0xff; in sqliteVdbeByteSwap()
1041 ux.zBuf[0] = (x>>24)&0xff; in sqliteVdbeByteSwap()
1042 return ux.i; in sqliteVdbeByteSwap()

12