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

<<21222324252627282930>>

  /external/libppp/src/
ccp.h 121 #define fsm2ccp(fp) (fp->proto == PROTO_CCP ? (struct ccp *)fp : NULL)
  /external/libvpx/libvpx/test/android/
get_files.py 47 fp = open(path, "wb")
50 curl.setopt(pycurl.WRITEDATA, fp)
53 fp.close()
  /external/libxml2/include/libxml/
xmlmemory.h 145 xmlMemDisplay (FILE *fp);
147 xmlMemDisplayLast(FILE *fp, long nbBytes);
149 xmlMemShow (FILE *fp, int nr);
  /external/linux-tools-perf/util/
hist.h 68 long displacement, FILE *fp, u64 total);
79 size_t hists__fprintf_nr_events(struct hists *self, FILE *fp);
82 bool show_displacement, FILE *fp);
  /external/mesa3d/scons/
source_list.py 115 fp = open(filename)
116 lines = fp.read().splitlines()
117 fp.close()
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_blend.c 59 write_tsv_header(FILE *fp)
61 fprintf(fp,
76 fflush(fp);
81 write_tsv_row(FILE *fp,
88 fprintf(fp, "%s\t", success ? "pass" : "fail");
91 fprintf(fp, "%.1f\t", cycles / type.length);
92 fprintf(fp, "aos\t");
96 fprintf(fp, "%.1f\t", cycles / (4 * type.length));
97 fprintf(fp, "soa\t");
100 fprintf(fp, "%s%u%sx%u\t"
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 141 struct st_fragment_program *fp = st->fp; local
142 struct gl_program_parameter_list *params = fp->Base.Base.Parameters;
  /external/openssl/crypto/bio/
bf_null.c 74 static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
156 static long nullf_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp)
164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
  /external/qemu/
qemu-config.c 557 FILE *fp; member in struct:ConfigWriteData
564 fprintf(data->fp, " %s = \"%s\"\n", name, value);
574 fprintf(data->fp, "[%s \"%s\"]\n", data->list->name, id);
576 fprintf(data->fp, "[%s]\n", data->list->name);
579 fprintf(data->fp, "\n");
583 void qemu_config_write(FILE *fp)
585 struct ConfigWriteData data = { .fp = fp };
589 fprintf(fp, "# qemu config file\n\n");
596 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname
    [all...]
  /external/valgrind/main/coregrind/
m_stacktrace.c 57 thread's IP SP, FP if that's meaningful, and LR if that's
91 when FP is not a reasonable stack location. */
102 "fp_max=0x%lx ip=0x%lx fp=0x%lx\n",
122 /* fp is %ebp. sp is %esp. ip is %eip. */
149 /* Try to derive a new (ip,sp,fp) triple from the current
162 /* fp looks sane, so use it. */
247 when FP is not a reasonable stack location. */
258 "fp_max=0x%lx ip=0x%lx fp=0x%lx\n",
278 /* fp is %rbp. sp is %rsp. ip is %rip. */
305 /* Try to derive a new (ip,sp,fp) triple from the current set. *
413 Addr fp = sp; local
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicColorMatrix.java 64 FieldPacker fp = new FieldPacker(16*4); local
65 fp.addMatrix(mMatrix);
66 setVar(0, fp);
  /ndk/tests/build/ssax-instructions/jni/
test.S 40 sadd16 r3, r7, fp
41 ssub16 lr, r7, fp
46 sasx fp, r1, lr
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 770 format into an open output file pointed by FP. NEWLINE specifies
774 print_load_latency_line (FILE *fp, const gcov_pmu_ll_info_t *ll_info,
779 fprintf (fp, " %u %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% %.2f%% "
796 fprintf (fp, "\n");
799 /* Print BRM_INFO into the file pointed by FP. NEWLINE specifies
803 print_branch_mispredict_line (FILE *fp, const gcov_pmu_brm_info_t *brm_info,
808 fprintf (fp, " %u %.2f%% %.2f%% " HOST_WIDEST_INT_PRINT_HEX " %s %d %d",
817 fprintf (fp, "\n");
820 /* Print TOOL_HEADER into the file pointed by FP. NEWLINE specifies
824 print_pmu_tool_header (FILE *fp, gcov_pmu_tool_header_t *tool_header
    [all...]
  /external/srec/srec/crec/
srec_context.c 133 PFile* fp);
134 int FST_LoadParams(srec_context* context, PFile* fp);
160 PFile* fp; local
174 fp = file_must_open(NULL, buffer, L("r"), ESR_TRUE);
175 if (!fp) return FST_FAILED_ON_INVALID_ARGS;
176 rc = FST_LoadWordMap(&context->olabels, num_words_to_add, fp);
177 pfclose(fp);
181 fp = file_must_open(NULL, buffer, L("r"), ESR_TRUE);
182 if (!fp) return FST_FAILED_ON_INVALID_ARGS;
183 rc = FST_LoadGraph(context, context->ilabels, context->olabels, num_words_to_add, fp);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 269 if hasattr(self.fp, 'unread'):
270 unread = self.fp.unread
272 tell = self.fp.tell
280 line = self.fp.readline(_MAXLINE + 1)
320 self.fp.seek(startofline)
339 self.fp = sock.makefile('rb')
346 self.fp = sock.makefile('rb', 0)
365 line = self.fp.readline(_MAXLINE + 1)
390 self.fp = LineAndFileWrapper(line, self.fp)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 269 if hasattr(self.fp, 'unread'):
270 unread = self.fp.unread
272 tell = self.fp.tell
280 line = self.fp.readline(_MAXLINE + 1)
320 self.fp.seek(startofline)
339 self.fp = sock.makefile('rb')
346 self.fp = sock.makefile('rb', 0)
365 line = self.fp.readline(_MAXLINE + 1)
390 self.fp = LineAndFileWrapper(line, self.fp)
    [all...]

Completed in 1329 milliseconds

<<21222324252627282930>>