HomeSort by relevance Sort by last modified time
    Searched full:fread (Results 126 - 150 of 558) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/elfutils/src/
ChangeLog 172 * ldlex.c: Define fread and fwrite to _unlocked variant.
  /external/icu4c/samples/ucnv/
convsamp.cpp 328 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) )
444 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) )
913 ((count=fread(inBuf, 1, BUFFERSIZE , f)) > 0) )
1018 ((count=fread(inBuf, sizeof(UChar), BUFFERSIZE , f)) > 0) )
  /external/icu4c/test/iotest/
trnstst.c 193 len=fread(ubuf, sizeof(UChar), u_strlen(compare), infile);
  /external/libpng/contrib/gregbook/
readppm.c 166 fread(image_data, 1L, rowbytes*height, saved_infile);
  /external/quake/quake/src/QW/client/
gl_vidandroid.c 101 fread(d_15to8table, 1<<15, 1, f);
  /external/quake/quake/src/WinQuake/
sys_wind.cpp 116 return fread (dest, 1, count, sys_handles[handle]);
  /external/srec/portable/src/
PFileWrap.c 47 items_read = fread ( buffer, size, *count, (FILE *)self );
  /external/v8/src/
utils.cc 151 int read = static_cast<int>(fread(&result[i], 1, *size - i, file));
  /external/webkit/WebCore/bridge/
testbindings.mm 219 int num = fread(code, 1, BufferSize, f);
  /external/webkit/WebKitTools/DumpRenderTree/cg/
ImageDiffCG.cpp 75 size_t bytesRead = fread(buffer, 1, bytesToRead, stdin);
  /sdk/emulator/qtools/
dmtrace.cpp 73 fread(data, size, 1, fData);
trace_reader.cpp 692 int rval = fread(header, sizeof(TraceHeader), 1, fstream);
1074 int rval = fread(rec, sizeof(StaticRec), 1, static_fstream_);
1096 int rval = fread(insns, sizeof(uint32_t), num, static_fstream_);
1128 int rval = fread(&static_rec, sizeof(StaticRec), 1, static_fstream_);
    [all...]
  /system/core/libcutils/
dir_hash.c 79 while ((len = fread(buf, 1, sizeof(buf), f)) > 0) {
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 342 fread( data, 1, fsize, f );
  /external/openssl/crypto/des/
des.c 473 num=l=fread(&(buf[rem]),1,BUFSIZE,DES_IN);
574 l=fread(buf,1,BUFSIZE,DES_IN);
616 ll=fread(&(buf[rem]),1,BUFSIZE,DES_IN);
  /prebuilt/sdk/tools/linux/
zipalign 
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Atari/
Atari.patches 60 to fread, so that all I/O calls occur on the same level.
130 I have been aware of the double buffering when changing read to fread and I
134 fread ....
216 X! if ( (result = fread( buf,1, max_size, yyin )) < 0 ) \
808 X to fread, so that all I/O calls occur on the same level.
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c     [all...]
  /bootable/recovery/applypatch/
imgdiff.c 188 if (fread(img, 1, st.st_size, f) != st.st_size) {
378 if (fread(img, 1, st.st_size, f) != st.st_size) {
641 if (fread(data, 1, st.st_size, f) != st.st_size) {
  /external/jhead/
jpgfile.c 184 got = fread(Data+2, 1, itemlen-2, infile); // Read the whole section.
213 got = fread(Data, 1, size, infile);
458 fread(ThumbnailPointer, ThumbLen, 1, ThumbnailFile);
  /external/zlib/examples/
zlib_how.html 34 <tt>stdio.h</tt> we use <tt>fopen()</tt>, <tt>fread()</tt>, <tt>fwrite()</tt>,
157 strm.avail_in = fread(in, 1, CHUNK, source);
361 strm.avail_in = fread(in, 1, CHUNK, source);
  /build/tools/atree/
files.cpp 204 if (1 != fread(buf, size, 1, f)) {
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 71 size_t amount = fread(buffer->bufferData, 1, buffer->size, play->file);
  /device/htc/common/updater/
bootloader.c 290 size_t read = fread(log+sizeof(size_t)+LOG_MAGIC_SIZE,

Completed in 629 milliseconds

1 2 3 4 56 7 8 91011>>