Home
last modified time | relevance | path

Searched refs:last_byte (Results 1 – 25 of 1311) sorted by relevance

12345678910>>...53

/dports/math/R-cran-haven/haven/src/readstat/sas/
H A Dreadstat_sas_rle.c176 return (last_byte == '@' || last_byte == ' ' || last_byte == '\0'); in sas_rle_is_special_byte()
180 if (sas_rle_is_special_byte(last_byte)) in sas_rle_measure_insert_run()
195 if (last_byte == '@') { in sas_rle_insert_run()
197 } else if (last_byte == ' ') { in sas_rle_insert_run()
199 } else if (last_byte == '\0') { in sas_rle_insert_run()
204 if (last_byte == '@') { in sas_rle_insert_run()
206 } else if (last_byte == ' ') { in sas_rle_insert_run()
217 *out++ = last_byte; in sas_rle_insert_run()
220 *out++ = last_byte; in sas_rle_insert_run()
248 unsigned char last_byte = 0; in sas_rle_compress() local
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/picotls/lib/
H A Dasn1.c139 *last_byte = bytes_max; in ptls_asn1_read_length()
158 *last_byte = bytes_max; in ptls_asn1_read_length()
161 *last_byte = byte_index + *length; in ptls_asn1_read_length()
165 *last_byte = byte_index + *length; in ptls_asn1_read_length()
170 if (*last_byte > bytes_max) { in ptls_asn1_read_length()
216 size_t last_byte = 0; in ptls_asn1_validation_recursive() local
229 if (last_byte <= bytes_max) { in ptls_asn1_validation_recursive()
236 while (byte_index < last_byte) { in ptls_asn1_validation_recursive()
264 if (byte_index < last_byte) { in ptls_asn1_validation_recursive()
276 ptls_asn1_dump_content(bytes, last_byte, byte_index, log_ctx); in ptls_asn1_validation_recursive()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Runtime.InteropServices/
H A DSafeBuffer.cs40 unsafe byte *last_byte; field in System.Runtime.InteropServices.SafeBuffer
56 last_byte = (byte *) (((byte *) handle) + numBytes); in Initialize()
107 if (source >= last_byte || source + Marshal.SizeOf (typeof (T)) > last_byte){
124 if (source >= last_byte || source + size > last_byte)
139 if (target >= last_byte || target + Marshal.SizeOf (typeof (T)) > last_byte)
156 if (target >= last_byte || target + size > last_byte)
/dports/audio/libmp3splt/libmp3splt-0.9.2/plugins/
H A Dflac_utils.c63 unsigned char bits = fr->last_byte << (8 - fr->remaining_bits); in splt_flac_u_read_bits()
91 …return (fr->last_byte & splt_flac_u_bit_access_table[fr->remaining_bits + 1]) >> fr->remaining_bit… in splt_flac_u_read_bit()
163 fr->last_byte = fr->buffer[0]; in splt_flac_u_sync_buffer_to_next_byte()
166 SPLT_FLAC_UPDATE_CRC16(fr->crc16, fr->last_byte); in splt_flac_u_sync_buffer_to_next_byte()
170 fr->last_byte = fr->buffer[fr->next_byte]; in splt_flac_u_sync_buffer_to_next_byte()
173 SPLT_FLAC_UPDATE_CRC16(fr->crc16, fr->last_byte); in splt_flac_u_sync_buffer_to_next_byte()
180 unsigned char current = fr->last_byte << (8 - fr->remaining_bits); in splt_flac_u_read_zeroes_and_the_next_one()
195 if (fr->last_byte > 0) in splt_flac_u_read_zeroes_and_the_next_one()
197 fr->remaining_bits = 8 - (splt_flac_l_byte_to_unary_table[fr->last_byte] + 1); in splt_flac_u_read_zeroes_and_the_next_one()
206 SPLT_FLAC_UPDATE_CRC8(fr->crc8, fr->last_byte); in splt_flac_u_read_byte_skip()
[all …]
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dtaskset.c169 char *last_byte; in taskset_main() local
180 last_byte = bin - 1; in taskset_main()
187 last_byte = hex2bin(bin, aff + 2, INT_MAX); in taskset_main()
188 if (!last_byte) { in taskset_main()
192 last_byte--; /* now points to the last byte */ in taskset_main()
197 while (last_byte >= bin) { in taskset_main()
198 if (bit_in_byte & *last_byte) { in taskset_main()
209 last_byte--; in taskset_main()
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dlocales.c589 char* last_byte = NULL; in str_get_last_byte() local
597 last_byte = s1; in str_get_last_byte()
608 last_byte = s1; in str_get_last_byte()
617 last_byte = s1; in str_get_last_byte()
637 last_byte = first_space; in str_get_last_byte()
644 return last_byte; in str_get_last_byte()
836 char* last_byte = str_get_last_byte(lc_all); in c_get_country_code() local
842 while (*s1 != '_' && *s1 != '.' && *s1 != '@' && s1 != last_byte) in c_get_country_code()
849 while (*s2 != '.' && *s2 != '@' && s2 != last_byte) in c_get_country_code()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/recover_module/
H A Dintegers.cc23 uint8_t last_byte; in ParseVarint() local
25 last_byte = *buffer; in ParseVarint()
27 value = (value << 7) | (last_byte & 0x7f); in ParseVarint()
28 if ((last_byte & 0x80) == 0) in ParseVarint()
31 if (buffer < buffer_end && (last_byte & 0x80) != 0) { in ParseVarint()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/recover_module/
H A Dintegers.cc23 uint8_t last_byte; in ParseVarint() local
25 last_byte = *buffer; in ParseVarint()
27 value = (value << 7) | (last_byte & 0x7f); in ParseVarint()
28 if ((last_byte & 0x80) == 0) in ParseVarint()
31 if (buffer < buffer_end && (last_byte & 0x80) != 0) { in ParseVarint()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_parser_ltsv.c98 int last_byte; in ltsv_parser() local
195 last_byte = (const char *)c - in_buf; in ltsv_parser()
197 return last_byte; in ltsv_parser()
216 int last_byte; in flb_parser_ltsv_do() local
241 last_byte = ltsv_parser(parser, in_buf, in_size, &tmp_pck, in flb_parser_ltsv_do()
244 if (last_byte < 0) { in flb_parser_ltsv_do()
246 return last_byte; in flb_parser_ltsv_do()
269 return last_byte; in flb_parser_ltsv_do()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/machines/
H A Dpentagon1024.c120 machine_current->ram.last_byte = b; in pentagon1024_memoryport_write()
149 screen = ( machine_current->ram.last_byte & 0x08 ) ? 7 : 5; in pentagon1024_memory_map()
156 if( beta_active && !( machine_current->ram.last_byte & 0x10 ) ) { in pentagon1024_memory_map()
159 rom = ( machine_current->ram.last_byte & 0x10 ) >> 4; in pentagon1024_memory_map()
171 page = ( machine_current->ram.last_byte & 0x07 ); in pentagon1024_memory_map()
174 page += ( ( machine_current->ram.last_byte & 0xC0 ) >> 3 ) + in pentagon1024_memory_map()
175 ( machine_current->ram.last_byte & 0x20 ); in pentagon1024_memory_map()
/dports/emulators/fuse/fuse-1.6.0/machines/
H A Dpentagon1024.c120 machine_current->ram.last_byte = b; in pentagon1024_memoryport_write()
149 screen = ( machine_current->ram.last_byte & 0x08 ) ? 7 : 5; in pentagon1024_memory_map()
156 if( beta_active && !( machine_current->ram.last_byte & 0x10 ) ) { in pentagon1024_memory_map()
159 rom = ( machine_current->ram.last_byte & 0x10 ) >> 4; in pentagon1024_memory_map()
171 page = ( machine_current->ram.last_byte & 0x07 ); in pentagon1024_memory_map()
174 page += ( ( machine_current->ram.last_byte & 0xC0 ) >> 3 ) + in pentagon1024_memory_map()
175 ( machine_current->ram.last_byte & 0x20 ); in pentagon1024_memory_map()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/headers-0.3.4/src/common/
H A Dcontent_range.rs128 let (first_byte, last_byte) = split_in_two(range, '-')?; in decode()
130 let last_byte = last_byte.parse().ok()?; in decode() localVariable
131 if last_byte < first_byte { in decode()
134 Some((first_byte, last_byte)) in decode()
152 if let Some((first_byte, last_byte)) = self.0.range { in encode()
153 write!(f, "{}-{}", first_byte, last_byte)?; in encode()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/headers-0.3.2/src/common/
H A Dcontent_range.rs128 let (first_byte, last_byte) = split_in_two(range, '-')?; in decode()
130 let last_byte = last_byte.parse().ok()?; in decode() localVariable
131 if last_byte < first_byte { in decode()
134 Some((first_byte, last_byte)) in decode()
152 if let Some((first_byte, last_byte)) = self.0.range { in encode()
153 write!(f, "{}-{}", first_byte, last_byte)?; in encode()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/headers-0.2.1/src/common/
H A Dcontent_range.rs125 let (first_byte, last_byte) = split_in_two(range, '-')?; in decode()
127 let last_byte = last_byte.parse().ok()?; in decode() localVariable
128 if last_byte < first_byte { in decode()
131 Some((first_byte, last_byte)) in decode()
149 if let Some((first_byte, last_byte)) = self.0.range { in encode()
150 write!(f, "{}-{}", first_byte, last_byte)?; in encode()
/dports/www/firefox/firefox-99.0/third_party/rust/headers/src/common/
H A Dcontent_range.rs128 let (first_byte, last_byte) = split_in_two(range, '-')?; in decode()
130 let last_byte = last_byte.parse().ok()?; in decode() localVariable
131 if last_byte < first_byte { in decode()
134 Some((first_byte, last_byte)) in decode()
152 if let Some((first_byte, last_byte)) = self.0.range { in encode()
153 write!(f, "{}-{}", first_byte, last_byte)?; in encode()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/headers/src/common/
H A Dcontent_range.rs128 let (first_byte, last_byte) = split_in_two(range, '-')?; in decode()
130 let last_byte = last_byte.parse().ok()?; in decode() localVariable
131 if last_byte < first_byte { in decode()
134 Some((first_byte, last_byte)) in decode()
152 if let Some((first_byte, last_byte)) = self.0.range { in encode()
153 write!(f, "{}-{}", first_byte, last_byte)?; in encode()

12345678910>>...53