Home
last modified time | relevance | path

Searched refs:word_bytes (Results 1 – 25 of 47) sorted by relevance

12

/dports/security/py-angr/angr-9.0.5405/angr/storage/memory_mixins/
H A Dhex_dumper_mixin.py51 word_bytes = ""
65 word_bytes += "%02x" % byte_value
71 word_bytes += symbolic_char*2
73 dump += ' ' + word_bytes
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmemfuncs.c69 size_t tail_bytes, word_bytes; in mono_gc_bzero_aligned() local
74 word_bytes = (size_t)align_down (size); in mono_gc_bzero_aligned()
75 switch (word_bytes) { in mono_gc_bzero_aligned()
89 BZERO_WORDS (d, bytes_to_words (word_bytes)); in mono_gc_bzero_aligned()
94 d += word_bytes; in mono_gc_bzero_aligned()
/dports/www/firefox/firefox-99.0/third_party/rust/mapped_hyph/src/
H A Dlib.rs367 let word_bytes = word.as_bytes(); in find_hyphen_values() localVariable
370 while count < lh_min - 1 && index < word_bytes.len() { in find_hyphen_values()
371 let byte = word_bytes[index]; in find_hyphen_values()
378 } else if byte == 0xEF && word_bytes[index + 1] == 0xAC { in find_hyphen_values()
382 count += lig_length(word_bytes[index + 2]); in find_hyphen_values()
389 while index < word_bytes.len() && is_utf8_trail_byte(word_bytes[index]) { in find_hyphen_values()
402 let byte = word_bytes[index]; in find_hyphen_values()
416 if byte == 0xEF && word_bytes[index + 1] == 0xAC { in find_hyphen_values()
418 count += lig_length(word_bytes[index + 2]); in find_hyphen_values()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/mapped_hyph/src/
H A Dlib.rs367 let word_bytes = word.as_bytes(); in find_hyphen_values() localVariable
370 while count < lh_min - 1 && index < word_bytes.len() { in find_hyphen_values()
371 let byte = word_bytes[index]; in find_hyphen_values()
378 } else if byte == 0xEF && word_bytes[index + 1] == 0xAC { in find_hyphen_values()
382 count += lig_length(word_bytes[index + 2]); in find_hyphen_values()
389 while index < word_bytes.len() && is_utf8_trail_byte(word_bytes[index]) { in find_hyphen_values()
402 let byte = word_bytes[index]; in find_hyphen_values()
416 if byte == 0xEF && word_bytes[index + 1] == 0xAC { in find_hyphen_values()
418 count += lig_length(word_bytes[index + 2]); in find_hyphen_values()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/mapped_hyph/src/
H A Dlib.rs367 let word_bytes = word.as_bytes(); in find_hyphen_values() localVariable
370 while count < lh_min - 1 && index < word_bytes.len() { in find_hyphen_values()
371 let byte = word_bytes[index]; in find_hyphen_values()
378 } else if byte == 0xEF && word_bytes[index + 1] == 0xAC { in find_hyphen_values()
382 count += lig_length(word_bytes[index + 2]); in find_hyphen_values()
389 while index < word_bytes.len() && is_utf8_trail_byte(word_bytes[index]) { in find_hyphen_values()
402 let byte = word_bytes[index]; in find_hyphen_values()
416 if byte == 0xEF && word_bytes[index + 1] == 0xAC { in find_hyphen_values()
418 count += lig_length(word_bytes[index + 2]); in find_hyphen_values()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/mapped_hyph/src/
H A Dlib.rs365 let word_bytes = word.as_bytes(); in find_hyphen_values() localVariable
368 while count < lh_min - 1 && index < word_bytes.len() { in find_hyphen_values()
369 let byte = word_bytes[index]; in find_hyphen_values()
376 } else if byte == 0xEF && word_bytes[index + 1] == 0xAC { in find_hyphen_values()
380 count += lig_length(word_bytes[index + 2]); in find_hyphen_values()
387 while index < word_bytes.len() && is_utf8_trail_byte(word_bytes[index]) { in find_hyphen_values()
400 let byte = word_bytes[index]; in find_hyphen_values()
414 if byte == 0xEF && word_bytes[index + 1] == 0xAC { in find_hyphen_values()
416 count += lig_length(word_bytes[index + 2]); in find_hyphen_values()
/dports/textproc/py-gensim/gensim-4.0.1/gensim/models/
H A D_fasttext_bin.py208 word_bytes = io.BytesIO()
212 word_bytes.write(char_byte)
215 word_bytes = word_bytes.getvalue()
217 word = word_bytes.decode(encoding)
219 word = word_bytes.decode(encoding, errors='backslashreplace')
222 word_bytes, word
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Ddolby_e_parse.c43 s->input += nb_words * s->word_bytes; in skip_input()
118 s->word_bytes = s->word_bits + 7 >> 3; in ff_dolby_e_parse_header()
119 s->input = buf + s->word_bytes; in ff_dolby_e_parse_header()
120 s->input_size = buf_size / s->word_bytes - 1; in ff_dolby_e_parse_header()
H A Ddolby_e.h78 int word_bytes; member
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Ddolby_e_parse.c43 s->input += nb_words * s->word_bytes; in skip_input()
118 s->word_bytes = s->word_bits + 7 >> 3; in ff_dolby_e_parse_header()
119 s->input = buf + s->word_bytes; in ff_dolby_e_parse_header()
120 s->input_size = buf_size / s->word_bytes - 1; in ff_dolby_e_parse_header()
H A Ddolby_e.h78 int word_bytes; member
/dports/textproc/sonic/sonic-1.3.0/src/store/
H A Dfst.rs1062 let word_bytes = word.as_bytes(); in push_word() localVariable
1065 if self.store.pending.pop.read().unwrap().contains(word_bytes) { in push_word()
1066 self.store.pending.pop.write().unwrap().remove(word_bytes); in push_word()
1075 && !self.store.pending.push.read().unwrap().contains(word_bytes) in push_word()
1084 .insert(word_bytes.to_vec()); in push_word()
1102 let word_bytes = word.as_bytes(); in pop_word() localVariable
1105 if self.store.pending.push.read().unwrap().contains(word_bytes) { in pop_word()
1106 self.store.pending.push.write().unwrap().remove(word_bytes); in pop_word()
1110 if self.store.graph.contains(word_bytes) in pop_word()
1111 && !self.store.pending.pop.read().unwrap().contains(word_bytes) in pop_word()
[all …]
/dports/devel/libslang2/slang-2.3.2/slsh/lib/rline/
H A Dcomplete.sl74 variable word_bytes = Word_Bytes;
78 word_bytes = File_Bytes;
85 if (word_bytes[ch])
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/src/gluonnlp/model/train/
H A Dembedding.py311 word_bytes = b''
315 word_bytes += char_byte
318 word = word_bytes.decode(encoding, errors='replace')
/dports/science/py-scipy/scipy-1.7.1/doc/source/tutorial/
H A Dcsgraph.rst73 >>> word_bytes = np.ndarray((word_list.size, word_list.itemsize),
78 >>> word_bytes = word_bytes[:, ::word_list.itemsize//3]
79 >>> word_bytes.shape
91 >>> hamming_dist = pdist(word_bytes, metric='hamming')
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/machinst/
H A Dabi_impl.rs307 fn word_bytes() -> u32 { in word_bytes() method
666 let mask = M::word_bytes() - 1; in new()
1177 let spill_off = islot * M::word_bytes() as i64; in load_spillslot()
1183 let ty = if ty.is_int() && ty.bytes() < M::word_bytes() { in load_spillslot()
1201 let spill_off = islot * M::word_bytes() as i64; in store_spillslot()
1211 let ty = if ty.is_int() && ty.bytes() < M::word_bytes() { in store_spillslot()
1234 let bytes = M::word_bytes(); in spillslots_to_stack_map()
1257 let bytes = M::word_bytes(); in gen_prologue()
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dabi_impl.rs308 fn word_bytes() -> u32 { in word_bytes() method
666 let mask = M::word_bytes() - 1; in new()
1209 let spill_off = islot * M::word_bytes() as i64; in load_spillslot()
1215 let ty = if ty.is_int() && ty.bytes() < M::word_bytes() { in load_spillslot()
1233 let spill_off = islot * M::word_bytes() as i64; in store_spillslot()
1243 let ty = if ty.is_int() && ty.bytes() < M::word_bytes() { in store_spillslot()
1266 let bytes = M::word_bytes(); in spillslots_to_stack_map()
1289 let bytes = M::word_bytes(); in gen_prologue()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dabi_impl.rs308 fn word_bytes() -> u32 { in word_bytes() method
666 let mask = M::word_bytes() - 1; in new()
1209 let spill_off = islot * M::word_bytes() as i64; in load_spillslot()
1215 let ty = if ty.is_int() && ty.bytes() < M::word_bytes() { in load_spillslot()
1233 let spill_off = islot * M::word_bytes() as i64; in store_spillslot()
1243 let ty = if ty.is_int() && ty.bytes() < M::word_bytes() { in store_spillslot()
1266 let bytes = M::word_bytes(); in spillslots_to_stack_map()
1289 let bytes = M::word_bytes(); in gen_prologue()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/machinst/
H A Dabi_impl.rs308 fn word_bytes() -> u32 { in word_bytes() method
666 let mask = M::word_bytes() - 1; in new()
1209 let spill_off = islot * M::word_bytes() as i64; in load_spillslot()
1215 let ty = if ty.is_int() && ty.bytes() < M::word_bytes() { in load_spillslot()
1233 let spill_off = islot * M::word_bytes() as i64; in store_spillslot()
1243 let ty = if ty.is_int() && ty.bytes() < M::word_bytes() { in store_spillslot()
1266 let bytes = M::word_bytes(); in spillslots_to_stack_map()
1289 let bytes = M::word_bytes(); in gen_prologue()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddolby_e.h85 int word_bytes; member
H A Ddolby_e.c38 s->input += nb_words * s->word_bytes; in skip_input()
614 s->word_bytes = s->word_bits + 7 >> 3; in dolby_e_decode_frame()
615 s->input = avpkt->data + s->word_bytes; in dolby_e_decode_frame()
616 s->input_size = avpkt->size / s->word_bytes - 1; in dolby_e_decode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Ddolby_e.h85 int word_bytes; member
H A Ddolby_e.c38 s->input += nb_words * s->word_bytes; in skip_input()
614 s->word_bytes = s->word_bits + 7 >> 3; in dolby_e_decode_frame()
615 s->input = avpkt->data + s->word_bytes; in dolby_e_decode_frame()
616 s->input_size = avpkt->size / s->word_bytes - 1; in dolby_e_decode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Ddolby_e.h85 int word_bytes; member
H A Ddolby_e.c38 s->input += nb_words * s->word_bytes; in skip_input()
614 s->word_bytes = s->word_bits + 7 >> 3; in dolby_e_decode_frame()
615 s->input = avpkt->data + s->word_bytes; in dolby_e_decode_frame()
616 s->input_size = avpkt->size / s->word_bytes - 1; in dolby_e_decode_frame()

12