HomeSort by relevance Sort by last modified time
    Searched defs:fp (Results 701 - 725 of 1027) sorted by null

<<21222324252627282930>>

  /external/libpcap/
pcap-sita.c 256 FILE *fp; local
264 if ((fp = fopen("/etc/hosts", "r")) == NULL) { /* try to open the hosts file and if it fails */
268 while (fgets(buf, MAX_LINE_SIZE-1, fp)) { /* while looping over the file */
301 fclose(fp);
    [all...]
  /external/libpng/contrib/libtests/
makepng.c 770 write_png(const char **name, FILE *fp, int color_type, int bit_depth,
808 png_init_io(png_ptr, fp);
998 FILE *fp = tmpfile(); local
1000 if (fp != NULL)
1013 putc(ch, fp);
1028 if (ferror(fp))
1036 rewind(fp);
1051 ch = getc(fp);
1680 FILE *fp = stdout; local
    [all...]
pngunknown.c 652 check(FILE *fp, int argc, const char **argv, png_uint_32p flags/*out*/,
685 png_init_io(d->png_ptr, fp);
1003 perform_one_test(FILE *fp, int argc, const char **argv,
1009 rewind(fp);
1013 def = check(fp, argc, argv, flags[1], d, set_callback);
1068 perform_one_test_safe(FILE *fp, int argc, const char **argv,
1075 perform_one_test(fp, argc, argv, default_flags, d, 0);
1078 perform_one_test(fp, argc, argv, default_flags, d, 1);
1109 FILE *fp; local
    [all...]
tarith.c 72 /* Validate ASCII to fp routines. */
194 * and -O0? Try -O2 - the errors can accumulate if the FP
268 /* Observe that valid FP numbers have the forms listed in the PNG extensions
640 long long int fp, fpround; local
662 fp = a;
663 fp *= times;
664 if ((fp & 0xffffffff) != lo || ((fp >> 32) & 0xffffffff) != hi)
667 a, times, hi, lo, fp);
674 if ((fp < 0) != (div < 0)
    [all...]
  /external/libxml2/
debugXML.c 1892 FILE *fp; local
    [all...]
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 873 CFieldPrinter fp; local
875 fp.Init(kStandardFieldTable, ARRAY_SIZE(kStandardFieldTable));
1074 fp.PrintTitle();
1076 fp.PrintTitleLines();
1081 fp.Arc = &arc;
1082 fp.TechMode = techMode;
1086 fp.Clear();
1087 RINOK(fp.AddMainProps(archive));
1090 RINOK(fp.AddRawProps(arc.GetRawProps));
1103 HRESULT res = arc.GetItemPath2(i, fp.FilePath);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.cpp 576 int index = _mesa_add_state_reference(this->fp->Base.Parameters,
906 (const float *)fp->Base.Parameters->ParameterValues[this->param_index[i]] +
950 if (fp->Base.InputsRead & BITFIELD64_BIT(i)) {
982 if (fp->Base.InputsRead & BITFIELD64_BIT(FRAG_ATTRIB_PNTC))
2139 struct gl_fragment_program *fp = (struct gl_fragment_program *) local
    [all...]
brw_wm.h 192 struct brw_fragment_program *fp; member in struct:brw_wm_compile
211 /* Initial pass - translate fp instructions to fp instructions,
482 struct brw_fragment_program *fp,
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawpixels.c 110 struct st_fragment_program *fp = (struct st_fragment_program *) local
113 if (!fp)
135 get_pixel_transfer_visitor(fp, orig->glsl_to_tgsi,
138 return &fp->Base;
203 struct gl_fragment_program *fp; local
282 fp = (struct gl_fragment_program *) p;
285 st->drawpix.shaders[shaderIndex] = fp;
287 return fp;
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 1312 const struct gl_fragment_program *fp = ctx->FragmentProgram._Current; local
    [all...]
  /external/opencv3/modules/core/src/
rand.cpp 502 Vec2f* fp = 0; local
598 fp = (Vec2f*)(parambuf + cn*2);
601 fp[j][0] = (float)(std::min(maxdiff, p2[j] - p1[j])*scale);
602 fp[j][1] = (float)((p2[j] + p1[j])*0.5);
691 else if( fp )
696 p[j + k] = fp[k];
  /external/pdfium/third_party/lpng_v163/
pngread.c 1373 FILE *fp = fopen(file_name, "rb"); local
    [all...]
  /external/selinux/libsemanage/src/
direct_api.c 875 FILE *fp = NULL; local
886 fp = fopen(fn, "w");
887 if (fp == NULL) {
893 if (fputs(lang_ext, fp) < 0) {
899 if (fclose(fp) != 0) {
905 fp = NULL;
910 if (fp != NULL) fclose(fp);
1804 FILE *fp = NULL; local
1957 FILE *fp = NULL; local
    [all...]
  /external/selinux/libsepol/src/
write.c 49 struct policy_file *fp; member in struct:policy_data
53 static int avrule_write_list(avrule_t * avrules, struct policy_file *fp);
55 static int ebitmap_write(ebitmap_t * e, struct policy_file *fp)
70 items = put_entry(buf, sizeof(uint32_t), 3, fp);
76 items = put_entry(&bit, sizeof(uint32_t), 1, fp);
80 items = put_entry(&map, sizeof(uint64_t), 1, fp);
100 avtab_ptr_t cur, struct policy_file *fp,
154 ERR(fp->handle, "null entry");
158 ERR(fp->handle, "entry has both access "
184 ERR(fp->handle, "missing node")
450 struct policy_file *fp = pd->fp; local
478 struct policy_file *fp = pd->fp; local
642 struct policy_file *fp = pd->fp; local
845 struct policy_file *fp = pd->fp; local
870 struct policy_file *fp = pd->fp; local
953 struct policy_file *fp = pd->fp; local
1046 struct policy_file *fp = pd->fp; local
1108 struct policy_file *fp = pd->fp; local
1186 struct policy_file *fp = pd->fp; local
1877 struct policy_file *fp = pd->fp; local
    [all...]
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 866 SkAutoTUnref<const GrFragmentProcessor> fp; local
    [all...]
  /external/skia/src/effects/gradients/
SkTwoPointConicalGradient_gpu.cpp 214 const GrFragmentProcessor* fp = shader->asFragmentProcessor(d->fContext, local
216 GrAlwaysAssert(fp);
217 return fp;
495 const GrFragmentProcessor* fp = shader->asFragmentProcessor(d->fContext, local
497 GrAlwaysAssert(fp);
498 return fp;
708 const GrFragmentProcessor* fp = shader->asFragmentProcessor(d->fContext, local
710 GrAlwaysAssert(fp);
711 return fp;
956 const GrFragmentProcessor* fp = shader->asFragmentProcessor(d->fContext, local
1189 const GrFragmentProcessor* fp = shader->asFragmentProcessor( local
    [all...]
  /external/tcpdump/
tcpdump.c 2252 FILE *fp; local
2350 FILE *fp; local
    [all...]
  /external/toybox/toys/pending/
netstat.c 243 FILE *fp = fopen(fname, "r"); local
244 if (!fp) {
249 if(!fgets(toybuf, sizeof(toybuf), fp)) return; //skip header.
251 while (fgets(toybuf, sizeof(toybuf), fp)) {
266 fclose(fp);
274 FILE *fp = fopen(fname, "r"); local
275 if (!fp) {
280 if(!fgets(toybuf, sizeof(toybuf), fp)) return; //skip header.
282 while (fgets(toybuf, sizeof(toybuf), fp)) {
299 fclose(fp);
307 FILE *fp = fopen((char *)fname, "r"); local
524 FILE *fp = xfopen("\/proc\/net\/route", "r"); local
    [all...]
  /external/v8/src/
frames.h 117 // Fixed part of the frame consists of return address, caller fp,
145 // FP-relative.
155 // FP-relative.
162 // FP-relative.
185 // FP-relative.
231 State() : sp(NULL), fp(NULL), pc_address(NULL),
234 Address fp; member in struct:v8::internal::BASE_EMBEDDED::State
268 Address fp() const { return state_.fp; } function in class:v8::internal::BASE_EMBEDDED
272 // unaligned frame pointer. When the frame is deoptimized its FP will shif
    [all...]
  /external/v8/src/mips/
simulator-mips.h 141 fp = s8 enumerator in enum:v8::internal::Simulator::Register
425 // Handle arguments and return value for runtime FP functions.
  /external/v8/src/mips64/
simulator-mips64.h 171 fp = s8 enumerator in enum:v8::internal::Simulator::Register
460 // Handle arguments and return value for runtime FP functions.
  /external/valgrind/callgrind/
dump.c 127 static void print_obj(VgFile *fp, const HChar* prefix, obj_node* obj)
132 VG_(fprintf)(fp, "%s(%u)\n", prefix, obj->number);
134 VG_(fprintf)(fp, "%s(%u) %s\n", prefix, obj->number, obj->name);
138 VG_(fprintf)(fp, "%s%s\n", prefix, obj->name);
145 VG_(fprintf)(fp, "mp=%p %p %p\n",
153 static void print_file(VgFile *fp, const char *prefix, const file_node* file)
158 VG_(fprintf)(fp, "%s(%u)\n", prefix, file->number);
160 VG_(fprintf)(fp, "%s(%u) %s\n", prefix, file->number, file->name);
165 VG_(fprintf)(fp, "%s%s\n", prefix, file->name);
171 static void print_fn(VgFile *fp, const HChar* tag, const fn_node* fn
1178 VgFile *fp; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
syswrap-linux.c 10378 struct vki_sock_fprog *fp = (struct vki_sock_fprog *)optval_p; local
    [all...]
  /external/webrtc/webrtc/base/
testutils.h 426 FILE* fp = fopen(filename, "rb"); local
427 if (!fp)
432 while ((read = fread(buffer, 1, sizeof(buffer), fp))) {
435 bool success = (0 != feof(fp));
436 fclose(fp);
  /frameworks/av/media/libmedia/
MediaProfiles.cpp 597 FILE *fp = fopen(defaultXmlFile, "r"); local
598 if (fp == NULL) {
602 fclose(fp); // close the file first.
844 FILE *fp = NULL; local
845 CHECK((fp = fopen(xml, "r")));
875 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp);
890 ::fclose(fp);
    [all...]

Completed in 1293 milliseconds

<<21222324252627282930>>