Searched refs:fc (Results 26 - 50 of 79) sorted by relevance

1234

/macosx-10.10/zlib-55/zlib/
H A Ddeflate.h66 } fc; member in struct:ct_data_s
73 #define Freq fc.freq
74 #define Code fc.code
/macosx-10.10/pcre-7/pcre/
H A Dpcre_exec.c542 #define fc frame->Xfc macro
560 i, and fc and c, can be the same variables. */
564 #define fc c
2511 GETCHARLEN(fc, ecode, length);
2542 GETCHARLEN(fc, ecode, length);
2553 if (fc < 128)
2569 if (fc != dc)
2572 if (dc != UCD_OTHERCASE(fc))
2654 GETCHARLEN(fc, ecode, length);
2665 (othercase = UCD_OTHERCASE(fc)) !
5141 #undef fc macro
[all...]
/macosx-10.10/vim-55/src/
H A Deval.c826 static int can_free_funccal __ARGS((funccall_T *fc, int copyID)) ;
827 static void free_funccal __ARGS((funccall_T *fc, int free_val));
1712 funccall_T *fc = current_funccal; local
1715 return (void *)fc;
1722 funccall_T *fc = (funccall_T *)vfc; local
1724 current_funccal = fc;
1737 funccall_T *fc = current_funccal; local
1739 if (fc != NULL && fc->func->uf_profiling)
1740 profile_start(&fc
1752 funccall_T *fc = current_funccal; local
6576 funccall_T *fc, **pfc; local
21748 funccall_T *fc; local
[all...]
H A Dgui_gtk.c839 GtkWidget *fc; local
859 fc = gtk_file_chooser_dialog_new((const gchar *)title,
866 gtk_file_chooser_set_current_folder(GTK_FILE_CHOOSER(fc),
869 gtk_file_chooser_set_current_name(GTK_FILE_CHOOSER(fc), (char *)dflt);
872 if (gtk_dialog_run(GTK_DIALOG(fc)) == GTK_RESPONSE_ACCEPT)
876 filename = gtk_file_chooser_get_filename(GTK_FILE_CHOOSER(fc));
880 gtk_widget_destroy(GTK_WIDGET(fc));
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_addr.c1261 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1262 if (fc->ipAddressChoice->type != IPAddressChoice_inherit) {
1271 IPAddressFamily *fc = sk_IPAddressFamily_value(child, j); local
1272 int k = sk_IPAddressFamily_find(x->rfc3779_addr, fc);
1275 if (fc->ipAddressChoice->type == IPAddressChoice_addressesOrRanges) {
1282 if (fc->ipAddressChoice->type == IPAddressChoice_inherit ||
1284 fc->ipAddressChoice->u.addressesOrRanges,
1285 length_from_afi(v3_addr_get_afi(fc))))
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c2161 const struct fontdir *fc;
2163 for (fc = fontdir; fc != NULL; fc = fc->next)
2165 fprintf (e, "// Font index: %d\n", fc->index);
2166 write_rc_filedata (e, fc->length, fc->data);
2158 const struct fontdir *fc; local
/macosx-10.10/vim-55/runtime/syntax/
H A Dpcap.vim31 syn match pcapKeyword contained ':\(br\|du\|fc\|fs\|mx\|pc\|pl\|pw\|px\|py\|xc\|xs\)#\d\+'
H A Dabel.vim100 syn match abelExtension "\.fc\>"
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c1050 int fc; local
1071 fc = _ast_iconv_name(f, fr, sizeof(fr));
1074 error(DEBUG_TRACE, "AHA#%d _ast_iconv_open f=%s:%s:%d t=%s:%s:%d\n", __LINE__, f, fr, fc, t, to, tc);
1076 if (fc != CC_ICONV && fc == tc || streq(fr, to))
1113 if (fc >= 0 && tc >= 0)
1114 cc->from.map = ccmap(fc, tc);
1125 switch (fc)
1142 if (fc < 0)
1144 cc->from.map = ccmap(fc, CC_ASCI
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Doctave-mod.el1099 (let (fc give-up)
1100 (if (or (null (setq fc (current-fill-column)))
1107 (> (current-column) fc))
1108 (setq fc (- fc (+ (length octave-continuation-string) 1))))
1109 (while (and (not give-up) (> (current-column) fc))
1113 (move-to-column (+ fc 1))
/macosx-10.10/tcl-105/tk/tk/library/
H A Dsafetk.tcl238 set wc $w.fc
/macosx-10.10/tcl-105/tk84/tk/library/
H A Dsafetk.tcl246 set wc $w.fc
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c207 struct fdhashhead *fc; local
215 fc = FD_NHASH(ix);
217 for (fd = fc->lh_first; fd != 0; fd = fd->fd_hash.le_next) {
276 LIST_INSERT_HEAD(fc, fd, fd_hash);
/macosx-10.10/BerkeleyDB-21/db/test/scr023/
H A Dq.c748 int fc, tc; /* tc is total count, fc is failed count */ local
753 fc = tc = 0;
760 fc++;
812 fc++;
831 (((double)fc/tc) * 100), fc, tc);
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomplist.c450 Filecol fc, fo; local
452 fc = (Filecol) zhalloc(sizeof(*fc));
453 fc->prog = (i == COL_EC || i == COL_LC || i == COL_RC ?
455 fc->col = s;
456 fc->next = NULL;
460 fo->next = fc;
462 mcolors.files[i] = fc;
474 Filecol fc; local
476 fc
566 Filecol fc; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkGetF0.c491 static int downsamp(in, out, samples, outsamps, state_idx, decimate, ncoef, fc, init)
494 float fc[];
498 do_ffir(in, samples, out, outsamps, state_idx, ncoef, fc, 0, decimate, init);
506 static void do_ffir(buf,in_samps,bufo,out_samps,idx, ncoef,fc,invert,skip,init)
507 /* fc contains 1/2 the coefficients of a symmetric FIR filter with unity
514 float *fc;
542 for(i=ncoef-1, dp3=fc+ncoef-1, dp2=co, dp1 = co+((ncoef-1)*2),
617 static int lc_lin_fir(fc,nf,coef)
620 register float fc;
633 coef[0] = (float) (2.0 * fc);
[all...]
H A Dsigproc2.c1142 int i,ii,iscomp1,iscomp2,fc,swit; local
1160 for(fc=0, ii=0; ii < lpc_order; ii++){
1163 freq[fc] = fabs(theta / pi2t);
1164 if((band[fc] = 0.5 * s_freq *
1166 band[fc] = -band[fc];
1167 fc++; /* Count the number of real and complex poles. */
1178 for(i=0; i < fc -1; i++){ /* order the poles by frequency (bubble) */
1179 for(ii=0; ii < fc -1 -i; ii++){
1195 for(i=0, theta = theta - 1.0, ii=0 ; i < fc;
[all...]
H A DjkFormant.c625 int lc_lin_fir(fc,nf,coef)
628 register double fc;
643 coef[0] = 2.0 * fc;
645 fn = twopi * fc;
/macosx-10.10/emacs-93/emacs/nt/
H A Dconfigure.bat493 Rem See if fc.exe returns a meaningful exit status. If it does, we
497 fc /b foo.bar foo.bar >nul 2>&1
499 fc /b config.tmp ..\src\config.h >nul 2>&1
501 fc /b paths.h ..\src\epaths.h >nul 2>&1
524 Rem Update subdirs.el only if it is different or fc.exe doesn't work.
526 fc /b foo.bar foo.bar >nul 2>&1
528 fc /b subdirs.el ..\site-lisp\subdirs.el >nul 2>&1
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dfill.el1160 (let ((fc (current-fill-column))
1182 (= (current-column) fc)))
1208 (setq ncols (- fc endcol))
1227 (/ (- fc (current-left-margin) ;avail. space
1256 (setq ncols (- fc endcol))
/macosx-10.10/swig-12/Source/Modules/
H A Dtypepass.cxx1025 Node *fc = firstChild(n); local
1026 Node *pp = fc;
1034 firstoverloaded = fc;
1050 Setattr(ps, "sym:nextSibling", fc);
1051 Setattr(fc, "sym:previousSibling", ps);
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dm68k-dis.c1159 int fc = fetch_arg (buffer, place, 5, info);
1161 if (fc == 1)
1163 else if (fc == 0)
1167 (*info->fprintf_func) (info->stream, _("<function code %d>"), fc);
1157 int fc = fetch_arg (buffer, place, 5, info); local
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl243 snack::menuCommand File Print... {Print .cf.fc.c -1}
413 pack [button .tb.print -command {Print .cf.fc.c -1} -image snackPrint -highlightthickness 0 -border $border] -side left
457 pack [ frame .cf.fc] -side left -fill both -expand true
458 set c [canvas .cf.fc.c -width $v(width) -height $v(toth) -xscrollcommand [list .cf.fc.xscroll set] -yscrollcommand [list .cf.fc.yscroll set] -closeenough 5 -highlightthickness 0 -bg $v(bg)]
459 scrollbar .cf.fc.xscroll -orient horizontal -command [list $c xview]
460 scrollbar .cf.fc.yscroll -orient vertical -command yScroll
461 #pack .cf.fc.xscroll -side bottom -fill x
462 #pack .cf.fc
[all...]
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl423 set fc [expr {($f1 + $f2 + $f3 + $f4) * 0.25}]
434 if {$ff <= $fc} {
448 Tri_contour $canv $x1 $y1 $f1 $x2 $y2 $f2 $xc $yc $fc $cont $doTrans
451 Tri_contour $canv $x2 $y2 $f2 $x3 $y3 $f3 $xc $yc $fc $cont $doTrans
454 Tri_contour $canv $x3 $y3 $f3 $x4 $y4 $f4 $xc $yc $fc $cont $doTrans
457 Tri_contour $canv $x4 $y4 $f4 $x1 $y1 $f1 $xc $yc $fc $cont $doTrans
/macosx-10.10/ruby-106/ruby/
H A Dvariable.c49 fc_path(struct fc_result *fc, ID name) argument
54 while (fc) {
56 if (fc->track == rb_cObject) break;
57 if (RCLASS_IV_TBL(fc->track) &&
58 st_lookup(RCLASS_IV_TBL(fc->track), (st_data_t)classpath, &n)) {
65 tmp = rb_str_dup(rb_id2str(fc->name));
69 fc = fc->prev;

Completed in 479 milliseconds

1234