Searched refs:byte_count (Results 1 - 12 of 12) sorted by relevance

/haiku-fatelf/src/add-ons/translators/gif/
H A DGIFSave.cpp267 byte_buffer[byte_count + 1] = (unsigned char)(bit_buffer & 0xff);
268 byte_count++;
272 if (byte_count >= 255) {
275 if (byte_count == 256) {
277 byte_count = 1;
278 } else byte_count = 0;
284 byte_buffer[byte_count + 1] = (unsigned char)(bit_buffer & 0xff);
285 byte_count++;
289 if (byte_count > 0) {
290 byte_buffer[0] = (unsigned char)byte_count;
[all...]
H A DGIFSave.h67 int byte_count; member in class:GIFSave
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-util.c194 unsigned short byte_count = 0; local
212 byte_count += 1;
217 byte_count += 2;
222 byte_count += 4;
226 byte_count += out_raw->bytes;
230 byte_count += strlen(out_str);
245 stp_putc(byte_count, v);
248 stp_put16_le(byte_count, v);
251 stp_put16_be(byte_count, v);
254 stp_put32_le(byte_count,
[all...]
H A Dprint-vars.c505 int byte_count = 0; local
507 byte_count = strlen(value);
510 stp_set_string_parameter_n(v, parameter, value, byte_count);
530 int byte_count = 0; local
532 byte_count = strlen(value);
533 stp_set_default_string_parameter_n(v, parameter, value, byte_count);
603 size_t byte_count = 0; local
605 byte_count = strlen(value);
608 set_raw_parameter(list, parameter, value, byte_count,
615 const char *value, size_t byte_count)
614 stp_set_file_parameter_n(stp_vars_t *v, const char *parameter, const char *value, size_t byte_count) argument
630 size_t byte_count = 0; local
641 stp_set_default_file_parameter_n(stp_vars_t *v, const char *parameter, const char *value, size_t byte_count) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/config/pa/
H A Dnm-hppah.h111 #define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(byte_count) \
/haiku-fatelf/src/bin/network/ftpd/
H A Dftpd.c158 off_t byte_count; variable
1716 byte_count = -1;
1764 if (cmd == 0 && guest && stats && byte_count > 0)
1765 logxfer(name, byte_count, start);
1771 LOGBYTES("get", name, byte_count);
1817 byte_count = -1;
1861 LOGBYTES(*mode == 'a' ? "append" : "put", name, byte_count);
1939 byte_count = 0;
2107 byte_count++;
2110 byte_count
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dtarget.h1051 #define TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT(byte_count) \
1052 (*current_target.to_region_size_ok_for_hw_watchpoint) (byte_count)
H A Dtarget.c1521 default_region_size_ok_for_hw_watchpoint (int byte_count) argument
1523 return (byte_count <= TYPE_LENGTH (builtin_type_void_data_ptr));
2066 debug_to_region_size_ok_for_hw_watchpoint (int byte_count)
2070 retval = debug_target.to_region_size_ok_for_hw_watchpoint (byte_count);
2074 (unsigned long) byte_count,
2061 debug_to_region_size_ok_for_hw_watchpoint(int byte_count) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro100/dev/fxp/
H A Dif_fxpreg.h152 u_int __FXP_BITFIELD2(byte_count:6, :2);
285 uint16_t byte_count; member in struct:fxp_cb_tx
H A Dif_fxp.c1638 txp->tx_cb->byte_count = 0;
2345 cbp->byte_count = sc->flags & FXP_FLAG_EXT_RFA ? 32 : 22;
2453 cbp->byte_count = 32;
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-isa.c129 int fence_post, start, increment, i, byte_count;
152 byte_count = xtensa_format_length (isa, fmt);
153 if (byte_count == XTENSA_UNDEFINED)
156 if (byte_count > num_chars)
163 fence_post = start + (byte_count * increment);
173 return byte_count;
128 int fence_post, start, increment, i, byte_count; local
H A Delf-m10300.c1563 unsigned int byte_count = 0;
1599 byte_count += 2;
1605 byte_count += 3;
1607 byte_count += 4;
1612 if (byte_count < entry->direct_calls)
1562 unsigned int byte_count = 0; local

Completed in 99 milliseconds