Searched refs:cf (Results 1 - 25 of 36) sorted by relevance

12

/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dcommondata.c161 InitCannaConfig(struct CannaConfig *cf) argument
163 bzero(cf, sizeof(struct CannaConfig));
164 cf->CannaVersion = CANNA_MAJOR_MINOR;
165 cf->kouho_threshold = 2;
166 cf->strokelimit = STROKE_LIMIT;
167 cf->CursorWrap = 1;
168 cf->SelectDirect = 1;
169 cf->HexkeySelect = 1;
170 cf->ChBasedMove = 1;
171 cf
[all...]
/haiku-fatelf/src/libs/ncurses/tack/
H A Dcrum.c55 ** move the cursor from (rf, cf) to (rt, ct) using sel
60 int cf,
76 cf = ct;
86 if (cf < ct) {
87 s = tparm(parm_right_cursor, ct - cf);
88 tputs(s, ct - cf, tc_putch);
89 cf = ct;
92 if (cf > ct) {
93 s = tparm(parm_left_cursor, cf - ct);
94 tputs(s, cf
58 move_to( int rf, int cf, int rt, int ct, int sel) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dppcnbsd-nat.c149 struct callframe cf; local
164 read_memory(sf.sp, (char *)&cf, sizeof(cf));
165 regcache_raw_supply (regcache, tdep->ppc_gp0_regnum + 30, &cf.r30);
166 regcache_raw_supply (regcache, tdep->ppc_gp0_regnum + 31, &cf.r31);
167 regcache_raw_supply (regcache, tdep->ppc_gp0_regnum + 1, &cf.sp);
169 read_memory(cf.sp, (char *)&cf, sizeof(cf));
170 regcache_raw_supply (regcache, tdep->ppc_lr_regnum, &cf
[all...]
H A Dcorelow.c111 deprecated_add_core_fns (struct core_fns *cf) argument
113 cf->next = core_file_fns;
114 core_file_fns = cf;
138 struct core_fns *cf; local
146 for (cf = core_file_fns; cf != NULL; cf = cf->next)
148 if (cf->core_sniffer (cf, abf
186 struct core_fns *cf; local
[all...]
H A Dgdbcore.h216 extern void deprecated_add_core_fns (struct core_fns *cf);
217 extern int default_core_sniffer (struct core_fns *cf, bfd * abfd);
/haiku-fatelf/src/add-ons/screen_savers/flurry/
H A DStar.cpp55 float cf; local
66 cf = ((float) (cos(7.0*((info->fTime)*rotationsPerSecond)) +
69 cf /= 6.0f;
70 cf += 0.75f;
73 s->position[0] = 250.0f * cf * (float) cos(11.0 * (thisPointInRadians + (3.0*thisAngle)));
74 s->position[1] = 250.0f * cf * (float) sin(12.0 * (thisPointInRadians + (4.0*thisAngle)));
H A DSpark.cpp100 float cf; local
165 cf = ((float) (cos(7.0*((info->fTime)*rotationsPerSecond)) +
168 cf /= 6.0f;
169 cf += 2.0f;
186 float cf; local
248 cf = ((float) (cos(7.0*((info->fTime)*rotationsPerSecond)) +
251 cf /= 6.0f;
252 cf += 2.0f;
262 s->position[0] = fieldRange * cf *
264 s->position[1] = fieldRange * cf *
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Dtar-copy.sh67 if ( tar cf $TMP $1 )
/haiku-fatelf/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp104 ostringstream cf; local
105 cf << 'H' << hostname << '\n';
106 cf << 'P' << fUser << '\n';
107 cf << 'l' << dfname.str() << '\n';
108 cf << 'U' << dfname.str() << '\n';
110 long cfsize = cf.str().length();
121 lpr.transferData(cf.str().c_str(), cfsize);
/haiku-fatelf/src/libs/x86emu/
H A Dprim_ops.c881 register unsigned int res, cnt, mask, cf; local
906 3) B_(n-1) <- cf
913 cf = (d >> (8 - cnt)) & 0x1;
932 /* B_(n-1) <- cf */
935 /* set the new carry flag, based on the variable "cf" */
936 CONDITIONAL_SET_FLAG(cf, F_CF);
941 CONDITIONAL_SET_FLAG(cnt == 1 && XOR2(cf + ((res >> 6) & 0x2)), F_OF);
954 register unsigned int res, cnt, mask, cf; local
958 cf = (d >> (16 - cnt)) & 0x1;
965 CONDITIONAL_SET_FLAG(cf, F_C
978 register u32 res, cnt, mask, cf; local
1003 u32 mask, cf, ocf = 0; local
1088 u32 mask, cf, ocf = 0; local
1121 u32 mask, cf, ocf = 0; local
1354 unsigned int cnt, res, cf; local
1401 unsigned int cnt, res, cf; local
1443 unsigned int cnt, res, cf; local
1484 unsigned int cnt, res, cf; local
1525 unsigned int cnt, res, cf; local
1566 unsigned int cnt, res, cf; local
1606 unsigned int cnt, res, cf, mask, sf; local
1649 unsigned int cnt, res, cf, mask, sf; local
1692 u32 cnt, res, cf, mask, sf; local
1735 unsigned int cnt, res, cf; local
1776 unsigned int cnt, res, cf; local
1817 unsigned int cnt, res, cf; local
1858 unsigned int cnt, res, cf; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dpermdic.c50 static int readThisCache(struct DM *dm, struct ND *xdm, long pgno, unsigned long val, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf);
51 static int SearchInPage(struct DM *dm, struct ND *xdm, long pgno, unsigned char *buf, unsigned long val, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf);
52 static int SearchInDir(struct DM *dm, struct ND *xdm, unsigned char *pos, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf);
418 int readThisCache(struct DM *dm, struct ND *xdm, long pgno, unsigned long val, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf) argument
430 (*cf)++;
441 (*cf)++;
443 (*cf)++;
450 SearchInPage(struct DM *dm, struct ND *xdm, long pgno, unsigned char *buf, unsigned long val, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf) argument
458 cur, ylen, nread, mc, nc, cf);
464 (*cf)
484 SearchInDir(struct DM *dm, struct ND *xdm, unsigned char *pos, WCHAR_T *key, int cur, int ylen, struct nread *nread, int mc, int nc, int *cf) argument
542 _Rkpsearch(struct RkContext *cx, struct DM *dm, WCHAR_T *key, int n, struct nread *nread, int mc, int *cf) argument
589 int nc, cf = 0, ret = -1; local
[all...]
H A Dtempdic.c552 int *cf)
558 *cf = 0;
577 (*cf)++;
586 (*cf)++;
588 (*cf)++;
605 (*cf)++;
614 (*cf)++;
616 (*cf)++;
545 _Rktsearch( struct RkContext *cx, struct DM *dm, WCHAR_T *key, int n, struct nread *nread, int maxcache, int *cf) argument
H A DRKintern.h938 #define DST_SEARCH(cx, dm, k, n, cp, max, cf)\
939 (DST_PROC(dm).d_search)(cx, dm, k, n, cp, max, cf)
1177 int _Rkpsearch(struct RkContext *cx, struct DM *dm, WCHAR_T *key, int n, struct nread *nread, int mc, int *cf);
1183 int _Rktsearch(struct RkContext *cx,struct DM *dm,WCHAR_T *key,int n,struct nread *nread,int maxcache,int *cf);
H A Dnword.c401 int c, nc, num, cf = 0, nl; local
409 nc = DST_SEARCH(cx, dm, key, ye, nread, maxcache, &cf);
421 if (!doflush && (cf || thisRead->nk > ye || thisRead->nk > RK_KEY_WMAX))
1762 int cs, ce, cf; local
1804 cf = yf;
1836 if (cf < ce)
1837 for (i = cf, j = ce; j <= st->maxxq; i++, j++) {
1841 if (ce < cf)
1842 for (i = st->maxxq, j = st->maxxq - (cf - ce); j >= ce; i--, j--) {
1855 parseQue(cx, cf
[all...]
/haiku-fatelf/src/libs/agg/gpc/
H A Dgpc.c1125 polygon_node *out_poly= NULL, *p, *q, *poly, *npoly, *cf= NULL; local
1337 cf= edge->outp[ABOVE];
1342 add_right(cf, xb, yb);
1345 edge->outp[ABOVE]= cf;
1346 cf= NULL;
1351 cf= edge->outp[BELOW];
1356 add_left(cf, xb, yb);
1359 merge_right(cf, edge->outp[BELOW], out_poly);
1360 cf= NULL;
1365 add_left(cf, x
1783 edge_node *aet= NULL, *c_heap= NULL, *s_heap= NULL, *cf; local
[all...]
/haiku-fatelf/headers/libs/agg/
H A Dagg_span_gradient.h81 void color_function(const ColorF& cf) { m_color_function = &cf; } argument
/haiku-fatelf/src/servers/app/drawing/
H A DHWInterface.cpp572 IntRect cf = _CursorFrame();
577 if (cf.IsValid() && area.Intersects(cf)) {
580 area = area & cf;
600 // since area is clipped to cf,
601 // the diff between area.top and cf.top is always positive,
602 // same for diff between area.left and cf.left
603 crs += (area.top - (int32)floorf(cf.top)) * crsBPR
604 + (area.left - (int32)floorf(cf.left)) * 4;
/haiku-fatelf/src/bin/findutils/locate/
H A Dlocate.c1030 struct casefolder * cf = xmalloc(sizeof(*cf)); local
1031 cf->pattern = pathpart;
1032 cf->pbuf = &casebuf;
1033 add_visitor(visit_substring_match_casefold, cf);
/haiku-fatelf/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php621 // cf. http://www.realvnc.com/pipermail/vnc-list/1999-December/011086.html
622 // cf. http://www.tek-tips.com/viewthread.cfm?qid=1173303&page=1
680 // cf. http://hanna.pyxidis.org/tech/m3u.html
/haiku-fatelf/src/bin/network/tcpdump/
H A Dieee802_11.h228 struct cf_t cf; member in struct:mgmt_body_t
H A Dprint-802_11.c248 memcpy(&pbody->cf, p + offset, 8);
/haiku-fatelf/src/bin/gdb/bfd/
H A DMakefile.am182 cf-i386lynx.lo \
183 cf-m68klynx.lo \
184 cf-sparclynx.lo \
351 cf-i386lynx.c \
352 cf-m68klynx.c \
353 cf-sparclynx.c \
1032 cf-i386lynx.lo: cf-i386lynx.c $(INCDIR)/filenames.h \
1036 cf-m68klynx.lo: cf
[all...]
H A Dcoffcode.h3009 coff_symbol_type *cf;
3011 cf = coff_symbol_from (abfd, *symp);
3012 if (cf != NULL
3013 && cf->native != NULL
3014 && SYMNAME_IN_DEBUG (&cf->native->u.syment))
3008 coff_symbol_type *cf; variable
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-bpf.c63 #include <cf.h>
/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbonnie++.cpp46 #include <cf.h>

Completed in 313 milliseconds

12