/illumos-gate/usr/src/cmd/factor/ |
H A D | factor.c | 41 double nn, vv; variable 89 vv = 1. + sqrt(nn); 95 while(ii <= vv){ 103 vv = 1 + sqrt(nn); 125 vv = 1 + sqrt(nn);
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getvfsent.c | 101 struct vfstab vv; local 103 bzero(&vv, (size_t)sizeof (vv)); 104 vv.vfs_mountp = mountp; 105 return (getvfsany(fd, vp, &vv));
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | apix.h | 95 #define APIX_IS_VIRTVEC(vv) \ 96 ((vv) & APIX_VIRTVEC_FLAG) 97 #define APIX_VIRTVEC_VECTOR(vv) \ 98 (((uchar_t)(vv)) & APIX_VIRTVEC_VECMASK) 99 #define APIX_VIRTVEC_CPU(vv) \ 100 (((uint32_t)(vv) & ~APIX_VIRTVEC_FLAG) >> 8)
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.func.c | 156 tchar *vv = v[1]; local 168 if (vv == 0) { 175 } else if (eq((vv = strip(vv)), S_MINUS)) { 179 gointr = savestr(vv); 334 tchar **vv; local 341 vv = v; 342 if (*vv == NOSTR) { 345 if (eq(*vv, S_then)) { 346 if (*++vv) { [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | glob.c | 118 char *vv[2]; local 128 vv[0] = v; 129 vv[1] = 0; 132 rscan(vv, tglob); 134 return (copyblk(vv));
|
/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/ |
H A D | adm1026.c | 527 uint8_t mm = 0, vv = 0; local 536 vv |= (bit << (j * BITSPERCFG)); 540 "vv=%02x, mm=%02x, m=%02x", r, vv, mm, m)); 541 err = adm1026_send8(unitp, r, vv, mm);
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | glue.c | 72 }vv; member in struct:pe_reg 78 #define pe_reg_val vv.v32 79 #define pe_opt_val vv.v64
|
/illumos-gate/usr/src/cmd/svc/startd/ |
H A D | graph.c | 3024 graph_vertex_t *vv; local 3099 vv = e->ge_vertex; 3101 if (vertex_unref(vv) == VERTEX_INUSE && 3102 eval_subgraph(vv, h) == ECONNABORTED) 4376 graph_vertex_t *vv; local 4383 vv = e->ge_vertex; 4384 if (vv->gv_type == GVT_INST) { 4385 if ((vv->gv_flags & GV_CONFIGURED) == 0) 4388 if ((vv->gv_flags & GV_TOOFFLINE) == 0) 4391 if ((vv 4422 graph_vertex_t *vv; local [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPConfig.java | 906 Vector vv = 911 SLPHeaderV2.unescapeScopeStrings(vv); 915 DATable.validateScopes(vv, getLocale()); 917 if (vv.size() > 0) { 918 return vv;
|
/illumos-gate/usr/src/common/bzip2/ |
H A D | blocksort.c | 843 Int32 vv; local 849 vv = runningOrder[i]; 851 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) { 857 runningOrder[j] = vv;
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_mbox.h | 1363 uint32_t vv: 1; member in struct:__anon7429::__anon7430::__anon7432 1396 uint32_t vv: 1; member in struct:__anon7429::__anon7430::__anon7432
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fcf.c | 8677 mb4->un.varRegFCFI.vv = 1;
|