Home
last modified time | relevance | path

Searched refs:lv (Results 1 – 23 of 23) sorted by relevance

/titanic_41/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c105 Sflong_t lv; local
905 lv = (Sflong_t)((Sfulong_t)argv.vp);
954 { lv = argv.ll;
959 lv = (Sflong_t)argv.l;
960 else lv = (Sflong_t)argv.ul;
964 { sp = fmtscale(lv, scale);
971 if(lv == 0 && precis == 0)
973 if(lv < 0 && fmt == 'd' )
975 if(lv == HIGHBITL) /* avoid overflow */
976 { lv = (Sflong_t)(HIGHBITL/base);
[all …]
H A Dsfhdr.h635 Lc_numeric_t* lv = (Lc_numeric_t*)LCINFO(AST_LC_NUMERIC)->data; \
636 *(dp) = lv->decimal; \
637 if (tp) *(tp) = lv->thousand; \
644 do { struct lconv* lv; \
648 if((lv = localeconv())) \
649 { if(lv->decimal_point && *lv->decimal_point) \
650 *(decimal) = *(unsigned char*)lv->decimal_point; \
651 if(thousand && lv->thousands_sep && *lv->thousands_sep) \
652 *(thousand) = *(unsigned char*)lv->thousands_sep; \
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_pq.c134 uint64_t lv = dt_pq_getvalue(p, lc); in dt_pq_pop() local
137 if (lv < rv) { in dt_pq_pop()
139 v = lv; in dt_pq_pop()
/titanic_41/usr/src/cmd/localedef/
H A Dwide.c197 int lv; /* lowest legal value */ in towide_utf8() local
210 lv = 0x80; in towide_utf8()
215 lv = 0x800; in towide_utf8()
220 lv = 0x1000; in towide_utf8()
241 if (c < lv) { in towide_utf8()
/titanic_41/usr/src/cmd/sh/
H A Dname.c762 int lv, fe; local
791 for (lv = 0, fe = 0; localevar[lv]; lv++) {
792 if ((n = findnam(localevar[lv]))) {
798 fake_env[fe++] = p = alloc(length(localevar[lv])
801 q = localevar[lv];
/titanic_41/usr/src/uts/common/os/
H A Dprintf.c322 assfail3(const char *a, uintmax_t lv, const char *op, uintmax_t rv, in assfail3() argument
327 "line: %d", a, (u_longlong_t)lv, op, (u_longlong_t)rv, in assfail3()
334 "line: %d", a, (u_longlong_t)lv, op, (u_longlong_t)rv, in assfail3()
/titanic_41/usr/src/lib/libm/common/complex/
H A Dcpow.c156 int ix, iy, hx, lx, hy, ly, hv, hu, iu, iv, lu, lv; in cpow() local
170 lv = ((int *) &v)[LOWORD]; in cpow()
177 if ((iv | lv) == 0) { /* z**(real) */ in cpow()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c246 proto_info_compare(const void *lv, const void *rv, void *istlx) in proto_info_compare() argument
248 proto_info_t *pi = (proto_info_t *)lv; in proto_info_compare()
263 if (tlx_info_equal((tlx_info_t *)lv, (tlx_info_t *)rv, in proto_info_compare()
267 if (socket_info_equal((socket_info_t *)lv, in proto_info_compare()
/titanic_41/usr/src/lib/libast/common/port/
H A Dlc.tab97 lv latvian lav iso8859-13
226 lv latvia lv
/titanic_41/usr/src/cmd/mandoc/
H A DTHIRDPARTYLICENSE1 Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
H A Dvol.in3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
H A Datt.in3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
H A Dpredefs.in3 * Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
H A Darch.in3 * Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
H A Dst.in3 * Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
H A Dchars.in3 * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
/titanic_41/usr/src/lib/libc/port/threads/
H A Dassfail.c466 assfail3(const char *assertion, uintmax_t lv, const char *op, uintmax_t rv, in assfail3() argument
472 ultos((uint64_t)lv, 16, buf + strlen(buf)); in assfail3()
/titanic_41/usr/src/pkg/manifests/
H A Dlocale-lv.mf15 set name=pkg.fmri value=pkg:/locale/lv@$(PKGVERS)
H A Dlocale-lv-extra.mf20 set name=pkg.fmri value=pkg:/locale/lv-extra@$(PKGVERS)
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c173 #define gbit(lv, in, idx, shft, mask) lv = ((in[idx] >> shft) & mask) argument
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dlemon.c1665 int lv = 0; local
1707 lv = strtol(cp,&end,0);
1732 *(int*)(op[j].arg) = lv;
1735 (*(void(*)())(op[j].arg))((int)lv);
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c991 int i, hv, lv; in myri10ge_read_mac_addr() local
1009 lv = myri10ge_digit(*ptr); ptr++; in myri10ge_read_mac_addr()
1012 lv = myri10ge_digit(*ptr); ptr++; in myri10ge_read_mac_addr()
1014 mgp->mac_addr[i] = (hv << 4) | lv; in myri10ge_read_mac_addr()
/titanic_41/usr/src/data/zoneinfo/
H A Deurope1710 # 29-Feb-2000 (No. 79) <http://www.lv-laiks.lv/wwwraksti/2000/071072/vd4.htm>,