Searched refs:num_ops (Results 1 – 14 of 14) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_delta/ |
| H A D | text_delta.c | 127 window->num_ops = build_baton->num_ops; in svn_txdelta__make_window() 180 build_baton.num_ops = window->num_ops; in svn_txdelta_window_dup() 182 build_baton.ops_size = window->num_ops; in svn_txdelta_window_dup() 221 if (build_baton->num_ops > 0) in svn_txdelta__insert_op() 237 if (build_baton->num_ops == build_baton->ops_size) in svn_txdelta__insert_op() 255 op = &build_baton->ops[build_baton->num_ops]; in svn_txdelta__insert_op() 276 ++build_baton->num_ops; in svn_txdelta__insert_op() 287 while (build_baton->num_ops > 0) in svn_txdelta__remove_copy() 315 --build_baton->num_ops; in svn_txdelta__remove_copy() 862 window.num_ops = 1; in svn_txdelta_send_string() [all …]
|
| H A D | delta.h | 51 int num_ops; /* current number of ops */ member
|
| H A D | svndiff.c | 178 for (op = window->ops; op < window->ops + window->num_ops; op++) in encode_window() 260 if (window && !window->src_ops && window->num_ops == 1 && !eb->version) in window_handler() 629 window->num_ops = ninst; in decode_window()
|
| H A D | compose_delta.c | 149 ndx->length = window->num_ops; in create_offset_index() 780 for (i = 0; i < window_B->num_ops; ++i) in svn_txdelta_compose_windows()
|
| /freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | mutex_prof.h | 39 OP(num_ops, uint64_t, "n_lock_ops") \
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ax-gdb.c | 1200 static int num_ops = (sizeof (ops) / sizeof (ops[0])); in gen_bitfield_ref() local 1249 if ((end - start) > ((1 << num_ops) * 8)) in gen_bitfield_ref() 1257 for (op = num_ops - 1; op >= 0; op--) in gen_bitfield_ref()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_delta.h | 202 int num_ops; member
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.cpp | 1451 for (unsigned op_index = 0, num_ops = Old->getNumArgOperands(); in MaybeHandleCallArguments() local 1452 op_index < num_ops; ++op_index) in MaybeHandleCallArguments()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | temp_serializer.c | 434 serialize_txdelta_ops(context, &window->ops, window->num_ops); in serialize_txdeltawindow()
|
| /freebsd-12.1/sys/cam/scsi/ |
| H A D | scsi_all.c | 630 int num_ops[2]; in scsi_op_desc() local 654 num_ops[0] = ((struct scsi_op_quirk_entry *)match)->num_ops; in scsi_op_desc() 656 num_ops[1] = nitems(scsi_op_codes); in scsi_op_desc() 667 num_ops[0] = nitems(scsi_op_codes); in scsi_op_desc() 688 for (i = 0;i < num_ops[j] && table[j][i].opcode <= opcode; i++){ in scsi_op_desc()
|
| H A D | scsi_all.h | 3722 int num_ops; member
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | temp_serializer.c | 433 serialize_txdelta_ops(context, &window->ops, window->num_ops); in serialize_txdeltawindow()
|
| /freebsd-12.1/contrib/jemalloc/ |
| H A D | ChangeLog | 220 {num_ops,num_spin_acq,num_wait,max_wait_time,total_wait_time,max_num_thds, 228 {num_ops,num_spin_acq,num_wait,max_wait_time,total_wait_time,max_num_thds, 233 {num_ops,num_spin_acq,num_wait,max_wait_time,total_wait_time,max_num_thds,
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | update.c | 1066 delta_window.num_ops = 1; in handle_fetch()
|