Searched refs:run_length (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress.gen.c | 74 tmp->run_length = 0; in msg_new_with_arg() 102 if (++msg->run_length >= msg->run_num_allocated) { in msg_run_add() 106 msg->run_data[msg->run_length - 1] = run_new(); in msg_run_add() 107 if (msg->run_data[msg->run_length - 1] == NULL) in msg_run_add() 110 return (msg->run_data[msg->run_length - 1]); in msg_run_add() 112 --msg->run_length; in msg_run_add() 181 if (!msg->run_set || off < 0 || off >= msg->run_length) in msg_run_assign() 245 if (!msg->run_set || offset < 0 || offset >= msg->run_length) in msg_run_get() 271 for (i = 0; i < tmp->run_length; ++i) { in msg_clear() 277 tmp->run_length = 0; in msg_clear() [all …]
|
H A D | regress.gen.h | 46 int run_length; member
|
/netbsd-src/sys/fs/udf/ |
H A D | udf_strat_direct.c | 249 int len, buf_len, sector, sectors, run_length; in udf_queue_buf_direct() local 364 run_length = 1; in udf_queue_buf_direct() 368 run_length++; in udf_queue_buf_direct() 373 rbuflen = run_length * sector_size; in udf_queue_buf_direct()
|
H A D | udf_subr.c | 6657 int error, run_length, what; in udf_read_filebuf() local 6730 run_length = 1; in udf_read_filebuf() 6734 run_length++; in udf_read_filebuf() 6743 rbuflen = run_length * sector_size; in udf_read_filebuf() 6785 int error, run_length, what, s; in udf_write_filebuf() local 6846 run_length = 1; in udf_write_filebuf() 6851 run_length++; in udf_write_filebuf() 6854 DPRINTF(WRITE, ("+ %d\n", run_length)); in udf_write_filebuf() 6857 rbuflen = run_length * lb_size; in udf_write_filebuf()
|
H A D | udf_allocation.c | 2247 int lb_size, run_length, eof; in udf_record_allocation_in_node() local 2361 run_length = 1; in udf_record_allocation_in_node() 2366 run_length++; in udf_record_allocation_in_node() 2370 len = run_length * lb_size; in udf_record_allocation_in_node()
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | hp-symtab.h | 1521 unsigned int run_length : 2; member
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | hp-symtab.h | 1521 unsigned int run_length : 2; member
|