HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 451 - 475 of 824) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/StdLib/Include/
stdio.h 54 size_t fwrite (const void * __restrict, size_t, size_t,
    [all...]
  /external/aac/libSYS/src/
genericStds.cpp 337 return (UINT)fwrite(ptrf, size, nmemb, (FILE *)fp);
  /external/compiler-rt/lib/profile/
GCDAProfiling.c 483 fwrite(write_buffer, cur_pos, 1, output_file);
InstrProfilingFile.c 94 if (fwrite(IOVecs[I].Data, IOVecs[I].ElmSize, IOVecs[I].NumElm, File) !=
  /external/curl/lib/
memdebug.c 514 fwrite(buf, 1, (size_t)nchars, logfile);
  /external/libevent/sample/
http-server.c 147 (void) fwrite(cbuf, 1, n, stdout);
https-client.c 91 fwrite(buffer, nread, 1, stdout);
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.c 43 if (fwrite (ca_cert_pem, sizeof (char), strlen (ca_cert_pem) + 1, cert_fd)
  /external/libpng/contrib/libtests/
timepng.c 75 if (fwrite(buffer, cb, 1, io->output) != 1)
  /external/libpng/contrib/visupng/
PngFile.c 434 check = fwrite(data, 1, length, (FILE *)(png_ptr->io_ptr));
  /external/libusb/examples/
dpfp.c 235 (void) fwrite(data + 64, 1, 384*289, fd);
dpfp_threaded.c 267 (void) fwrite(data + 64, 1, 384*289, fd);
  /external/libxcam/plugins/smart/sample/
sample_smart_analysis.cpp 114 if (fwrite (memory + buffer->info.offsets [index] + i * buffer->info.strides [index],
  /external/pdfium/testing/image_diff/
image_diff.cpp 293 if (fwrite(ptr, 1, size, f) != size)
  /external/syslinux/gpxe/src/util/
zbin.c 346 if ( fwrite ( output->buf, 1, output->len, stdout ) != output->len ) {
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 116 if (fwrite(plane_buffer, 1, width, file) !=
  /external/webrtc/webrtc/modules/audio_processing/test/
unpack.cc 58 if (fwrite(data, size, 1, file) != 1) {
  /external/webrtc/webrtc/modules/video_coding/
generic_encoder.cc 273 fwrite(encoded_image._buffer, 1, encoded_image._length,
  /external/webrtc/webrtc/tools/agc/
activity_metric.cc 132 fwrite(&ac, sizeof(ac), 1, audio_content_fid_);
  /external/webrtc/webrtc/video/
replay.cc 204 fwrite(encoded_frame.data_, 1, encoded_frame.length_, file_);
  /external/zlib/src/contrib/blast/
blast.c 442 return fwrite(buf, 1, len, (FILE *)how) != len;
  /external/zlib/src/contrib/minizip/
ioapi.c 142 ret = (uLong)fwrite(buf, 1, (size_t)size, (FILE *)stream);
  /external/zlib/src/examples/
zran.c 401 fwrite(buf, 1, len, stdout);
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_tonemapper.cpp 262 result = fwrite(reinterpret_cast<void *>(target_buffer->base), target_buffer->size, 1, fp);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_tonemapper.cpp 262 result = fwrite(reinterpret_cast<void *>(target_buffer->base), target_buffer->size, 1, fp);

Completed in 1361 milliseconds

<<11121314151617181920>>