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

<<11121314151617181920>>

  /external/icu/icu4c/source/tools/toolutil/
package.cpp 763 length=(int32_t)fwrite(header, 1, headerLength, file);
827 length=(int32_t)fwrite(&outInt32, 1, 4, file);
845 length=(int32_t)fwrite(&entry, 1, 8, file);
859 length=(int32_t)fwrite(outStrings, 1, outStringTop, file);
879 length=(int32_t)fwrite(pItem->data, 1, pItem->length, file);
    [all...]
  /bionic/libc/bionic/
fortify.cpp 117 // overflow: trigger the error path in fwrite
118 return fwrite(buf, size, count, stream);
120 __check_buffer_access("fwrite", "read from", total, buf_size);
121 return fwrite(buf, size, count, stream);
ndk_cruft.cpp 382 return fwrite(&value, sizeof(value), 1, fp) == 1 ? 0 : EOF;
  /build/kati/
regen.cc 98 size_t r = fwrite(&start_time, sizeof(start_time), 1, fp);
380 if (fwrite(&sr->result[0], sr->result.size(), 1, f) != 1) {
381 PERROR("fwrite");
  /development/tools/etc1tool/
etc1tool.cpp 345 if (fwrite(header, sizeof(header), 1, pOut) != 1) {
353 if (fwrite(pEncodedData, encodedSize, 1, pOut) != 1) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 472 if (fwrite (&TEImageHeader, sizeof (EFI_TE_IMAGE_HEADER), 1, OutFptr) != 1) {
492 if (fwrite (Buffer, FileSize - BytesStripped, 1, OutFptr) != 1) {
  /external/vboot_reference/futility/
cmd_vbutil_kernel.c 622 (1 != fwrite(kpart_data + vmlinuz_header_offset,
627 errcount |= (1 != fwrite(kblob_data,
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 456 fwrite(streamdata, 1, stream_len, bitsp); /* NOTE! Writes bytes to file */
586 fwrite(decoded, sizeof(int16_t), declen, outp);
  /external/webrtc/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 429 fwrite(&msInAECBuf, 2, 1, aecm->bufFile);
430 fwrite(&(aecm->knownDelay), sizeof(aecm->knownDelay), 1, aecm->delayFile);
  /hardware/intel/common/libva/test/encode/
h264encode.c     [all...]
  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 298 fwrite(buffer, bytes, 1, mFile);
454 fwrite(buffer, bytes, 1, mFile);
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 630 fwrite(&m_timeStamp, sizeof(unsigned long), 1, fd);
646 fwrite(&m_timeStamp, sizeof(unsigned long), 1, fd);
  /external/ImageMagick/coders/
tiff.c 314 return(fwrite(buffer,1,4,file));
372 length=fwrite("\111\111\052\000\010\000\000\000\016\000",1,10,file);
373 length=fwrite("\376\000\003\000\001\000\000\000\000\000\000\000",1,12,file);
374 length=fwrite("\000\001\004\000\001\000\000\000",1,8,file);
376 length=fwrite("\001\001\004\000\001\000\000\000",1,8,file);
378 length=fwrite("\002\001\003\000\001\000\000\000\001\000\000\000",1,12,file);
379 length=fwrite("\003\001\003\000\001\000\000\000\004\000\000\000",1,12,file);
380 length=fwrite("\006\001\003\000\001\000\000\000\000\000\000\000",1,12,file);
381 length=fwrite("\021\001\003\000\001\000\000\000",1,8,file);
384 length=fwrite("\022\001\003\000\001\000\000\000",1,8,file)
    [all...]
  /bionic/tests/headers/posix/
stdio_h.c 106 FUNCTION(fwrite, size_t (*f)(const void*, size_t, size_t, FILE*));
  /bionic/tools/relocation_packer/src/
elf_file_unittest.cc 55 ASSERT_EQ(bytes, fwrite(buffer, 1, bytes, temporary));
  /bootable/recovery/otafault/
ota_io.cpp 166 size_t status = fwrite(ptr, size, count, stream);
  /build/make/tools/atree/
atree.cpp 61 fwrite(USAGE, strlen(USAGE), 1, stderr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
minigzip.c 179 if ((int)fwrite(buf, 1, (unsigned)len, out) != len) {
180 error("failed fwrite");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
GnuGenBootSector.c 252 if(0x200 != fwrite(FirstSector, 1, 0x200, OutputFile)) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c 161 *size = fwrite(data, 1, originalSize, p->file);
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 230 size_t fwrite (const void *, size_t, size_t, FILE *);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 287 size_t fwrite (const void *buffer, size_t size, size_t count, FILE *stream) function
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
EfiCompressMain.c 340 if (fwrite (DstBuffer, 1, DstSize, OutFileP) != DstSize) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiRom/
EfiRom.c 557 if (fwrite (Buffer, DataSize, 1, OutFptr) != 1) {
795 if (fwrite (&RomHdr, sizeof (RomHdr), 1, OutFptr) != 1) {
816 if (fwrite (&PciDs, sizeof (PciDs), 1, OutFptr) != 1) {
829 if (fwrite (Buffer, FileSize, 1, OutFptr) != 1) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenCRC32Section/
GenCRC32Section.c 302 ContentSize = fwrite (FileBuffer, sizeof (UINT8), BufferSize, OutputFile);

Completed in 813 milliseconds

<<11121314151617181920>>