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

<<11121314151617181920>>

  /external/toybox/lib/
linestack.c 99 if (out) fwrite(end, bytes, 1, out);
112 else if (out) fwrite(end, bytes, 1, out);
  /external/toybox/toys/posix/
cut.c 158 fwrite(line, len, 1, stdout);
164 fwrite(s, count, 1, stdout);
  /external/vboot_reference/futility/
cmd_vbutil_firmware.c 159 i = ((1 != fwrite(key_block, key_block_size, 1, f)) ||
160 (1 != fwrite(preamble, preamble->preamble_size, 1, f)));
  /external/vboot_reference/host/lib/
host_key.c 90 if (1 != fwrite(&key->algorithm, sizeof(key->algorithm), 1, f)) {
97 if (1 != fwrite(outbuf, buflen, 1, f)) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/test/
iLBC_testprogram.c 328 fwrite(&encodeddata[i*Enc_Inst.no_of_words], sizeof(short),
332 fwrite(&decodeddata[i*Enc_Inst.blockl],sizeof(short),Enc_Inst.blockl,ofileid);
  /external/wpa_supplicant_8/src/crypto/
random.c 389 if (fwrite(&opr, 1, 1, f) != 1 ||
390 fwrite(buf, RANDOM_ENTROPY_SIZE, 1, f) != 1)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 217 fwrite(OutputBuf, 1, outData.Length + size1, fdst);
222 fwrite(outData.Buffer, 1, outData.Length, fdst);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/test/
m4v_h263_enc_test.cpp 195 fwrite(outputBuf, 1, headerLength, fpOutput);
237 fwrite(outputBuf, 1, dataLength, fpOutput);
  /system/security/keystore/
keystore_cli.cpp 145 fwrite(&data[0], data.size(), 1, stdout); \
187 fwrite(&data[0], data.size(), 1, stdout); \
  /external/libvpx/libvpx/test/
resize_test.cc 57 (void)fwrite(header, 1, 32, outfile);
63 (void)fwrite(header, 1, 4, outfile);
78 (void)fwrite(header, 1, 12, outfile);
379 (void)fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz, outfile_);
672 (void)fwrite(pkt->data.frame.buf, 1, pkt->data.frame.sz, outfile_);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 626 if (fwrite(&auxUW8, sizeof(uint8_t), 1, transcodingBitstream) !=
632 if (fwrite(&auxUW8, sizeof(uint8_t), 1, transcodingBitstream) !=
637 if (fwrite(streamDataTransCoding, sizeof(uint8_t),
850 if (fwrite(decoded, sizeof(int16_t), declen, outp) !=
857 if (fwrite(decodedTC, sizeof(int16_t), declen, transCodingFile) !=
  /build/make/tools/zipalign/
ZipFile.cpp 770 if (fwrite(tmpBuf, 1, count, dstFp) != count) {
771 ALOGD("fwrite %d bytes failed\n", (int) count);
790 if (fwrite(data, 1, size, dstFp) != size) {
791 ALOGD("fwrite %d bytes failed\n", (int) size);
832 if (fwrite(tmpBuf, 1, count, dstFp) != count) {
833 ALOGD("fwrite %d bytes failed\n", (int) count);
905 if (fwrite(outBuf, 1, outSize, dstFp) != outSize) {
1127 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 661 if (fwrite(tmpBuf, 1, count, dstFp) != count) {
662 ALOGD("fwrite %d bytes failed\n", (int) count);
681 if (fwrite(data, 1, size, dstFp) != size) {
682 ALOGD("fwrite %d bytes failed\n", (int) size);
723 if (fwrite(tmpBuf, 1, count, dstFp) != count) {
724 ALOGD("fwrite %d bytes failed\n", (int) count);
841 if (fwrite(outBuf, 1, zstream.next_out - outBuf, dstFp) !=
1076 if (fwrite(readBuf, 1, getSize, fp) != getSize) {
    [all...]
  /art/tools/dmtracedump/
createtesttrace.cc 354 fwrite(methodStr, strlen(methodStr), 1, keyFp);
385 fwrite(keyThreads, strlen(keyThreads), 1, keyFp);
387 fwrite(keyEnd, strlen(keyEnd), 1, keyFp);
  /device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 57 rc = fwrite(p_addr, 1, len, fp); \
76 rc = fwrite(p_addr1, 1, len1, fp); \
77 rc = fwrite(p_addr2, 1, len2, fp); \
  /external/ImageMagick/coders/
sfw.c 326 extent=fwrite(header,(size_t) (offset-header+1),1,file);
328 extent=fwrite(HuffmanTable,1,sizeof(HuffmanTable)/sizeof(*HuffmanTable),file);
329 extent=fwrite(offset+1,(size_t) (data-offset),1,file);
pwp.c 215 length=fwrite("SFW94A",1,6,file);
  /external/libhevc/test/decoder/
main.c     [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/
mm_lib2d_test.c 57 rc = fwrite(p_addr, 1, len, fp); \
76 rc = fwrite(p_addr1, 1, len1, fp); \
77 rc = fwrite(p_addr2, 1, len2, fp); \
  /build/make/tools/fs_config/
fs_config_generate.c 216 if (submit && (fwrite(buffer, 1, len, fp) != (size_t)len)) {
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 220 ret = fwrite(rsa->num, 1, RSA_BYTES, out) == RSA_BYTES ? 0 : 2;
393 fwrite(buf, 1, bufUsed, out);
394 fwrite(rsaResult, 1, sizeof(uint32_t[RSA_LIMBS]), out);
395 ret = (fwrite(rsa->modulus, 1, RSA_BYTES, out) == RSA_BYTES) ? 0 : 2;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFvImage/
GenFvImageExe.c 280 if (fwrite (FvImage, 1, FvImageSize, FvFile) != FvImageSize) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/
SetStamp.c 248 if (fwrite (buffer, size, 1, fp) != 1) {
  /external/brotli/research/
draw_diff.cc 76 fwrite(row, 1, 3 * width, f);
  /external/bsdiff/
bsdiff_main.cc 107 if (raw_data.size() != fwrite(raw_data.data(), 1, raw_data.size(), fp)) {

Completed in 3230 milliseconds

<<11121314151617181920>>