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

/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Dfegetround.c26 int cw; local
28 __asm__ ("fnstcw %0" : "=m" (*&cw));
30 return cw & 0xc00;
H A Dfesetround.c27 unsigned short int cw; local
33 __asm__ ("fnstcw %0" : "=m" (*&cw));
34 cw &= ~0xc00;
35 cw |= round;
36 __asm__ ("fldcw %0" : : "m" (*&cw));
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Dfegetround.c26 int cw; local
30 __asm__ ("fnstcw %0" : "=m" (*&cw));
32 return cw & 0xc00;
H A Dfesetround.c25 unsigned short int cw; local
33 asm ("fnstcw %0" : "=m" (*&cw));
34 cw &= ~0xc00;
35 cw |= round;
36 asm ("fldcw %0" : : "m" (*&cw));
/haiku-fatelf/src/apps/bsnow/
H A DSnowView.cpp257 uint32 cw = fCurrentWorkspace; local
258 if (fFlakes[cw] == NULL)
285 if (!ur.Contains(BRect(fFlakes[cw][i].pos-BPoint(4,4), fFlakes[cw][i].pos+BPoint(4,4))))
287 if (fFlakes[cw][i].weight == 0)
289 pat = (fFlakes[cw][i].weight>3)?1:0;
290 //FillRect(BRect(fFlakes[cw][i].pos-BPoint(PAT_HOTSPOT),fFlakes[cw][i].pos-BPoint(PAT_HOTSPOT)+BPoint(7,7)), gFlakePatterns[pat]);
292 StrokeLine(fFlakes[cw][i].pos+BPoint(-1,-1),
293 fFlakes[cw][
322 uint32 cw = fCurrentWorkspace; local
565 int32 cw = _this->fCurrentWorkspace; local
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_ellipse.h38 unsigned num_steps=0, bool cw=false) :
40 m_num(num_steps), m_step(0), m_cw(cw)
46 unsigned num_steps=0, bool cw=false);
67 unsigned num_steps, bool cw)
75 m_cw = cw;
37 ellipse(double x, double y, double rx, double ry, unsigned num_steps=0, bool cw=false) argument
66 init(double x, double y, double rx, double ry, unsigned num_steps, bool cw) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.h131 int cw = WIFI_CW_MIN; local
219 cw = MIN(WIFI_CW_MAX, (cw + 1) * 2);
220 tt += (t_slot * cw/2);
/haiku-fatelf/src/bin/rcs/
H A Drcsedit.c1028 register size_t cs, cw, ls; local
1159 for (cw = 0; cw < cs; cw++) {
1160 leader.string[cw] = c;
1167 for (cw = 0; cw < cs; cw++)
1168 if (ctab[(unsigned char) cp[cw]] != SPACE)
1171 cw
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c690 struct nword *cw, *lw; local
711 cw = findBranch(store, (int)bun->nb_curcand);
712 if (cw) {
714 for (; cw; cw = cw->nw_left) {
715 if (!(lw = cw->nw_left))
717 if (cw->nw_klen == lw->nw_klen)
718 st->klen += (cw->nw_ylen - lw->nw_ylen);
720 st->klen += (cw
781 addIt(struct nword * cw, WCHAR_T * key, int (*proc) (...), WCHAR_T * dst, int ind, int maxdst, unsigned long mode, RkContext * cx) argument
[all...]
H A Dnword.c976 _RkGetKanji(struct nword *cw, WCHAR_T *key, unsigned long mode) argument
982 struct nword *lw = cw->nw_left;
984 klen = cw->nw_klen - lw->nw_klen;
985 ylen = cw->nw_ylen - lw->nw_ylen;
989 if (cw->nw_cache) {
990 if ((*(cw->nw_kanji) >> 1) & 0x7f) {
991 str = cw->nw_kanji + NW_PREFIX;
997 } else if (cw->nw_kanji) {
999 str = cw->nw_kanji + NW_PREFIX;
1003 } else if (cw
1016 struct nword *cw, *lw; local
[all...]
H A DRKintern.h1169 WCHAR_T *_RkGetKanji(struct nword *cw, WCHAR_T *key, unsigned long mode);
/haiku-fatelf/src/bin/bash/
H A Dpcomplete.c878 bind_compfunc_variables (line, ind, lwords, cw, exported)
882 int cw, exported;
915 value = inttostr (cw, ibuf, sizeof(ibuf));
995 gen_shell_function_matches (cs, text, line, ind, lwords, nw, cw)
1001 int nw, cw;
1028 /* We pass cw - 1 because command_line_to_word_list returns indices that are
1030 bind_compfunc_variables (line, ind, lwords, cw - 1, 0);
1032 cmdlist = build_arg_list (funcname, text, lwords, cw);
1088 gen_command_matches (cs, text, line, ind, lwords, nw, cw)
1094 int nw, cw;
1201 int llen, nw, cw; local
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dtcd.c70 " x0=%d, y0=%d, x1=%d, y1=%d, cw=%d, ch=%d\n",
71 prec->x0, prec->y0, prec->x1, prec->y1, prec->cw, prec->ch);
73 for (cblkno = 0; cblkno < prec->cw * prec->ch; cblkno++) {
317 prc->cw = (brcblkxend - tlcblkxstart) >> cblkwidthexpn;
320 prc->cblks.enc = (opj_tcd_cblk_enc_t*) opj_calloc((prc->cw * prc->ch), sizeof(opj_tcd_cblk_enc_t));
321 prc->incltree = tgt_create(prc->cw, prc->ch);
322 prc->imsbtree = tgt_create(prc->cw, prc->ch);
324 for (cblkno = 0; cblkno < prc->cw * prc->ch; cblkno++) {
325 int cblkxstart = tlcblkxstart + (cblkno % prc->cw) * (1 << cblkwidthexpn);
326 int cblkystart = tlcblkystart + (cblkno / prc->cw) * (
[all...]
H A Dt2.c164 for (cblkno = 0; cblkno < prc->cw * prc->ch; cblkno++) {
180 for (cblkno = 0; cblkno < prc->cw * prc->ch; cblkno++) {
187 for (cblkno = 0; cblkno < prc->cw * prc->ch; cblkno++) {
271 for (cblkno = 0; cblkno < prc->cw * prc->ch; cblkno++) {
359 for (cblkno = 0; cblkno < prc->cw * prc->ch; cblkno++) {
443 for (cblkno = 0; cblkno < prc->cw * prc->ch; cblkno++) {
554 for (cblkno = 0; cblkno < prc->cw * prc->ch; cblkno++) {
H A Dtcd.h107 int cw, ch; /* number of precinct in width and heigth */ member in struct:opj_tcd_precinct
H A Dt1.c1423 for (cblkno = 0; cblkno < prc->cw * prc->ch; ++cblkno) {
1512 for (cblkno = 0; cblkno < precinct->cw * precinct->ch; ++cblkno) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c820 uint32_t cw; local
837 cw = AH_MIN(qInfo->tqi_cwmin, 1024);
840 while (qi->tqi_cwmin < cw)
845 cw = AH_MIN(qInfo->tqi_cwmax, 1024);
848 while (qi->tqi_cwmax < cw)
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c1174 int i, cw; local
1196 cw = 40;
1198 cw = 10;
1200 cw = 5;
1202 cw = 20;
1205 , cw

Completed in 115 milliseconds