Searched refs:cw (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-10.0-release/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver224 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[CD]*;
225 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][a-r]*;
226 _ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]seek*;
227 _ZNSt15basic_stringbufI[cw]St11char_traits
[all...]
H A Dgnu-versioned-namespace.ver69 _ZNSt2_617__copy_streambufsI[cw]NS_11char_traitsI[cw]EEEEiPNS_15basic_streambufIT_T0_EES7_;
/freebsd-10.0-release/sys/crypto/via/
H A Dpadlock_cipher.c83 padlock_cbc(void *in, void *out, size_t count, void *key, union padlock_cw *cw, argument
94 : "b" (key), "d" (cw)
103 union padlock_cw *cw; local
106 cw = &ses->ses_cw;
107 if (cw->cw_key_generation == PADLOCK_KEY_GENERATION_SW) {
124 union padlock_cw *cw; local
131 cw = &ses->ses_cw;
132 bzero(cw, sizeof(*cw));
133 cw
204 union padlock_cw *cw; local
[all...]
/freebsd-10.0-release/contrib/nvi/common/
H A Dconv.c52 raw2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, argument
56 CHAR_T **tostr = &cw->bp1.wc;
57 size_t *blen = &cw->blen1;
65 *dst = cw->bp1.wc;
103 default_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, argument
107 CHAR_T **tostr = &cw->bp1.wc;
108 size_t *blen = &cw->blen1;
147 *dst = cw->bp1.wc;
154 fe_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, argument
157 return default_char2int(sp, str, len, cw, tole
162 ie_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, CHAR_T **dst) argument
170 cs_char2int(SCR *sp, const char * str, ssize_t len, CONVWIN *cw, size_t *tolen, CHAR_T **dst) argument
178 int2raw(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **dst) argument
197 default_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **pdst, iconv_t id) argument
288 fe_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **dst) argument
296 cs_int2char(SCR *sp, const CHAR_T * str, ssize_t len, CONVWIN *cw, size_t *tolen, char **dst) argument
[all...]
H A Dkey.h18 sp->conv.int2file(sp, w, wlen, &sp->cw, &nlen, &n)
22 sp->conv.int2sys(sp, w, wlen, &sp->cw, &nlen, &n)
23 #define INPUT2INT5(sp,cw,n,nlen,w,wlen) \
24 sp->conv.input2int(sp, n, nlen, &(cw), &wlen, &w)
44 FILE2INT5(sp,sp->cw,n,nlen,w,wlen)
46 CHAR2INT5(sp,sp->cw,n,nlen,w,wlen)
H A Dscreen.h97 CONVWIN cw; /* Conversion buffer. */ member in struct:_scr
/freebsd-10.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.h146 int cw = WIFI_CW_MIN; local
234 cw = MIN(WIFI_CW_MAX, (cw + 1) * 2);
235 tt += (t_slot * cw/2);
/freebsd-10.0-release/sys/netinet/cc/
H A Dcc_newreno.c89 u_int cw = CCV(ccv, snd_cwnd); local
119 if (cw > CCV(ccv, snd_ssthresh)) {
126 incr = max((incr * incr / cw), 1);
146 CCV(ccv, snd_cwnd) = min(cw + incr,
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsedit.c1024 register size_t cs, cw, ls; local
1160 for (cw = 0; cw < cs; cw++) {
1161 leader.string[cw] = c;
1168 for (cw = 0; cw < cs; cw++)
1169 if (ctab[(unsigned char) cp[cw]] != SPACE)
1172 cw
[all...]
/freebsd-10.0-release/contrib/nvi/cl/
H A Dcl.h26 CONVWIN cw; /* Conversion buffer. */ member in struct:_cl_private
H A Dcl_screen.c567 if (clp->cw.bp1.c != NULL) {
568 free(clp->cw.bp1.c);
569 clp->cw.bp1.c = NULL;
570 clp->cw.blen1 = 0;
H A Dcl_read.c108 rc = INPUT2INT5(sp, clp->cw, clp->ibuf, nr + clp->skip,
/freebsd-10.0-release/sys/geom/
H A Dgeom_fox.c67 int cr, cw, ce; member in struct:g_fox_softc
97 g_access(sc->opath, -sc->cr, -sc->cw, -(sc->ce + 1));
136 error = g_access(cp1, sc->cr, sc->cw, sc->ce);
303 if (sc->cr == 0 && sc->cw == 0 && sc->ce == 0) {
332 sc->cw += dw;
334 if (sc->cr == 0 && sc->cw == 0 && sc->ce == 0) {
/freebsd-10.0-release/release/picobsd/tinyware/login/
H A Dpico-login.c678 const char *cw; local
680 cw = login_getcapstr(lc, "copyright", NULL, NULL);
681 if (cw != NULL && access(cw, F_OK) == 0)
682 motd(cw);
691 cw = login_getcapstr(lc, "welcome", NULL, NULL);
692 if (cw == NULL || access(cw, F_OK) != 0)
693 cw = _PATH_MOTDFILE;
694 motd(cw);
[all...]
/freebsd-10.0-release/sys/dev/sound/pci/hda/
H A Dhdaa.c1137 struct hdaa_widget *w, *cw; local
1209 cw = hdaa_widget_get(devinfo, w->conns[j]);
1212 w->conns[j], (cw == NULL) ? "GHOST!" : cw->name);
1213 if (cw == NULL)
1215 else if (cw->enable == 0)
2226 struct hdaa_widget *w, *cw; local
2295 cw = hdaa_widget_get(devinfo, w->conns[j]);
2296 if (cw == NULL || cw
2502 struct hdaa_widget *w, *cw; local
2683 struct hdaa_widget *w, *cw; local
3001 struct hdaa_widget *w, *cw; local
4153 struct hdaa_widget *w, *cw; local
4287 struct hdaa_widget *w, *cw; local
4416 struct hdaa_widget *w, *cw; local
4952 struct hdaa_widget *w, *cw; local
5800 struct hdaa_widget *w, *cw; local
5896 struct hdaa_widget *w, *cw; local
[all...]
/freebsd-10.0-release/usr.bin/column/
H A Dcolumn.c319 int w, cw; local
322 if ((cw = wcwidth(*wcs)) > 0)
323 w += cw;
/freebsd-10.0-release/usr.bin/login/
H A Dlogin.c601 const char *cw; local
603 cw = login_getcapstr(lc, "welcome", NULL, NULL);
604 if (cw != NULL && access(cw, F_OK) == 0)
605 motd(cw);
/freebsd-10.0-release/sys/amd64/amd64/
H A Dfpu.c69 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw))
102 void fldcw(u_short cw);
/freebsd-10.0-release/sys/i386/isa/
H A Dnpx.c90 #define fldcw(cw) __asm __volatile("fldcw %0" : : "m" (cw))
106 void fldcw(u_short cw);
/freebsd-10.0-release/sys/net80211/
H A Dieee80211.c1206 int i, cw; local
1228 cw = 40;
1230 cw = 10;
1232 cw = 5;
1234 cw = 20;
1237 , cw
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dconfig_file.c846 static int valid_cw(int cw) argument
848 return (cw == 1 || cw == 3 || cw == 7 || cw == 15 || cw == 31 ||
849 cw == 63 || cw == 127 || cw == 255 || cw
[all...]
/freebsd-10.0-release/usr.bin/pr/
H A Dpr.c337 int cw = nmwd + 1; local
399 fullcol = col + cw;
554 cnt += cw;
561 cnt += cw;
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.c947 uint32_t cw; local
964 cw = AH_MIN(qInfo->tqi_cwmin, 1024);
967 while (qi->tqi_cwmin < cw)
972 cw = AH_MIN(qInfo->tqi_cwmax, 1024);
975 while (qi->tqi_cwmax < cw)
/freebsd-10.0-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmcg.c1115 struct clean_work *cw = container_of(work, struct clean_work, work); local
1117 _mlx4_ib_mcg_port_cleanup(cw->ctx, cw->destroy_wq);
1118 cw->ctx->flushing = 0;
1119 kfree(cw);
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dobject.cpp1535 arc_object::arc_object(int cw, const position &s, const position &e, argument
1537 : linear_object(s, e), clockwise(cw), cent(c)
1735 int cw = (flags & IS_CLOCKWISE) != 0; local
1751 if (cw) {
1783 if (cw)
1789 arc_object *p = new arc_object(cw, startpos, endpos, centerpos);

Completed in 397 milliseconds

12