HomeSort by relevance Sort by last modified time
    Searched refs:fp (Results 776 - 800 of 2100) sorted by null

<<31323334353637383940>>

  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
p11.cpp 30 float *fp = f3<int>( 42, (A<int,int>*)0 ); // Ok, picks #2. local
  /external/clang/test/CodeGenCXX/
lambda-expressions.cpp 71 int (*fp)(int, int) = [](int x, int y){ return x + y; };
  /external/clang/test/PCH/
variables.c 34 float *fp = &ip; // expected-warning{{incompatible pointer types}} variable
  /external/clang/test/Sema/
static-array.c 26 typedef void(*fp)(int[static 42]); // no-warning typedef
  /external/e2fsprogs/e2fsck/
pass3.c 606 struct fix_dotdot_struct *fp = (struct fix_dotdot_struct *) priv_data; local
617 retval = e2fsck_adjust_inode_count(fp->ctx, dirent->inode, -1);
620 fix_problem(fp->ctx, PR_3_ADJUST_INODE, &pctx);
622 retval = e2fsck_adjust_inode_count(fp->ctx, fp->parent, 1);
625 fix_problem(fp->ctx, PR_3_ADJUST_INODE, &pctx);
627 dirent->inode = fp->parent;
628 if (fp->ctx->fs->super->s_feature_incompat &
635 fp->done++;
643 struct fix_dotdot_struct fp; local
    [all...]
  /external/iproute2/tc/
tc_common.h 14 extern void print_size_table(FILE *fp, const char *prefix, struct rtattr *rta);
  /external/libpcap/
pcap-septel.c 58 static int septel_setfilter(pcap_t *p, struct bpf_program *fp);
280 static int septel_setfilter(pcap_t *p, struct bpf_program *fp) {
283 if (!fp) {
291 if (install_bpf_program(p, fp) < 0) {
  /external/libsepol/include/sepol/
sepol.h 26 extern int sepol_set_policydb_from_file(FILE * fp);
  /external/libvpx/libvpx/
args.h 44 void arg_show_usage(FILE *fp, const struct arg_def *const *defs);
  /external/linux-tools-perf/util/
strlist.c 76 FILE *fp = fopen(filename, "r"); local
78 if (fp == NULL)
81 while (fgets(entry, sizeof(entry), fp) != NULL) {
95 fclose(fp);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 48 } fp; member in struct:nvc0_program
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c 39 const struct brw_fragment_program *fp = local
61 if (fp->program.Base.InputsRead & FRAG_BIT_WPOS)
63 if (fp->program.Base.OutputsWritten & BITFIELD64_BIT(FRAG_RESULT_DEPTH)) {
72 if (fp->program.UsesKill || ctx->Color.AlphaEnabled ||
  /external/openssl/crypto/des/
des.c 95 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp);
96 void uufwriteEnd(FILE *fp);
97 int uufread(unsigned char *out,int size,unsigned int num,FILE *fp);
685 int uufwrite(unsigned char *data, int size, unsigned int num, FILE *fp)
692 fprintf(fp,"begin 600 %s\n",
710 fwrite(b,1,(unsigned int)j,fp);
720 fwrite(b,1,(unsigned int)j,fp);
727 fwrite(b,1,(unsigned int)j,fp);
738 void uufwriteEnd(FILE *fp)
749 fwrite(b,1,(unsigned int)j,fp);
    [all...]
  /external/openssl/include/openssl/
ts.h 291 TS_REQ *d2i_TS_REQ_fp(FILE *fp, TS_REQ **a);
292 int i2d_TS_REQ_fp(FILE *fp, TS_REQ *a);
293 TS_REQ *d2i_TS_REQ_bio(BIO *fp, TS_REQ **a);
294 int i2d_TS_REQ_bio(BIO *fp, TS_REQ *a);
304 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT **a);
305 int i2d_TS_MSG_IMPRINT_fp(FILE *fp, TS_MSG_IMPRINT *a);
306 TS_MSG_IMPRINT *d2i_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT **a);
307 int i2d_TS_MSG_IMPRINT_bio(BIO *fp, TS_MSG_IMPRINT *a);
316 TS_RESP *d2i_TS_RESP_fp(FILE *fp, TS_RESP **a);
317 int i2d_TS_RESP_fp(FILE *fp, TS_RESP *a)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 325 if ( fseek(context->hidden.stdio.fp, offset, whence) == 0 ) {
326 return(ftell(context->hidden.stdio.fp));
336 nread = fread(ptr, size, maxnum, context->hidden.stdio.fp);
337 if ( nread == 0 && ferror(context->hidden.stdio.fp) ) {
346 nwrote = fwrite(ptr, size, num, context->hidden.stdio.fp);
347 if ( nwrote == 0 && ferror(context->hidden.stdio.fp) ) {
357 fclose(context->hidden.stdio.fp);
487 FILE *fp = NULL; local
488 (void) fp;
513 fp = fopen(mpath, mode)
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 42 public void subData(int xoff, FieldPacker fp) {
43 super.setFromFieldPacker(xoff, fp);
48 public void subElementData(int xoff, int component_number, FieldPacker fp) {
49 super.setFromFieldPacker(xoff, component_number, fp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
output.h 65 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
output.h 65 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
output.h 65 int snd_output_stdio_attach(snd_output_t **outputp, FILE *fp, int _close);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
netrc.py 31 with open(file) as fp:
32 self._parse(file, fp)
34 def _parse(self, file, fp):
35 lexer = shlex.shlex(fp)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linuxaudiodev.py 34 fp = open(path, 'r')
35 size, enc, rate, nchannels, extra = sunaudio.gethdr(fp)
36 data = fp.read()
37 fp.close()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
netrc.py 31 with open(file) as fp:
32 self._parse(file, fp)
34 def _parse(self, file, fp):
35 lexer = shlex.shlex(fp)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linuxaudiodev.py 34 fp = open(path, 'r')
35 size, enc, rate, nchannels, extra = sunaudio.gethdr(fp)
36 data = fp.read()
37 fp.close()
  /dalvik/vm/interp/
Stack.cpp 185 void* fp = FP_FROM_SAVEAREA(self->interpSave.curFrame); local
186 breakSaveBlock->prevSave = (StackSaveArea*)fp;
458 //ALOGD(" FP is %p, INs live at >= %p", self->interpSave.curFrame, ins);
690 //ALOGD(" FP is %p, INs live at >= %p", self->interpSave.curFrame, ins);
840 int dvmComputeExactFrameDepth(const void* fp)
844 for ( ; fp != NULL; fp = SAVEAREA_FROM_FP(fp)->prevFrame) {
845 if (!dvmIsBreakFrame((u4*)fp))
861 int dvmComputeVagueFrameDepth(Thread* thread, const void* fp)
    [all...]
  /external/iproute2/ip/
xfrm_policy.c 472 FILE *fp = (FILE*)arg; local
526 fprintf(fp, "Deleted ");
528 fprintf(fp, "Updated ");
530 fprintf(fp, "Expired ");
545 xfrm_policy_info_print(xpinfo, tb, fp, NULL, NULL);
548 fprintf(fp, "\t");
549 fprintf(fp, "hard %u", xpexp->hard);
550 fprintf(fp, "%s", _SL_);
554 fprintf(fp, "\n");
555 fflush(fp);
904 FILE *fp = (FILE*)arg; local
    [all...]

Completed in 654 milliseconds

<<31323334353637383940>>