Home
last modified time | relevance | path

Searched refs:op_index (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/epoll/
Depoll-ltp.c357 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/
Ddwarf_getsrclines.c83 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()
Ddwarf_lineop_index.c42 *idxp = line->op_index; in dwarf_lineop_index()
DlibdwP.h301 unsigned int op_index:8; member
DChangeLog2442 op_index.
/third_party/ffmpeg/libavcodec/
Dmpegvideo.c1461 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/
Dreadelf.c8542 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 …]
DChangeLog293 show_op_index variable, replace with (op_index > 0).
/third_party/elfutils/po/
Des.po5904 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"
Duk.po5911 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"
Dja.po5572 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"
Dpl.po5900 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"
Dde.po5396 msgid ", op_index = %u, line%+d = %zu\n"
5456 msgid ", op_index to %u"
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp745 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()