Home
last modified time | relevance | path

Searched refs:op_index (Results 1 - 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/epoll/
H A 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()
[all...]
/third_party/elfutils/libdw/
H A 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()
H A Ddwarf_lineop_index.c42 *idxp = line->op_index; in dwarf_lineop_index()
H A DlibdwP.h301 unsigned int op_index:8; member
/third_party/ffmpeg/libavcodec/
H A Dmpegvideo.c928 const int op_index = FFMIN(lowres, 3); in hpel_motion_lowres() local
960 pix_op[op_index](dest, src, stride, h, sx, sy); in hpel_motion_lowres()
981 const int op_index = FFMIN(lowres-1+s->chroma_x_shift, 3); in mpeg_motion_lowres() local
1097 pix_op[op_index](dest_cb, ptr_cb, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
1098 pix_op[op_index](dest_cr, ptr_cr, uvlinesize, hc, uvsx, uvsy); in mpeg_motion_lowres()
1111 const int op_index = FFMIN(lowres, 3); in chroma_4mv_motion_lowres() local
1148 pix_op[op_index](dest_cb, ptr, s->uvlinesize, block_s, sx, sy); in chroma_4mv_motion_lowres()
1158 pix_op[op_index](dest_cr, ptr, s->uvlinesize, block_s, sx, sy); in chroma_4mv_motion_lowres()
/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc473 int op_index = 0; in ValidatePendingAssessment() local
476 phi != nullptr ? phi->operands()[op_index] : current_virtual_register; in ValidatePendingAssessment()
478 ++op_index; in ValidatePendingAssessment()
/third_party/elfutils/src/
H A Dreadelf.c8543 unsigned int *op_index) in run_advance_pc()
8545 const unsigned int advanced_op_index = (*op_index) + op_advance; in run_advance_pc()
8550 *op_index = advanced_op_index % max_ops_per_instr; in run_advance_pc()
8945 unsigned int op_index = 0; in print_debug_line_section() local
8953 max_ops_per_instr, &op_addr_advance, &address, &op_index) in print_debug_line_section()
8995 if (op_index > 0) in print_debug_line_section()
8996 printf (_(", op_index = %u, line%+d = %zu\n"), in print_debug_line_section()
8997 op_index, line_increment, line); in print_debug_line_section()
9026 op_index = 0; in print_debug_line_section()
9032 op_index in print_debug_line_section()
8538 run_advance_pc(unsigned int op_advance, unsigned int minimum_instr_len, unsigned int max_ops_per_instr, unsigned int *op_addr_advance, Dwarf_Word *address, unsigned int *op_index) run_advance_pc() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A 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()

Completed in 26 milliseconds