Searched refs:op_index (Results 1 - 9 of 9) sorted by relevance
/external/elfutils/libdw/ |
H A D | dwarf_lineop_index.c | 42 *idxp = line->op_index;
|
H A D | dwarf_getsrclines.c | 84 unsigned int op_index; member in struct:line_state 103 state->addr += minimum_instr_len * ((state->op_index + op_advance) 105 state->op_index = (state->op_index + op_advance) % max_ops_per_instr; 132 SET (op_index); 195 .op_index = 0, 494 state.op_index = 0; 510 state.op_index = 0; 690 state.op_index = 0;
|
H A D | libdwP.h | 259 unsigned int op_index:8; member in struct:Dwarf_Line_s
|
/external/ltp/testcases/kernel/syscalls/epoll/ |
H A 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 local 470 for (op_index = 0; 471 op_index < 473 sizeof(int)); op_index++) { 495 [op_index], 522 switch (epoll_ctl_ops[op_index]) { [all...] |
/external/v8/src/compiler/ |
H A D | register-allocator-verifier.cc | 407 int op_index = 0; local 410 phi != nullptr ? phi->operands()[op_index] : current_virtual_register; 412 ++op_index;
|
/external/fonttools/Lib/fontTools/misc/ |
H A D | psCharStrings.py | 630 def op_index(self, index): member in class:SimpleT2Decompiler 912 def op_index(self, index): member in class:T2OutlineExtractor
|
/external/fonttools/Tools/fontTools/misc/ |
H A D | psCharStrings.py | 630 def op_index(self, index): member in class:SimpleT2Decompiler 912 def op_index(self, index): member in class:T2OutlineExtractor
|
/external/elfutils/src/ |
H A D | readelf.c | 6648 unsigned int op_index = 0; local 6686 op_addr_advance = minimum_instr_len * ((op_index + op_advance) 6689 show_op_index = (op_index > 0 || 6690 (op_index + op_advance) % max_ops_per_instr > 0); 6691 op_index = (op_index + op_advance) % max_ops_per_instr; 6734 special opcode %u: address+%u = %s, op_index = %u, line%+d = %zu\n"), 6735 opcode, op_addr_advance, a, op_index, 6767 op_index = 0; 6773 op_index [all...] |
/external/python/cpython2/Modules/ |
H A D | operator.c | 159 op_index(PyObject *s, PyObject *a) function
|
Completed in 2490 milliseconds