Home
last modified time | relevance | path

Searched refs:Write4Bytes (Results 1 – 25 of 29) sorted by relevance

12

/dports/japanese/kterm/pcemu1.01alpha/
H A Dmfs.h63 #define Write4Bytes(d,x) (*(BYTE *)(d) = (x) & 0xff, \ macro
319 #define sdb_file_size(sdb,x) (Write4Bytes(&sdb[sdb_file_size_off],x))
333 #define sft_dev_drive_ptr(sft,x) (Write4Bytes(&sft[sft_dev_drive_ptr_off], x))
339 #define sft_size_w(sft, x) (Write4Bytes(&sft[sft_size_off], x))
342 #define sft_position_w(sft,x) (Write4Bytes(&sft[sft_position_off],x))
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Despeak.cpp201 static void Write4Bytes(FILE *f, int value) in Write4Bytes() function
245 Write4Bytes(f_wavfile,rate); in OpenWavFile()
246 Write4Bytes(f_wavfile,rate * 2); in OpenWavFile()
265 Write4Bytes(f_wavfile,pos - 8); in CloseWavFile()
268 Write4Bytes(f_wavfile,pos - 44); in CloseWavFile()
H A Dspeak.cpp56 extern void Write4Bytes(FILE *f, int value);
268 Write4Bytes(f_wave,rate); in OpenWaveFile()
269 Write4Bytes(f_wave,rate * 2); in OpenWaveFile()
291 Write4Bytes(f_wave,pos - 8); in CloseWaveFile()
294 Write4Bytes(f_wave,pos - 44); in CloseWaveFile()
H A Dcompiledict.cpp34 extern void Write4Bytes(FILE *f, int value);
1842 Write4Bytes(f_out,replace1); // write as little-endian in compile_dictrules()
1843 Write4Bytes(f_out,replace2); // if big-endian, reverse the bytes in LoadDictionary() in compile_dictrules()
1956 Write4Bytes(f_out,value); in CompileDictionary()
1957 Write4Bytes(f_out,offset_rules); in CompileDictionary()
1984 Write4Bytes(f_out,offset_rules); in CompileDictionary()
H A Dsynthesize.h533 void Write4Bytes(FILE *f, int value);
H A Dwavegen.cpp1851 void Write4Bytes(FILE *f, int value) in Write4Bytes() function
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dcompilembrola.cpp129 Write4Bytes(f_out, mbrola_ctrl); in espeak_ng_CompileMbrolaVoice()
133 Write4Bytes(f_out, *pw); in espeak_ng_CompileMbrolaVoice()
H A Dcompiledict.cpp40 extern void Write4Bytes(FILE *f, int value);
1464 Write4Bytes(f_out, replace1); // write as little-endian in compile_dictrules()
1465 Write4Bytes(f_out, replace2); // if big-endian, reverse the bytes in LoadDictionary() in compile_dictrules()
1562 Write4Bytes(f_out, value); in espeak_ng_CompileDictionary()
1563 Write4Bytes(f_out, offset_rules); in espeak_ng_CompileDictionary()
1588 Write4Bytes(f_out, offset_rules); in espeak_ng_CompileDictionary()
H A Dsynthesize.h510 void Write4Bytes(FILE *f, int value);
H A Dcompiledata.cpp1297 Write4Bytes(f_phdata, length);
2623 Write4Bytes(f_phdata, version_phdata);
2624 Write4Bytes(f_phdata, samplerate_native);
2625 Write4Bytes(f_phindex, version_phdata);
H A Dwavegen.cpp1238 void Write4Bytes(FILE *f, int value) in Write4Bytes() function
/dports/audio/espeak/espeak-1.48.04-source/platforms/riscos/c/
H A Dspeak_riscos61 extern void Write4Bytes(FILE *f, int value);
331 Write4Bytes(f_wave,rate);
332 Write4Bytes(f_wave,rate * 2);
354 Write4Bytes(f_wave,pos - 8);
357 Write4Bytes(f_wave,pos - 44);
/dports/net/opal/opal-3.10.10/src/iax2/
H A Dframe.cxx203 void IAX2Frame::Write4Bytes(unsigned int newVal) in Write4Bytes() function in IAX2Frame
791 Write4Bytes(timeStamp); in WriteHeader()
910 Write4Bytes(timeStamp); in ModifyFrameTimeStamp()
/dports/net/opal/opal-3.10.10/include/iax2/
H A Dframe.h261 void Write4Bytes(unsigned int newVal);
/dports/net/opal/opal-3.10.10/src/win32/
H A Dopaln_2005.dtf39507 ?Write4Bytes@IAX2Frame@@IAEXI@Z @34775 NONAME
H A Dopaln_2005_wm6.dtf39558 ?Write4Bytes@IAX2Frame@@IAAXI@Z @34562 NONAME
H A Dopaln_2005_wm.dtf39558 ?Write4Bytes@IAX2Frame@@IAAXI@Z @34562 NONAME
H A Dopaln_2008.dtf39911 ?Write4Bytes@IAX2Frame@@IAEXI@Z @34775 NONAME
H A Dopal_2005.dtf45531 ?Write4Bytes@IAX2Frame@@IAEXI@Z @40738 NONAME
H A Dopal_2005_wm6.dtf45580 ?Write4Bytes@IAX2Frame@@IAAXI@Z @41416 NONAME
H A Dopal_2008.dtf45940 ?Write4Bytes@IAX2Frame@@IAEXI@Z @40738 NONAME
H A Dopal_2005_wm.dtf45580 ?Write4Bytes@IAX2Frame@@IAAXI@Z @41416 NONAME
H A Dopaln_2010.dtf45985 ?Write4Bytes@IAX2Frame@@IAEXI@Z @34775 NONAME
H A Dopal_2010.dtf46105 ?Write4Bytes@IAX2Frame@@IAEXI@Z @40738 NONAME
H A Dopald_2005_wm.dtf46660 ?Write4Bytes@IAX2Frame@@IAAXI@Z @41777 NONAME

12