Searched refs:fp (Results 101 - 125 of 1012) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils/gdb/gdbserver/
H A Di387-fp.c23 #include "i387-fp.h"
75 struct i387_fsave *fp = (struct i387_fsave *) buf; local
81 collect_register (i + st0_regnum, ((char *) &fp->st_space[0]) + i * 10);
83 collect_register_by_name ("fioff", &fp->fioff);
84 collect_register_by_name ("fooff", &fp->fooff);
88 fp->fop = (val2 & 0x7FF) | (fp->fop & 0xF800);
92 *(unsigned short *) &fp->fctrl = val;
96 *(unsigned short *) &fp->fstat = val;
100 *(unsigned short *) &fp
114 struct i387_fsave *fp = (struct i387_fsave *) buf; local
148 struct i387_fxsave *fp = (struct i387_fxsave *) buf; local
197 i387_ftag(struct i387_fxsave *fp, int regno) argument
246 struct i387_fxsave *fp = (struct i387_fxsave *) buf; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess17.C12 static int (A::*fp)(); member in struct:B
16 int (A::* B::fp)() = &A::f; variable
20 static int (A::*fp)(); member in struct:C
24 int (A::* C::fp)() = &A::f; // ERROR - variable
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dcvt9.C17 widget fp = (widget) &window::Isopen; // ERROR - // ERROR - variable
/openbsd-current/lib/libc/stdio/
H A Dgetdelim.c47 int sep, FILE *__restrict fp)
53 FLOCKFILE(fp);
64 _SET_ORIENTATION(fp, -1);
68 if (fp->_r <= 0 && __srefill(fp)) {
69 if (__sferror(fp))
76 p = memchr(fp->_p, sep, fp->_r);
78 len = fp->_r;
80 len = (p - fp
46 getdelim(char **__restrict buf, size_t *__restrict buflen, int sep, FILE *__restrict fp) argument
[all...]
H A Dfdopen.c45 FILE *fp; local
66 if ((fp = __sfp()) == NULL)
68 fp->_flags = flags;
76 fp->_flags |= __SAPP;
84 fp->_file = fd;
85 fp->_cookie = fp;
86 fp->_read = __sread;
87 fp->_write = __swrite;
88 fp
[all...]
H A Dfgetws.c40 fgetws(wchar_t * __restrict ws, int n, FILE * __restrict fp) argument
45 FLOCKFILE(fp);
46 _SET_ORIENTATION(fp, 1);
55 if ((wc = __fgetwc_unlock(fp)) == WEOF &&
56 ferror(fp) && errno == EILSEQ)
72 FUNLOCKFILE(fp);
77 FUNLOCKFILE(fp);
H A Dfindfp.c104 FILE *fp; local
113 for (fp = g->iobs, n = g->niobs; --n >= 0; fp++)
114 if (fp->_flags == 0)
125 fp = g->iobs;
127 fp->_flags = 1; /* reserve this slot; caller sets real flags */
129 fp->_p = NULL; /* no current pointer */
130 fp->_w = 0; /* nothing to read or write */
131 fp->_r = 0;
132 fp
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dgraph.c52 start_fct (FILE *fp) argument
57 fprintf (fp, "\
67 start_bb (FILE *fp, int bb) argument
76 fprintf (fp, "\
89 fputc ('\n', fp);
92 fprintf (fp, " %d", i);
94 fprintf (fp, " [%s]", reg_names[i]);
101 fputs ("\"\n\n", fp);
109 node_data (FILE *fp, rtx tmp_rtx) argument
118 fprintf (fp, "\
170 draw_edge(FILE *fp, int from, int to, int bb_edge, int class) argument
197 end_bb(FILE *fp) argument
210 end_fct(FILE *fp) argument
232 FILE *fp; local
395 FILE *fp; local
419 FILE *fp; local
[all...]
H A Dscan.c58 scan_ident (FILE *fp, sstring *s, int c) argument
66 c = getc (fp);
77 scan_string (FILE *fp, sstring *s, int init) argument
83 c = getc (fp);
88 c = getc (fp);
93 c = getc (fp);
109 skip_spaces (FILE *fp, int c) argument
114 c = getc (fp);
117 c = getc (fp);
120 ungetc (c, fp);
145 read_upto(FILE *fp, sstring *str, int delim) argument
162 get_token(FILE *fp, sstring *s) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/crt/
H A Dcrtend.c17 typedef void (*fp)(void); typedef
18 fp __CTOR_LIST_END__[]
20 fp __DTOR_LIST_END__[]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dscan.c60 scan_ident (fp, s, c)
61 FILE *fp;
71 c = getc (fp);
82 scan_string (fp, s, init)
83 FILE *fp;
91 c = getc (fp);
96 c = getc (fp);
101 c = getc (fp);
117 skip_spaces (fp, c)
118 FILE *fp;
[all...]
H A Dgraph.c49 start_fct (fp)
50 FILE *fp;
56 fprintf (fp, "\
66 start_bb (fp, bb)
67 FILE *fp;
73 fprintf (fp, "\
86 fputc ('\n', fp);
89 fprintf (fp, " %d", i);
91 fprintf (fp, " [%s]",
99 fputs ("\"\n\n", fp);
244 FILE *fp; local
411 FILE *fp; local
445 FILE *fp; local
[all...]
/openbsd-current/sys/arch/sparc64/fpu/
H A Dfpu_explode.c84 fpu_itof(struct fpn *fp, u_int i) argument
95 fp->fp_exp = FP_LG;
96 fp->fp_mant[0] = (fp->fp_sign && (int)i < 0) ? -i : i;
97 fp->fp_mant[1] = 0;
98 fp->fp_mant[2] = 0;
99 fp->fp_mant[3] = 0;
100 fpu_norm(fp);
108 fpu_xtof(struct fpn *fp, u_int64_t i) argument
119 fp
169 fpu_stof(struct fpn *fp, u_int i) argument
187 fpu_dtof(struct fpn *fp, u_int i, u_int j) argument
206 fpu_qtof(struct fpn *fp, u_int i, u_int j, u_int k, u_int l) argument
232 fpu_explode(struct fpemu *fe, struct fpn *fp, int type, int reg) argument
[all...]
/openbsd-current/usr.sbin/config/
H A Dmkioconf.c71 #define NEWLINE if (putc('\n', fp) == EOF) return (1)
76 FILE *fp; local
80 if ((fp = fopen("ioconf.c", "w")) == NULL) {
84 v = emithdr(fp);
85 if (v != 0 || emitexterns(fp) || emitloc(fp) ||
86 emitlocnames(fp) || emitpv(fp) || emitcfdata(fp) ||
87 emitroots(fp) || emitpseud
143 emitexterns(FILE *fp) argument
169 emitloc(FILE *fp) argument
228 emitlocnames(FILE *fp) argument
293 emitpv(FILE *fp) argument
313 emitcfdata(FILE *fp) argument
393 emitroots(FILE *fp) argument
421 emitpseudo(FILE *fp) argument
[all...]
H A Dmkmakefile.c241 emitdefs(FILE *fp) argument
246 if (fputs("IDENT=", fp) == EOF)
252 if (fprintf(fp, "%s-D%s", sp, nv->nv_name) < 0)
255 if (fprintf(fp, "=\"%s\"", nv->nv_str) < 0)
259 if (putc('\n', fp) == EOF)
261 if (fprintf(fp, "PARAM=-DMAXUSERS=%d\n", maxusers) < 0)
263 if (fprintf(fp, "S=\t%s\n", srcdir) < 0)
265 if (fprintf(fp, "_mach=%s\n", machine) < 0)
267 if (fprintf(fp, "_arch=%s\n", machinearch ? machinearch : machine) < 0)
270 if (fprintf(fp, "
276 emitreconfig(FILE *fp) argument
303 emitobjs(FILE *fp) argument
352 emitcfiles(FILE *fp) argument
359 emitsfiles(FILE *fp) argument
366 emitfiles(FILE *fp, int suffix) argument
408 emit_1rule(FILE *fp, struct files *fi, const char *fpath, const char *suffix) argument
421 emitrules(FILE *fp) argument
470 emitload(FILE *fp) argument
[all...]
H A Dmkswap.c91 FILE *fp; local
94 if ((fp = fopen(fname, "w")) == NULL) {
101 #include <sys/systm.h>\n\n", fp) == EOF)
104 if (fprintf(fp, "dev_t\trootdev = %s;\t/* %s */\n",
108 if (fprintf(fp, "dev_t\tdumpdev = %s;\t/* %s */\n",
111 if (fputs("\nstruct\tswdevt swdevt[] = {\n", fp) == EOF)
114 if (fprintf(fp, "\t{ %s,\t0 },\t/* %s */\n",
117 if (fputs("\t{ NODEV, 0 }\n};\n\n", fp) == EOF)
121 if (fprintf(fp, "int (*mountroot)(void) = %s;\n", mountroot) < 0)
124 if (fclose(fp)) {
[all...]
/openbsd-current/regress/usr.bin/mandoc/db/mlinks/
H A Dmlinks.c34 const char *fp; /* Primary filename of the page. */ local
59 fp = dbm_get(pp[4]);
60 if (fp == NULL)
64 fp++;
67 ep = strrchr(fp, '/');
69 fp = ep + 1;
71 ep = strrchr(fp, '.');
73 errx(1, "no filename extension: %s", fp);
74 flen = ep - fp;
83 if (nlen == flen && strncmp(fp, n
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DFPEnv.h31 namespace fp { namespace in namespace:llvm
57 std::optional<fp::ExceptionBehavior> convertStrToExceptionBehavior(StringRef);
61 std::optional<StringRef> convertExceptionBehaviorToStr(fp::ExceptionBehavior);
65 inline bool isDefaultFPEnvironment(fp::ExceptionBehavior EB, RoundingMode RM) {
66 return EB == fp::ebIgnore && RM == RoundingMode::NearestTiesToEven;
83 inline bool canIgnoreSNaN(fp::ExceptionBehavior EB, FastMathFlags FMF) {
84 return (EB == fp::ebIgnore || FMF.noNaNs());
/openbsd-current/usr.sbin/amd/amd/
H A Dnfs_ops.c112 fh_cache *fp, *fp2 = 0; local
116 ITER(fp, fh_cache, &fh_head) {
117 if (fp->fh_id == id) {
118 fp2 = fp;
125 dlog("fh cache gives fp %#x, fs %s", fp2, fp2->fh_path);
146 fh_cache *fp = find_nfs_fhandle_cache(idv, done); local
147 if (fp) {
148 fp->fh_handle.fhs_vers = MOUNTVERS;
149 fp->fh_error = pickup_rpc_reply(pkt, len, &fp
171 fh_cache *fp; local
183 fh_cache *fp = arg; local
200 fh_cache *fp, *fp_save = 0; local
335 call_mountd(fh_cache *fp, u_long proc, fwd_fun f, void *wchan) argument
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Ddevsw.c112 static void dumpPacket(FILE *fp, char *label, struct data_packet *p) argument
118 if (!fp)
121 fprintf(fp,"%s [T=%d L=%d] ",label,p->type,p->len);
123 fprintf(fp,"%02x ",p->data[i]);
124 fprintf(fp,"\n");
130 fprintf(fp,"R=%08x ",r);
131 fprintf(fp,"%s ", r&0x80000000 ? "H<-T" : "H->T");
135 case CI_PRIVATE: fprintf(fp,"CI_PRIVATE: "); break;
136 case CI_HADP: fprintf(fp,"CI_HADP: "); break;
137 case CI_TADP: fprintf(fp,"CI_TAD
[all...]
/openbsd-current/regress/lib/libc/open_memstream/
H A Dopen_memstreamtest.c33 FILE *fp; local
39 if ((fp = open_memstream(&buf, &size)) == NULL) {
44 off = ftello(fp);
50 if (fflush(fp) != 0) {
65 if (fseek(fp, OFFSET, SEEK_SET) != 0) {
70 if (fprintf(fp, hello) == EOF) {
75 if (fflush(fp) == EOF) {
86 if (fseek(fp, 0, SEEK_SET) != 0) {
91 if (fprintf(fp, start) == EOF) {
96 if (fflush(fp)
[all...]
/openbsd-current/gnu/gcc/gcc/config/s390/
H A Dfixdfdi.h25 #define EXPD(fp) (((fp.l.i[0]) >> 16) & 0x7FFF)
30 #define SIGND(fp) ((fp.l.i[0]) & SIGNBIT)
31 #define MANTD_HIGH_LL(fp) ((fp.ll[0] & HIGH_LL_FRAC_MASK) | HIGH_LL_UNIT_BIT)
32 #define MANTD_LOW_LL(fp) (fp.ll[1])
33 #define FRACD_ZERO_P(fp) (!fp
[all...]
/openbsd-current/sys/lib/libsa/
H A Dufs.c114 struct file *fp = (struct file *)f->f_fsdata; local
115 struct fs *fs = fp->f_fs;
139 fp->f_di = dp[ino_to_fsbo(fs, inumber)];
149 fp->f_blkno[level] = -1;
150 fp->f_buf_blkno = -1;
151 fp->f_seekp = 0;
164 struct file *fp = (struct file *)f->f_fsdata; local
165 struct fs *fs = fp->f_fs;
209 struct file *fp = (struct file *)f->f_fsdata; local
211 struct fs *fs = fp
306 struct file *fp = (struct file *)f->f_fsdata; local
364 struct file *fp = (struct file *)f->f_fsdata; local
412 struct file *fp; local
585 struct file *fp = (struct file *)f->f_fsdata; local
595 ufs_close_internal(struct file *fp) argument
617 struct file *fp = (struct file *)f->f_fsdata; local
658 struct file *fp = (struct file *)f->f_fsdata; local
679 struct file *fp = (struct file *)f->f_fsdata; local
692 struct file *fp = (struct file *)f->f_fsdata; local
701 struct file *fp = (struct file *)f->f_fsdata; local
[all...]
H A Dufs2.c113 struct file *fp = (struct file *)f->f_fsdata; local
114 struct fs *fs = fp->f_fs;
137 fp->f_di = dp[ino_to_fsbo(fs, inumber)];
147 fp->f_blkno[level] = -1;
148 fp->f_buf_blkno = -1;
149 fp->f_seekp = 0;
162 struct file *fp = (struct file *)f->f_fsdata; local
163 struct fs *fs = fp->f_fs;
205 struct file *fp = (struct file *)f->f_fsdata; local
207 struct fs *fs = fp
302 struct file *fp = (struct file *)f->f_fsdata; local
360 struct file *fp = (struct file *)f->f_fsdata; local
408 struct file *fp; local
581 struct file *fp = (struct file *)f->f_fsdata; local
591 ufs2_close_internal(struct file *fp) argument
613 struct file *fp = (struct file *)f->f_fsdata; local
654 struct file *fp = (struct file *)f->f_fsdata; local
675 struct file *fp = (struct file *)f->f_fsdata; local
688 struct file *fp = (struct file *)f->f_fsdata; local
697 struct file *fp = (struct file *)f->f_fsdata; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
H A Dbound1.C13 void foo (A* ap, pmf fp, int A::* ip) argument
19 p = (fptr)(ap->*fp);
20 p = (fptr)(ap->*fp);
22 p = (fptr)(a.*fp);
25 q = (vptr)(ap->*fp);
27 q = (vptr)(a.*fp);

Completed in 313 milliseconds

1234567891011>>