Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 25 of 163) sorted by relevance

1234567

/openbsd-src/gnu/gcc/gcc/
H A Dunwind-sjlj.c91 struct SjLj_Function_Context *fc; member
125 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Register() argument
133 fc->prev = __gthread_getspecific (fc_key); in _Unwind_SjLj_Register()
134 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_Register()
139 fc->prev = fc_static; in _Unwind_SjLj_Register()
140 fc_static = fc; in _Unwind_SjLj_Register()
158 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext() argument
165 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_SetContext()
168 fc_static = fc; in _Unwind_SjLj_SetContext()
172 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister() argument
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dunwind-sjlj.c76 struct SjLj_Function_Context *fc; member
116 _Unwind_SjLj_Register (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Register() argument
124 fc->prev = __gthread_getspecific (fc_key); in _Unwind_SjLj_Register()
125 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_Register()
130 fc->prev = fc_static; in _Unwind_SjLj_Register()
131 fc_static = fc; in _Unwind_SjLj_Register()
149 _Unwind_SjLj_SetContext (struct SjLj_Function_Context *fc) in _Unwind_SjLj_SetContext() argument
156 __gthread_setspecific (fc_key, fc); in _Unwind_SjLj_SetContext()
159 fc_static = fc; in _Unwind_SjLj_SetContext()
163 _Unwind_SjLj_Unregister (struct SjLj_Function_Context *fc) in _Unwind_SjLj_Unregister() argument
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddwarf.c2778 frame_need_space (Frame_Chunk *fc, int reg) in frame_need_space() argument
2780 int prev = fc->ncols; in frame_need_space()
2782 if (reg < fc->ncols) in frame_need_space()
2785 fc->ncols = reg + 1; in frame_need_space()
2786 fc->col_type = xcrealloc (fc->col_type, fc->ncols, sizeof (short int)); in frame_need_space()
2787 fc->col_offset = xcrealloc (fc->col_offset, fc->ncols, sizeof (int)); in frame_need_space()
2789 while (prev < fc->ncols) in frame_need_space()
2791 fc->col_type[prev] = DW_CFA_unreferenced; in frame_need_space()
2792 fc->col_offset[prev] = 0; in frame_need_space()
2798 frame_display_row (Frame_Chunk *fc, int *need_col_headers, int *max_regs) in frame_display_row() argument
[all …]
/openbsd-src/lib/libfuse/
H A Dfuse.c132 fuse_unmount(f->fc->dir, f->fc); in ifuse_try_unmount()
147 f->fc->dir, strerror(WEXITSTATUS(status))); in ifuse_child_exit()
166 fuse->fc->kq = kqueue(); in fuse_loop()
167 if (fuse->fc->kq == -1) in fuse_loop()
170 EV_SET(&event[0], fuse->fc->fd, EVFILT_READ, EV_ADD | in fuse_loop()
183 while (!fuse->fc->dead) { in fuse_loop()
184 ret = kevent(fuse->fc->kq, &event[0], 5, &ev, 1, NULL); in fuse_loop()
204 n = read(fuse->fc->fd, &fbuf, sizeof(fbuf)); in fuse_loop()
220 if (ioctl(fuse->fc->fd, FIOCGETFBDAT, in fuse_loop()
241 n = write(fuse->fc->fd, &fbuf, sizeof(fbuf)); in fuse_loop()
[all …]
/openbsd-src/usr.sbin/bgpd/
H A Drde_community.c60 fc2c(struct community *fc, struct rde_peer *peer, struct community *c, in fc2c() argument
70 c->flags = (uint8_t)fc->flags; in fc2c()
74 if (apply_flag(fc->data1, fc->flags >> 8, peer, in fc2c()
77 if (apply_flag(fc->data2, fc->flags >> 16, peer, in fc2c()
86 if (apply_flag(fc->data1, fc->flags >> 8, peer, in fc2c()
89 if (apply_flag(fc->data2, fc in fc2c()
270 community_match(struct rde_community * comm,struct community * fc,struct rde_peer * peer) community_match() argument
337 community_set(struct rde_community * comm,struct community * fc,struct rde_peer * peer) community_set() argument
376 community_delete(struct rde_community * comm,struct community * fc,struct rde_peer * peer) community_delete() argument
746 community_to_rd(struct community * fc,uint64_t * community) community_to_rd() argument
[all...]
/openbsd-src/gnu/usr.bin/perl/t/uni/
H A Dfold.t5 # This file also tests the fc() keyword.
37 # We only use simple folds in fc(), since the regex engine uses full case
57 use feature 'fc';
65 isnt(fc($c), $f, "$code - $name - $mapping - $type - Full casefolding, fc(\\x{$code}) ne $against");
89 # fc() tests
91 is(CORE::fc($c), $f,
92 "$code - $name - $mapping - $type - fc(\\x{$code}) eq $against");
99 is(CORE::fc($c), lc($c), "$code - $name - fc an
[all...]
/openbsd-src/regress/bin/ksh/
H A Dhistory.t16 fc -l
34 fc -e -
55 fc -e -
64 fc -e - fails when there is no history
72 fc -e -
82 Check if "fc -e -" command output goes to stdout.
89 fc -e - | (read x; echo "A $x")
101 fc is replaced in history by new command.
109 fc -e - echo
110 fc -l 2 4
[all …]
/openbsd-src/usr.sbin/tcpdump/
H A Dprint-fddi.c129 print_fddi_fc(u_char fc) in print_fddi_fc() argument
131 switch (fc) { in print_fddi_fc()
162 switch (fc & FDDIFC_CLFF) { in print_fddi_fc()
165 printf("mac%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
169 printf("smt%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
173 printf("async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
177 printf("sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
181 printf("imp_async%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
185 printf("imp_sync%1x ", fc & FDDIFC_ZZZZ); in print_fddi_fc()
189 printf("%02x ", fc); in print_fddi_fc()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i860.c72 static int fc; variable
267 fc = 0; in md_assemble()
281 fc = 1; in md_assemble()
429 for (tmp = 0; tmp < fc; tmp++) in md_assemble()
522 fc = 0; in i860_process_insn()
533 if (fc > MAX_FIXUPS) in i860_process_insn()
770 the_insn.fi[fc].fup |= OP_IMM_U5; in i860_process_insn()
771 fc++; in i860_process_insn()
778 the_insn.fi[fc].pcrel = 1; in i860_process_insn()
779 the_insn.fi[fc].fup |= OP_IMM_BR26; in i860_process_insn()
[all …]
H A Dtc-d10v.c57 int fc; member
633 if (fixups->fc >= MAX_INSN_FIXUPS)
639 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18;
651 fixups->fix[fixups->fc].reloc =
656 && (fixups->fix[fixups->fc].reloc == 0))
660 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 ||
661 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18)
662 fixups->fix[fixups->fc].size = 2;
664 fixups->fix[fixups->fc].size = 4;
666 fixups->fix[fixups->fc].exp = opers[i];
[all …]
H A Dtc-v850.c92 static int fc; variable
1720 fc = 0;
1820 if (fc > MAX_INSN_FIXUPS)
1823 fixups[fc].exp = ex;
1824 fixups[fc].opindex = *opindex_ptr;
1825 fixups[fc].reloc = reloc;
1826 fc++;
1843 if (fc > MAX_INSN_FIXUPS)
1846 fixups[fc].exp = ex;
1847 fixups[fc].opindex = *opindex_ptr;
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i860.c72 static int fc; variable
267 fc = 0; in md_assemble()
281 fc = 1; in md_assemble()
429 for (tmp = 0; tmp < fc; tmp++) in md_assemble()
522 fc = 0; in i860_process_insn()
533 if (fc > MAX_FIXUPS) in i860_process_insn()
770 the_insn.fi[fc].fup |= OP_IMM_U5; in i860_process_insn()
771 fc++; in i860_process_insn()
778 the_insn.fi[fc].pcrel = 1; in i860_process_insn()
779 the_insn.fi[fc].fup |= OP_IMM_BR26; in i860_process_insn()
[all …]
H A Dtc-v850.c96 static int fc; variable
1663 fc = 0; in md_assemble()
1762 if (fc > MAX_INSN_FIXUPS) in md_assemble()
1765 fixups[fc].exp = ex; in md_assemble()
1766 fixups[fc].opindex = *opindex_ptr; in md_assemble()
1767 fixups[fc].reloc = reloc; in md_assemble()
1768 fc++; in md_assemble()
1785 if (fc > MAX_INSN_FIXUPS) in md_assemble()
1788 fixups[fc].exp = ex; in md_assemble()
1789 fixups[fc].opindex = *opindex_ptr; in md_assemble()
[all …]
H A Dtc-d10v.c58 int fc; member
584 if (fixups->fc >= MAX_INSN_FIXUPS) in build_insn()
590 fixups->fix[fixups->fc].reloc = BFD_RELOC_D10V_18; in build_insn()
602 fixups->fix[fixups->fc].reloc = in build_insn()
607 && (fixups->fix[fixups->fc].reloc == 0)) in build_insn()
611 if (fixups->fix[fixups->fc].reloc == BFD_RELOC_16 || in build_insn()
612 fixups->fix[fixups->fc].reloc == BFD_RELOC_D10V_18) in build_insn()
613 fixups->fix[fixups->fc].size = 2; in build_insn()
615 fixups->fix[fixups->fc].size = 4; in build_insn()
617 fixups->fix[fixups->fc].exp = opers[i]; in build_insn()
[all …]
/openbsd-src/sys/dev/pci/
H A Digc_mac.c379 if (hw->fc.requested_mode == igc_fc_default) { in igc_setup_link_generic()
380 hw->fc.requested_mode = igc_fc_full; in igc_setup_link_generic()
386 hw->fc.current_mode = hw->fc.requested_mode; in igc_setup_link_generic()
389 hw->fc.current_mode); in igc_setup_link_generic()
405 IGC_WRITE_REG(hw, IGC_FCTTV, hw->fc.pause_time); in igc_setup_link_generic()
454 if (hw->fc.current_mode & igc_fc_tx_pause) { in igc_set_fc_watermarks_generic()
459 fcrtl = hw->fc.low_water; in igc_set_fc_watermarks_generic()
460 if (hw->fc.send_xon) in igc_set_fc_watermarks_generic()
463 fcrth = hw->fc.high_water; in igc_set_fc_watermarks_generic()
507 DEBUGOUT1("hw->fc.current_mode = %u\n", hw->fc.current_mode); in igc_force_mac_fc_generic()
[all …]
H A Dixgbe_82598.c430 if (!hw->fc.pause_time) { in ixgbe_fc_enable_82598()
437 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_82598()
438 hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()
439 if (!hw->fc.low_water[i] || in ixgbe_fc_enable_82598()
440 hw->fc.low_water[i] >= hw->fc.high_water[i]) { in ixgbe_fc_enable_82598()
455 switch (hw->fc.requested_mode) { in ixgbe_fc_enable_82598()
457 hw->fc.requested_mode = ixgbe_fc_tx_pause; in ixgbe_fc_enable_82598()
460 hw->fc.requested_mode = ixgbe_fc_none; in ixgbe_fc_enable_82598()
488 switch (hw->fc.current_mode) { in ixgbe_fc_enable_82598()
532 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && in ixgbe_fc_enable_82598()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbuiltin-complex-1.c26 volatile float _Complex fc = 1.0F + 2.0iF; in main() local
30 if (conjf (fc) != 1.0F - 2.0iF) in main()
32 if (__builtin_conjf (fc) != 1.0F - 2.0iF) in main()
38 if (crealf (fc) != 1.0F) in main()
40 if (__builtin_crealf (fc) != 1.0F) in main()
46 if (cimagf (fc) != 2.0F) in main()
48 if (__builtin_cimagf (fc) != 2.0F) in main()
/openbsd-src/regress/lib/libfuse/
H A Dfuse-mount.c23 struct fuse_chan *fc; in main() local
26 fc = fuse_mount(dir, NULL); in main()
27 if (fc == NULL) in main()
30 fuse_unmount(dir, fc); in main()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c8563 frame_need_space (Frame_Chunk *fc, int reg) in frame_need_space() argument
8565 int prev = fc->ncols; in frame_need_space()
8567 if (reg < fc->ncols) in frame_need_space()
8570 fc->ncols = reg + 1; in frame_need_space()
8571 fc->col_type = xrealloc (fc->col_type, fc->ncols * sizeof (short int)); in frame_need_space()
8572 fc->col_offset = xrealloc (fc->col_offset, fc->ncols * sizeof (int)); in frame_need_space()
8574 while (prev < fc->ncols) in frame_need_space()
8576 fc->col_type[prev] = DW_CFA_unreferenced; in frame_need_space()
8577 fc->col_offset[prev] = 0; in frame_need_space()
8583 frame_display_row (Frame_Chunk *fc, int *need_col_headers, int *max_regs) in frame_display_row() argument
[all …]
/openbsd-src/usr.sbin/unbound/testcode/
H A Dfake_event.c1423 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, in comm_point_create_local() local
1424 sizeof(*fc)); in comm_point_create_local()
1425 if(!fc) return NULL; in comm_point_create_local()
1426 fc->typecode = FAKE_COMMPOINT_TYPECODE; in comm_point_create_local()
1427 return (struct comm_point*)fc; in comm_point_create_local()
1436 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, in comm_point_create_raw() local
1437 sizeof(*fc)); in comm_point_create_raw()
1438 if(!fc) return NULL; in comm_point_create_raw()
1439 fc->typecode = FAKE_COMMPOINT_TYPECODE; in comm_point_create_raw()
1440 return (struct comm_point*)fc; in comm_point_create_raw()
1457 struct fake_commpoint* fc = (struct fake_commpoint*)c; comm_point_delete() local
1754 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, outnet_comm_point_for_udp() local
1774 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, outnet_comm_point_for_tcp() local
1846 struct fake_commpoint* fc = (struct fake_commpoint*)calloc(1, outnet_comm_point_for_http() local
1873 struct fake_commpoint* fc = (struct fake_commpoint*)c; comm_point_send_udp_msg() local
[all...]
/openbsd-src/sys/dev/fdt/
H A Dimxiic_fdt.c59 struct imxiic_fdt_softc *fc = (struct imxiic_fdt_softc *)self; in imxiic_fdt_attach() local
60 struct imxiic_softc *sc = &fc->fc_sc; in imxiic_fdt_attach()
68 fc->fc_node = faa->fa_node; in imxiic_fdt_attach()
91 sc->sc_clkrate = clock_get_frequency(fc->fc_node, NULL) / 1000; in imxiic_fdt_attach()
92 sc->sc_bitrate = OF_getpropint(fc->fc_node, in imxiic_fdt_attach()
113 iba.iba_bus_scan_arg = &fc->fc_node; in imxiic_fdt_attach()
/openbsd-src/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c94 __Unwind_SjLj_SetTopOfFunctionStack(struct _Unwind_FunctionContext *fc) { in __Unwind_SjLj_SetTopOfFunctionStack() argument
96 _pthread_setspecific_direct(__PTK_LIBC_DYLD_Unwind_SjLj_Key, fc); in __Unwind_SjLj_SetTopOfFunctionStack()
98 stack = fc; in __Unwind_SjLj_SetTopOfFunctionStack()
107 _Unwind_SjLj_Register(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Register() argument
108 fc->prev = __Unwind_SjLj_GetTopOfFunctionStack(); in _Unwind_SjLj_Register()
109 __Unwind_SjLj_SetTopOfFunctionStack(fc); in _Unwind_SjLj_Register()
115 _Unwind_SjLj_Unregister(struct _Unwind_FunctionContext *fc) { in _Unwind_SjLj_Unregister() argument
116 __Unwind_SjLj_SetTopOfFunctionStack(fc->prev); in _Unwind_SjLj_Unregister()
/openbsd-src/gnu/llvm/libcxx/docs/Helpers/
H A DStyles.rst24 .fc { background-color: #8EAF63; white-space:nowrap; }
46 .. role:: fc
53 .. |flat_containers| replace:: :fc:`flat containers`
/openbsd-src/sys/arch/alpha/alpha/
H A Dfp_complete.c252 ldt(inst.float_detail.fc, &tfc, p); in cvt_qs_ts_st_gf_qf()
258 lds(inst.float_detail.fc, &sfc, p); in cvt_qs_ts_st_gf_qf()
266 ldt(inst.float_detail.fc, &tfc, p); in cvt_qs_ts_st_gf_qf()
281 ldt(inst.float_detail.fc, &tfc, p); in cvt_gd()
309 alpha_ldt(inst.float_detail.fc, &tfc); in cvt_qt_dg_qg()
330 alpha_ldt(inst.float_detail.fc, &tfc); /* yes, ldt */ in cvt_tq_gq()
517 alpha_lds(inst.float_detail.fc, &sfc); in alpha_fp_interpret()
541 lds(inst.float_detail.fc, &sfc, p); in alpha_fp_interpret()
557 ldt(inst.float_detail.fc, &tfc, p); in alpha_fp_interpret()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dt39.C18 frob<char> fc ("hello");
22 fc.print (); in main()

1234567