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

1234567891011>>

/external/libffi/src/m32r/
H A Dsysv.S49 push fp
55 mv fp, sp
75 ld lr, @(8,fp)
83 ld lr, @(28,fp)
87 mv sp, fp
117 pop fp
/external/qemu/slirp/
H A Dip_input.c52 register struct ipq *fp);
53 static void ip_freef(struct ipq *fp);
186 register struct ipq *fp; local
193 fp = container_of(l, struct ipq, ip_link);
194 if (ip->ip_id == fp->ipq_id &&
195 ip->ip_src.s_addr == fp->ipq_src.s_addr &&
196 ip->ip_dst.s_addr == fp->ipq_dst.s_addr &&
197 ip->ip_p == fp->ipq_p)
200 fp = NULL;
223 ip = ip_reass(ip, fp);
268 ip_reass(register struct ip *ip, register struct ipq *fp) argument
424 ip_freef(struct ipq *fp) argument
480 struct ipq *fp = container_of(l, struct ipq, ip_link); local
[all...]
/external/qemu/slirp-android/
H A Dip_input.c52 register struct ipq *fp);
53 static void ip_freef(struct ipq *fp);
186 register struct ipq *fp; local
193 fp = container_of(l, struct ipq, ip_link);
194 if (ip->ip_id == fp->ipq_id &&
195 ip_equal(ip->ip_src, fp->ipq_src) &&
196 ip_equal(ip->ip_dst, fp->ipq_dst) &&
197 ip->ip_p == fp->ipq_p)
200 fp = NULL;
223 ip = ip_reass(ip, fp);
268 ip_reass(register struct ip *ip, register struct ipq *fp) argument
424 ip_freef(struct ipq *fp) argument
480 struct ipq *fp = container_of(l, struct ipq, ip_link); local
[all...]
/external/chromium/base/
H A Dshared_memory_posix.cc110 FILE *fp; local
119 fp = file_util::CreateAndOpenTemporaryShmemFile(&path);
124 if (fp)
131 fp = file_util::OpenFile(path, "w+x");
132 if (fp == NULL && open_existing) {
134 fp = file_util::OpenFile(path, "a+");
138 if (fp && fix_size) {
141 if (fstat(fileno(fp), &stat) != 0)
145 if (HANDLE_EINTR(ftruncate(fileno(fp), size)) != 0)
147 if (fseeko(fp, siz
196 FILE *fp = file_util::OpenFile(path, mode); local
251 PrepareMapFile(FILE *fp) argument
[all...]
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dbasic.cpp26 void test_f2(int *ip, float *fp) { argument
29 f2(ip, fp); // expected-error{{no matching function}}
/external/clang/test/CodeGen/
H A Dexprs.c57 void f0(void (*fp)(void), void (*fp2)(void)) { argument
58 int x = fp - fp2;
73 void (*fp)(void) = f2;
75 ++fp;
76 fp++;
77 --fp;
78 fp--;
79 return (unsigned) fp;
142 // Make sure negate of fp uses -0.0 for proper -0 handling.
/external/clang/test/Index/
H A Dcomplete-memfunc-cvquals.cpp17 void text(Foo f, Foo *fp, const Foo &fc, const Foo *fcp, argument
20 fp->bar();
/external/clang/test/Sema/
H A Dattr-unavailable-message.c13 void (*fp)() = &bar; // expected-error {{'bar' is unavailable}}
26 void (*fp)() = &bar;
H A Dpointer-addition.c5 void (*fp)(int) = 0;
/external/clang/test/SemaCXX/
H A Dattr-noreturn.cpp27 void (*fp)() = f0;
35 void (*fp)() = f0;
H A Dincomplete-call.cpp21 Func fp; local
22 fp(); // expected-error {{calling function with incomplete return type 'A'}}
/external/dropbear/
H A Dcompat.c236 register FILE *fp; local
246 if ((fp = fopen("/etc/shells", "rc")) == NULL)
248 if (fstat(fileno(fp), &statb) == -1) {
249 (void)fclose(fp);
253 (void)fclose(fp);
258 (void)fclose(fp);
266 while (fgets(cp, flen - (cp - strings), fp) != NULL) {
277 (void)fclose(fp);
/external/iproute2/ip/
H A Diprule.c48 FILE *fp = (FILE*)arg; local
76 fprintf(fp, "Deleted ");
79 fprintf(fp, "%u:\t", *(unsigned*)RTA_DATA(tb[FRA_PRIORITY]));
81 fprintf(fp, "0:\t");
84 fprintf(fp, "not ");
88 fprintf(fp, "from %s/%u ", rt_addr_n2a(r->rtm_family,
95 fprintf(fp, "from %s ", format_host(r->rtm_family,
102 fprintf(fp, "from 0/%d ", r->rtm_src_len);
104 fprintf(fp, "from all ");
109 fprintf(fp, "t
[all...]
/external/oprofile/daemon/liblegacy/
H A Dopd_parse_proc.c94 FILE * fp; local
107 fp = op_try_open_file(mapsfile, "r");
108 if (!fp)
120 line = op_get_line(fp);
161 op_close_file(fp);
169 FILE * fp; local
176 fp = op_try_open_file(status_file, "r");
177 if (!fp)
181 line = op_get_line(fp);
187 op_close_file(fp);
[all...]
/external/libppp/src/
H A Dipv6cp.c464 ipv6cp_LayerUp(struct fsm *fp) argument
467 struct ipv6cp *ipv6cp = fsm2ipv6cp(fp);
470 log_Printf(LogIPV6CP, "%s: LayerUp.\n", fp->link->name);
479 radius_Account_Set_Ipv6(&fp->bundle->radacct6, ipv6cp->his_ifid);
480 radius_Account(&fp->bundle->radius, &fp->bundle->radacct6,
481 fp->bundle->links, RAD_START, &ipv6cp->throughput);
488 if (!Enabled(fp->bundle, OPT_IPCP)) {
489 if (fp->bundle->radius.cfg.file && fp
520 ipv6cp_LayerDown(struct fsm *fp) argument
572 ipv6cp_LayerStart(struct fsm *fp) argument
585 ipv6cp_LayerFinish(struct fsm *fp) argument
596 ipv6cp_InitRestartCounter(struct fsm *fp, int what) argument
616 ipv6cp_SendConfigReq(struct fsm *fp) argument
642 ipv6cp_SendTerminateAck(struct fsm *fp, u_char id) argument
682 ipv6cp_DecodeConfig(struct fsm *fp, u_char *cp, u_char *end, int mode_type, struct fsm_decode *dec) argument
[all...]
H A Dauth.c164 FILE *fp; local
169 fp = OpenSecret(SECRETFILE);
170 if (fp != NULL) {
173 while (fgets(buff, sizeof buff, fp)) {
184 CloseSecret(fp);
196 rewind(fp);
200 CloseSecret(fp);
209 FILE *fp; local
230 fp = OpenSecret(SECRETFILE);
231 if (fp !
292 FILE *fp; local
343 FILE *fp; local
[all...]
/external/oprofile/libpopt/
H A Dpopthelp.c213 * @param fp output file handle
218 static void singleOptionHelp(FILE * fp, size_t maxLeftCol, argument
222 /*@modifies *fp, fileSystem @*/
359 fprintf(fp," %-*s ", maxLeftCol+displaypad, left);
361 fprintf(fp," %s\n", left);
387 fprintf(fp, format, help, " ");
395 if (helpLength) fprintf(fp, "%s\n", help);
467 * @param fp output file handle
473 static void itemHelp(FILE * fp, argument
477 /*@modifies *fp, fileSyste
500 singleTableHelp(poptContext con, FILE * fp, const struct poptOption * table, size_t left, const char * translation_domain) argument
541 showHelpIntro(poptContext con, FILE * fp) argument
564 poptPrintHelp(poptContext con, FILE * fp, int flags) argument
585 singleOptionUsage(FILE * fp, size_t cursor, const struct poptOption * opt, const char *translation_domain) argument
661 itemUsage(FILE * fp, size_t cursor, poptItem item, int nitems, const char * translation_domain) argument
705 singleTableUsage(poptContext con, FILE * fp, size_t cursor, const struct poptOption * opt, const char * translation_domain, poptDone done) argument
756 showShortOptions(const struct poptOption * opt, FILE * fp, char * str) argument
785 poptPrintUsage(poptContext con, FILE * fp, int flags) argument
[all...]
/external/qemu/target-i386/
H A Dexec.h149 #define EXPD(fp) (fp.l.upper & 0x7fff)
150 #define SIGND(fp) ((fp.l.upper) & 0x8000)
151 #define MANTD(fp) (fp.l.lower)
152 #define BIASEXPONENT(fp) fp.l.upper = (fp.l.upper & ~(0x7fff)) | EXPBIAS
178 #define EXPD(fp) (((f
[all...]
/external/blktrace/btt/
H A Dlatency.c31 FILE *fp = NULL; local
41 if ((fp = my_fopen(oname, "w")) == NULL)
44 add_file(fp, strdup(oname));
47 return fp;
H A Dunplug_hist.c67 FILE *fp; local
74 if ((fp = my_fopen(oname, "w")) != NULL) {
78 fprintf(fp, "%d %d\n", i, hbp->hist[i]);
79 fclose(fp);
/external/clang/test/Analysis/
H A Dfunc.c13 void g(void (*fp)(void));
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp11 const float * const volatile fp = ap; local
/external/clang/test/CodeGenCXX/
H A Dglobal-llvm-constant.cpp13 int (*fp)(int, int); member in struct:X
/external/e2fsprogs/intl/
H A Dlocalealias.c97 # define FEOF(fp) feof_unlocked (fp)
98 # define FGETS(buf, n, fp) fgets_unlocked (buf, n, fp)
100 # define FEOF(fp) feof (fp)
101 # define FGETS(buf, n, fp) fgets (buf, n, fp)
219 FILE *fp; local
233 fp
[all...]
/external/iproute2/misc/
H A Dssfilter.h19 int ssfilter_parse(struct ssfilter **f, int argc, char **argv, FILE *fp);

Completed in 582 milliseconds

1234567891011>>