Home
last modified time | relevance | path

Searched defs:end_word (Results 1 – 25 of 105) sorted by relevance

12345

/dports/net/lambdamoo/MOO-1.8.1/pgperf/
H A Diterator.h39 int end_word; /* A value marking the abstract ``end of word'' ( usually '$'). */ member
/dports/audio/festival/festival/src/modules/Intonation/
H A Dsimple.cc76 EST_Item *s, *p, start_word, end_word; in FT_Int_Targets_Simple_Utt() local
/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/include/libaegisub/
H A Dline_wrap.h136 for (size_t end_word = 0; end_word < num_words; ++end_word) { in get_wrap_points() local
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DiscIO/
H A DLaggedFibonacciGenerator.cpp152 void LaggedFibonacciGenerator::Backward(size_t start_word, size_t end_word) in Backward()
/dports/textproc/regex2dfa/regex2dfa-0.1.6/third_party/openfst/src/extensions/ngram/
H A Dbitmap-index.cc55 const uint32 end_word = (end - 1) >> BitmapIndex::kStorageLogBitSize; in Rank1() local
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/extensions/ngram/
H A Dbitmap-index.cc55 const uint32 end_word = (end - 1) >> BitmapIndex::kStorageLogBitSize; in Rank1() local
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/redjack/marionette/third_party/openfst/src/extensions/ngram/
H A Dbitmap-index.cc55 const uint32 end_word = (end - 1) >> BitmapIndex::kStorageLogBitSize; in Rank1() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsbitmap.c231 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
289 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
340 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsbitmap.c231 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
289 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
340 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsbitmap.c231 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
289 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
340 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsbitmap.c231 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
289 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
340 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsbitmap.c231 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
289 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
340 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsbitmap.c231 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
289 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
340 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsbitmap.c231 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
289 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
340 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsbitmap.c232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_clear_range() local
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; in bitmap_set_range() local
341 unsigned int end_word = end / SBITMAP_ELT_BITS; in bitmap_bit_in_range_p() local
/dports/math/openfst/openfst-1.8.1/src/extensions/ngram/
H A Dbitmap-index.cc39 const uint32 end_word = end / kStorageBitSize; in Rank1() local
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/appop/
H A Dinvite.rs61 let mut end_word = buffer.get_iter_at_offset(buffer.get_property_cursor_position()); in add_to_invite() localVariable

12345