/third_party/ltp/testcases/kernel/syscalls/epoll/ |
D | epoll-ltp.c | 357 epoll_fds[epfd_index], epoll_ctl_ops[op_index], \ 362 epoll_fds[epfd_index], epoll_ctl_ops[op_index], \ 371 epoll_fds[epfd_index], epoll_ctl_ops[op_index], \ 376 epoll_fds[epfd_index], epoll_ctl_ops[op_index], \ 409 unsigned int op_index; /* index into the list of operations for the op in test_epoll_ctl() local 470 for (op_index = 0; in test_epoll_ctl() 471 op_index < in test_epoll_ctl() 473 sizeof(int)); op_index++) { in test_epoll_ctl() 495 [op_index], in test_epoll_ctl() 522 switch (epoll_ctl_ops[op_index]) { in test_epoll_ctl()
|
/third_party/elfutils/libdw/ |
D | dwarf_getsrclines.c | 83 unsigned int op_index; member 104 state->addr += minimum_instr_len * ((state->op_index + op_advance) in run_advance_pc() 106 state->op_index = (state->op_index + op_advance) % max_ops_per_instr; in run_advance_pc() 133 SET (op_index); in add_new_line() 178 .op_index = 0, in read_srclines() 759 state.op_index = 0; in read_srclines() 777 state.op_index = 0; in read_srclines() 975 state.op_index = 0; in read_srclines()
|
D | dwarf_lineop_index.c | 42 *idxp = line->op_index; in dwarf_lineop_index()
|
D | libdwP.h | 301 unsigned int op_index:8; member
|
D | ChangeLog | 2442 op_index.
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo.c | 1461 const int op_index = FFMIN(lowres, 3); in hpel_motion_lowres() local 1493 pix_op[op_index](dest, src, stride, h, sx, sy); in hpel_motion_lowres() 1514 const int op_index = FFMIN(lowres-1+s->chroma_x_shift, 3); in mpeg_motion_lowres() local 1630 pix_op[op_index](dest_cb, ptr_cb, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres() 1631 pix_op[op_index](dest_cr, ptr_cr, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres() 1644 const int op_index = FFMIN(lowres, 3); in chroma_4mv_motion_lowres() local 1681 pix_op[op_index](dest_cb, ptr, s->uvlinesize, block_s, sx, sy); in chroma_4mv_motion_lowres() 1691 pix_op[op_index](dest_cr, ptr, s->uvlinesize, block_s, sx, sy); in chroma_4mv_motion_lowres()
|
/third_party/elfutils/src/ |
D | readelf.c | 8542 unsigned int *op_index) in run_advance_pc() argument 8544 const unsigned int advanced_op_index = (*op_index) + op_advance; in run_advance_pc() 8549 *op_index = advanced_op_index % max_ops_per_instr; in run_advance_pc() 8944 unsigned int op_index = 0; in print_debug_line_section() local 8952 max_ops_per_instr, &op_addr_advance, &address, &op_index) in print_debug_line_section() 8994 if (op_index > 0) in print_debug_line_section() 8996 op_index, line_increment, line); in print_debug_line_section() 9025 op_index = 0; in print_debug_line_section() 9031 op_index = 0; in print_debug_line_section() 9165 if (op_index > 0) in print_debug_line_section() [all …]
|
D | ChangeLog | 293 show_op_index variable, replace with (op_index > 0).
|
/third_party/elfutils/po/ |
D | es.po | 5904 msgid ", op_index = %u, line%+d = %zu\n" 5906 " opcode especial %u: dirección+%u = %s, op_index = %u, línea%+d = %zu\n" 5969 msgid ", op_index to %u" 7583 #~ msgid " advance address by %u to %s, op_index to %u\n" 7584 #~ msgstr "dirección avanzada por %u a %s, op_index a %u\n" 7587 #~ msgid " advance address by constant %u to %s, op_index to %u\n" 7588 #~ msgstr "dirección avanzada por constante %u a %s, op_index a %u\n"
|
D | uk.po | 5911 msgid ", op_index = %u, line%+d = %zu\n" 5973 msgid ", op_index to %u" 5974 msgstr ", op_index до %u" 7622 #~ msgid " advance address by %u to %s, op_index to %u\n" 7625 #~ msgid " advance address by constant %u to %s, op_index to %u\n"
|
D | ja.po | 5572 msgid ", op_index = %u, line%+d = %zu\n" 5634 msgid ", op_index to %u" 7213 #~ msgid " advance address by %u to %s, op_index to %u\n" 7217 #~ msgid " advance address by constant %u to %s, op_index to %u\n"
|
D | pl.po | 5900 msgid ", op_index = %u, line%+d = %zu\n" 5901 msgstr ", op_index = %u, wiersz%+d = %zu\n" 5962 msgid ", op_index to %u" 5963 msgstr ", op_index do %u"
|
D | de.po | 5396 msgid ", op_index = %u, line%+d = %zu\n" 5456 msgid ", op_index to %u"
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer.cpp | 745 parse_base_offset(opt_ctx& ctx, Instruction* instr, unsigned op_index, Temp* base, uint32_t* offset, in parse_base_offset() argument 748 Operand op = instr->operands[op_index]; in parse_base_offset()
|