Searched refs:fc (Results 101 - 125 of 150) sorted by last modified time

123456

/freebsd-11-stable/contrib/libxo/xolint/
H A Dxolint.pl633 my($text, $ff, $fc, $rest);
635 ($text, $ff, $fc, $rest) =
650 check_field_format($ff, $fc);
657 my($ff, $fc) = @_;
659 print "check_field_format: [$ff] [$fc]\n" if $opt_debug;
673 if $#chunks >= 2 && $fc !~ /[sS]/;
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dnode.cpp1975 glyph_node::glyph_node(charinfo *c, tfont *t, color *gc, color *fc, argument
1977 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc)
1986 color *gc, color *fc, hunits w,
1988 : charinfo_node(c, s, pop, x), tf(t), gcol(gc), fcol(fc), wid(w)
2170 ligature_node::ligature_node(charinfo *c, tfont *t, color *gc, color *fc, argument
2173 : glyph_node(c, t, gc, fc, s, pop, x), n1(gn1), n2(gn2)
2178 ligature_node::ligature_node(charinfo *c, tfont *t, color *gc, color *fc, argument
2181 : glyph_node(c, t, gc, fc, w, s, pop, x), n1(gn1), n2(gn2)
3836 color *gc, color *fc,
3839 : node(0, s, pop), mac(m), tf(t), gcol(gc), fcol(fc), no_init_strin
1985 glyph_node(charinfo *c, tfont *t, color *gc, color *fc, hunits w, statem *s, int pop, node *x) argument
3835 special_node(const macro &m, tfont *t, color *gc, color *fc, statem *s, int pop, int n) argument
4430 draw_node(char c, hvpair *p, int np, font_size s, color *gc, color *fc) argument
4439 draw_node(char c, hvpair *p, int np, font_size s, color *gc, color *fc, statem *st, int pop) argument
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddwarf.c2837 frame_need_space (Frame_Chunk *fc, int reg) argument
2839 int prev = fc->ncols;
2841 if (reg < fc->ncols)
2844 fc->ncols = reg + 1;
2845 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int));
2846 fc->col_offset = xcrealloc (fc->col_offset, fc
2857 frame_display_row(Frame_Chunk *fc, int *need_col_headers, int *max_regs) argument
2977 Frame_Chunk *fc; local
[all...]
H A Dresrc.c2642 const rc_fontdir *fc;
2645 for (c = 0, fc = fontdir; fc != NULL; fc = fc->next, c++)
2650 for (c = 1, fc = fontdir; fc != NULL; fc = fc->next, c++)
2654 (int) fc
2639 const rc_fontdir *fc; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arc.c1487 int past_opcode_p, fc, num_suffixes;
1504 fc = 0;
1727 if (fc >= MAX_FIXUPS)
1729 fixups[fc].exp = exp;
1746 fix_up_at = fc;
1755 fixups[fc].opindex = arc_operand_map[(int) *syn];
1756 ++fc;
1882 for (i = 0; i < fc; ++i)
1480 int past_opcode_p, fc, num_suffixes; local
H A Dtc-ppc.c2178 int fc;
2269 fc = 0;
2412 if (fc >= MAX_INSN_FIXUPS)
2415 fixups[fc].reloc = toc_reloc;
2416 fixups[fc].exp = ex;
2417 fixups[fc].opindex = *opindex_ptr;
2418 ++fc;
2556 if (fc >= MAX_INSN_FIXUPS)
2558 fixups[fc].exp = tls_exp;
2559 fixups[fc]
2167 int fc; local
[all...]
H A Dtc-s390.c1180 int fc, i; local
1189 fc = 0;
1230 if (fc >= MAX_INSN_FIXUPS)
1232 fixups[fc].exp = ex;
1233 fixups[fc].opindex = *opindex_ptr;
1234 fixups[fc].reloc = BFD_RELOC_UNUSED;
1235 ++fc;
1330 if (fc >= MAX_INSN_FIXUPS)
1332 fixups[fc].exp = ex;
1333 fixups[fc]
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexcept.c1858 rtx fn_begin, fc, mem, seq;
1861 fc = cfun->eh->sjlj_fc;
1869 mem = adjust_address (fc, Pmode, sjlj_fc_personality_ofs);
1872 mem = adjust_address (fc, Pmode, sjlj_fc_lsda_ofs);
1891 plus_constant (XEXP (fc, 0),
1901 expand_builtin_setjmp_setup (plus_constant (XEXP (fc, 0), sjlj_fc_jbuf_ofs),
1906 1, XEXP (fc, 0), Pmode);
1990 rtx mem, dispatch, seq, fc;
1995 fc = cfun->eh->sjlj_fc;
2007 mem = adjust_address (fc, TYPE_MOD
1846 rtx fn_begin, fc, mem, seq; local
1978 rtx mem, dispatch, seq, fc; local
[all...]
H A Dunwind-sjlj.c91 struct SjLj_Function_Context *fc; member in struct:_Unwind_Context
126 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc)
134 fc->prev = __gthread_getspecific (fc_key);
135 __gthread_setspecific (fc_key, fc);
140 fc->prev = fc_static;
141 fc_static = fc;
159 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc)
166 __gthread_setspecific (fc_key, fc);
169 fc_static = fc;
173 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc)
125 _Unwind_SjLj_Register(struct SjLj_Function_Context *fc) argument
158 _Unwind_SjLj_SetContext(struct SjLj_Function_Context *fc) argument
172 _Unwind_SjLj_Unregister(struct SjLj_Function_Context *fc) argument
[all...]
/freebsd-11-stable/lib/libdpv/
H A Ddpv.c103 char *fc; local
445 fc = pprompt;
446 while (fc != NULL && *fc != '\0') {
447 if (*fc == '\n') /* leading literal newline OK */
449 if (!isspace(*fc) && *fc != '\\' && backslash == 0)
451 else if (backslash > 0 && *fc != 'n')
453 else if (*fc == '\\') {
458 fc
[all...]
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dchk.c596 int fc; local
602 fc = *fp++;
605 if (fc == '\0') {
610 if (fc != '%') {
614 fc = *fp++;
620 if (fc == '-') {
624 } else if (fc == '+') {
628 } else if (fc == ' ') {
632 } else if (fc == '#') {
636 } else if (fc
821 int fc; local
[all...]
/freebsd-11-stable/usr.sbin/lpr/lptest/
H A Dlptest.c57 register int i, j, fc, nc; local
69 fc = ' ';
71 if (++fc == 0177)
72 fc = ' ';
73 nc = fc;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h66 } fc; member in struct:ct_data_s
73 #define Freq fc.freq
74 #define Code fc.code
/freebsd-11-stable/sys/dev/dcons/
H A Ddcons_crom.c125 src = sc->fd.fc->crom_src;
126 root = sc->fd.fc->crom_root;
175 sc->fd.fc->poll(sc->fd.fc, -1, -1);
187 sc->fd.fc = device_get_ivars(dev);
194 /*parent*/ sc->fd.fc->dmat,
/freebsd-11-stable/sys/dev/vr/
H A Dif_vr.c301 uint8_t cr0, cr1, fc; local
346 fc = 0;
349 fc = CSR_READ_1(sc, VR_FLOWCR1);
350 fc &= ~(VR_FLOWCR1_TXPAUSE | VR_FLOWCR1_RXPAUSE);
353 fc |= VR_FLOWCR1_RXPAUSE;
356 fc |= VR_FLOWCR1_TXPAUSE;
359 CSR_WRITE_1(sc, VR_FLOWCR1, fc);
362 fc = CSR_READ_1(sc, VR_MISC_CR0);
363 fc &= ~VR_MISCCR0_RXPAUSE;
366 fc |
[all...]
/freebsd-11-stable/sys/dev/pdq/
H A Dpdq.c737 pdq_uint32_t fc, datalen, pdulen, segcnt;
749 fc = dataptr[PDQ_RX_FC_OFFSET];
750 switch (fc & (PDQ_FDDIFC_C|PDQ_FDDIFC_L|PDQ_FDDIFC_F)) {
767 PDQ_PRINTF(("discard: bad fc 0x%x\n", fc));
729 pdq_uint32_t fc, datalen, pdulen, segcnt; local
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewirereg.h61 struct firewire_comm *fc; member in struct:fw_device
71 struct firewire_comm *fc; member in struct:firewire_softc
80 struct firewire_comm *fc; member in struct:firewire_dev_comm
166 #define FW_GMTX(fc) (&(fc)->mtx)
167 #define FW_GLOCK(fc) mtx_lock(FW_GMTX(fc))
168 #define FW_GUNLOCK(fc) mtx_unlock(FW_GMTX(fc))
169 #define FW_GLOCK_ASSERT(fc) mtx_asser
224 struct firewire_comm *fc; member in struct:fw_xfer
253 struct firewire_comm *fc; member in struct:fw_rcv_buf
[all...]
H A Dfwdev.c86 struct firewire_comm *fc; member in struct:fw_drv1
95 fwdev_allocbuf(struct firewire_comm *fc, struct fw_xferq *q, argument
107 q->buf = fwdma_malloc_multiseg(fc, sizeof(uint32_t),
170 FW_GLOCK(sc->fc);
172 FW_GUNLOCK(sc->fc);
177 FW_GUNLOCK(sc->fc);
190 d->fc = sc->fc;
200 struct firewire_comm *fc; local
210 fc
318 struct firewire_comm *fc; local
453 struct firewire_comm *fc; local
540 struct firewire_comm *fc; local
[all...]
H A Dfwdma.c68 fwdma_malloc(struct firewire_comm *fc, int alignment, bus_size_t size, argument
75 /*parent*/ fc->dmat,
86 /*lockarg*/FW_GMTX(fc),
108 fwdma_free(struct firewire_comm *fc, struct fwdma_alloc *dma) argument
144 fwdma_malloc_multiseg(struct firewire_comm *fc, int alignment, argument
167 /*parent*/ fc->dmat,
178 /*lockarg*/FW_GMTX(fc),
H A Dfwmem.c102 xfer->fc = fwdev->fc;
146 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
182 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
220 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
258 if (fw_asyreq(xfer->fc, -1, xfer) == 0)
276 FW_GLOCK(sc->fc);
279 FW_GUNLOCK(sc->fc);
282 FW_GUNLOCK(sc->fc);
287 FW_GUNLOCK(sc->fc);
[all...]
H A Dfwohcivar.h41 struct firewire_comm fc; member in struct:fwohci_softc
H A Dif_fwe.c102 struct firewire_comm *fc; local
108 fc = fwe->fd.fc;
109 fc->poll(fc, (cmd == POLL_AND_CHECK_STATUS)?0:1, count);
152 fwe->fd.fc = device_get_ivars(dev);
154 tx_speed = fwe->fd.fc->speed;
168 eui = &fwe->fd.fc->eui;
210 struct firewire_comm *fc; local
216 fc
275 struct firewire_comm *fc; local
386 struct firewire_comm *fc = fwe->fd.fc; local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/api/
H A Dtiapi.h456 agsaFastCommand_t *fc);
462 agsaFastCommand_t *fc,
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsassp.c278 agsaFastCommand_t *fc,
299 agRoot = (agsaRoot_t*)fc->agRoot;
331 pDevice = (agsaDeviceDesc_t*)(((agsaDevHandle_t*)fc->devHandle)->sdkData);
333 ret = siFastSSPResAlloc(agRoot, fc->queueNum, fc->agRequestType,
343 inq = INQ(fc->queueNum);
344 outq = OUQ(fc->queueNum);
352 pRequest->requestType = fc->agRequestType;
357 pSgl = fc->agSgl;
359 switch (fc
276 saFastSSPPrepare( void *ioh, agsaFastCommand_t *fc, ossaSSPCompletedCB_t cb, void *cbArg) argument
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/api/
H A Dsaapi.h284 agsaFastCommand_t *fc,

Completed in 570 milliseconds

123456