Home
last modified time | relevance | path

Searched refs:get_word_size (Results 1 – 17 of 17) sorted by relevance

/dports/audio/festival/speech_tools/speech_class/
H A DEST_wave_io.cc299 sprintf(p, "sample_n_bytes -i %d\n", get_word_size(sample_type)); in save_wave_nist()
303 if (get_word_size(sample_type) > 1) in save_wave_nist()
405 if (get_word_size(sample_type) > 1) in save_wave_est()
617 data_short = num_channels * get_word_size(sample_type); in save_wave_riff()
620 data_short = get_word_size(sample_type) * 8; in save_wave_riff()
740 get_word_size(actual_sample_type)); in load_wave_aiff()
741 if ((n=ts.fread(file_data,get_word_size(actual_sample_type), in load_wave_aiff()
802 data_short = 8*get_word_size(sample_type); in save_wave_aiff()
948 sample_width = get_word_size(encoding_type); in load_wave_snd()
1258 sample_width = get_word_size(actual_sample_type); in load_wave_sd()
[all …]
H A DEST_wave_utils.h52 int get_word_size(enum EST_sample_type_t sample_type);
H A DEST_wave_utils.cc344 int get_word_size(enum EST_sample_type_t sample_type) in get_word_size() function
/dports/editors/fileobj/fileobj-0.7.91/src/
H A Dptrace.py40 ret = util.int_to_host(ret, get_word_size())
64 def get_word_size(): function
H A Dvm.py45 self.word = ptrace.get_word_size()
/dports/textproc/aspell-ispell/aspell-0.60.8/modules/speller/default/
H A Dreadonly_ws.cpp132 static inline int get_word_size(const char * d) { in get_word_size() function
160 int word_size = get_word_size(d); in get_affix()
168 int word_size = get_word_size(d); in get_category()
274 o.word_size = get_word_size(w); in convert()
317 int size = get_word_size(w); in low_level_dump()
348 if (get_word_size(w) >= 12) { in check_hash_fun()
659 data.word_size = get_word_size(tmp); in next()
/dports/textproc/aspell/aspell-0.60.8/modules/speller/default/
H A Dreadonly_ws.cpp132 static inline int get_word_size(const char * d) { in get_word_size() function
160 int word_size = get_word_size(d); in get_affix()
168 int word_size = get_word_size(d); in get_category()
274 o.word_size = get_word_size(w); in convert()
317 int size = get_word_size(w); in low_level_dump()
348 if (get_word_size(w) >= 12) { in check_hash_fun()
659 data.word_size = get_word_size(tmp); in next()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/rfnoc/
H A Dreplay_block_control_python.hpp24 .def("get_word_size", &replay_block_control::get_word_size) in export_replay_block_control()
H A Dreplay_block_control.cpp172 uint64_t get_word_size() const in get_word_size() function in replay_block_control_impl
301 stream_cmd.num_samps * get_play_item_size(port) / get_word_size(); in issue_stream_cmd()
/dports/cad/iverilog/verilog-11.0/vvp/
H A Dvpi_darray.cc70 int __vpiDarrayVar::get_word_size() const in get_word_size() function in __vpiDarrayVar
173 int size = get_word_size(); in put_word_value()
H A Darray.cc155 int __vpiArray::get_word_size() const in get_word_size() function in __vpiArray
350 return parent->get_word_size(); in vpi_get()
400 return array->get_word_size(); in vpi_get()
453 unsigned width = array->get_word_size(); in vpi_get_value()
469 unsigned width = array->get_word_size(); in vpi_put_value()
H A Dvpi_priv.h628 virtual int get_word_size() const = 0;
677 int get_word_size() const;
741 int get_word_size() const;
H A Dvthread.cc1102 const unsigned array_wid = cp->array->get_word_size(); in of_ASSIGN_VEC4_A_D()
1145 const unsigned array_wid = cp->array->get_word_size(); in of_ASSIGN_VEC4_A_E()
3972 vvp_vector4_t tmp (cp->array->get_word_size(), BIT4_X); in of_LOAD_VEC4A()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/include/uhd/rfnoc/
H A Dreplay_block_control.hpp155 virtual uint64_t get_word_size() const = 0;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/tests/rfnoc_block_tests/
H A Dreplay_block_test.cpp122 BOOST_CHECK_EQUAL(test_replay->get_word_size(), word_size); in BOOST_FIXTURE_TEST_CASE()
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/mach0/
H A Dmach0.c1475 static size_t get_word_size(struct MACH0_(obj_t) *bin) { in get_word_size() function
1551 size_t wordsize = get_word_size (bin); in reconstruct_chained_fixup()
3023 wordsize = get_word_size (bin); in parse_import_ptr()
3177 size_t wordsize = get_word_size (bin); in MACH0_()
/dports/biology/ncbi-toolkit/ncbi/tools/
H A Dpobutil.c154 static Int4 get_word_size(Int4 length) in get_word_size() function
287 sp.word = get_word_size(length); in filter_repeats()