/external/libunwind/src/ |
D | elfxx.h | 47 #define GET_FIELD(ei, offset, struct_name, elf_struct, field, check_cached) \ argument 58 #define GET_EHDR_FIELD(ei, ehdr, field, check_cached) \ argument 61 #define GET_PHDR_FIELD(ei, offset, phdr, field) \ argument 64 #define GET_SHDR_FIELD(ei, offset, shdr, field) \ argument 67 #define GET_SYM_FIELD(ei, offset, sym, field) \ argument 70 #define GET_DYN_FIELD(ei, offset, dyn, field) \ argument 115 static inline bool elf_map_image (struct elf_image* ei, const char* path) { in elf_map_image()
|
D | os-common.c | 34 tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei, in tdep_get_elf_image()
|
D | os-linux.c | 82 struct elf_image ei; in map_create_list() local
|
D | os-hpux.c | 45 tdep_get_elf_image (unw_addr_space_t as, struct elf_image *ei, in tdep_get_elf_image()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | Encodings.java | 116 EncodingInfo ei; in getEncodingInfo() local 139 EncodingInfo ei; in isRecognizedEncoding() local 372 EncodingInfo ei = new EncodingInfo(mimeName, javaName, highChar); in loadEncodingInfo() local 374 _encodingTableKeyMime.put(mimeName.toUpperCase(), ei); in loadEncodingInfo() local 376 _encodingTableKeyJava.put(javaName.toUpperCase(), ei); in loadEncodingInfo() local 481 EncodingInfo ei; in getHighChar() local
|
/external/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 36 static bool get_dyn_gp(struct elf_image* ei, Elf_W(Off) dyn_phdr_offset, unw_word_t* gp) { in get_dyn_gp() 61 struct elf_image* ei, unw_word_t phdr_offset, unw_word_t load_base, unw_dyn_info_t* di_cache) { in get_eh_frame_info() 127 struct elf_dyn_info *edi, struct elf_image *ei, unw_addr_space_t as, char *path, in dwarf_find_unwind_table_memory() 240 dwarf_find_unwind_table (struct elf_dyn_info *edi, struct elf_image *ei, in dwarf_find_unwind_table()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 101 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in buildDFS() local 144 for (Graph::EdgeIterator ei = nw->incident(); !ei.end(); ei.next()) { in build() local 229 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in buildLiveSetsPreSSA() local 270 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) { in buildDefSetsPreSSA() local 488 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in search() local 494 for (Graph::EdgeIterator ei = sb->cfg.incident(); !ei.end(); ei.next()) { in search() local 509 for (Graph::EdgeIterator ei = bb->dom.outgoing(); !ei.end(); ei.next()) in search() local
|
D | nv50_ir_graph.cpp | 131 EdgeIterator ei = this->outgoing(); in detach() local 186 for (EdgeIterator ei = pos->outgoing(); !ei.end(); ei.next()) { in reachableBy() local 225 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in search() local 297 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) { in search() local 408 for (EdgeIterator ei = c->outgoing(); !ei.end(); ei.next()) { in findLightestPathWeight() local
|
D | nv50_ir_ra.cpp | 319 for (Graph::EdgeIterator ei = p->cfg.outgoing(); !ei.end(); ei.next()) in needNewElseBlock() local 342 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) { in visit() local 364 for (Graph::EdgeIterator ei = bb->cfg.incident(); !ei.end(); ei.next()) { in visit() local 462 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in buildLiveSets() local 520 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in collectLiveValues() local 547 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in visit() local 636 static inline RIG_Node *get(const Graph::EdgeIterator& ei) in get() 730 for (Graph::EdgeIterator ei = nodes[i].outgoing(); !ei.end(); ei.next()) in printNodeInfo() local 732 for (Graph::EdgeIterator ei = nodes[i].incident(); !ei.end(); ei.next()) in printNodeInfo() local 1142 for (Graph::EdgeIterator ei = node->outgoing(); !ei.end(); ei.next()) in simplifyNode() local [all …]
|
D | nv50_ir_bb.cpp | 371 for (Graph::EdgeIterator ei = cfg.outgoing(); !ei.end(); ei.next()) in initiatesSimpleConditional() local 517 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) { in printCFGraph() local
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 133 for (typename SET::iterator it = B.begin(), ei = B.end(); it != ei; ++it) { in mergeSets() local 326 for (Stmt::child_iterator it = S->child_begin(), ei = S->child_end(); in Visit() local 454 ei = block->rend(); it != ei; ++it) { in runOnBlock() local 475 for (CFG::const_iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it) in runOnAllBlocks() local 507 for (CFG::const_iterator it = cfg->begin(), ei = cfg->end(); it != ei; ++it) { in computeLiveness() local 542 ei = block->succ_end(); it != ei; ++it) { in computeLiveness() local 572 it = blocksEndToLiveness.begin(), ei = blocksEndToLiveness.end(); in dumpBlockLiveness() local 583 it = vec.begin(), ei = vec.end(); it != ei; ++it) { in dumpBlockLiveness() local
|
/external/clang/tools/diagtool/ |
D | DiagTool.cpp | 46 ei = getTools(tools)->end(); it != ei; ++it) { in printCommands() local 55 ei = toolNames.end(); it != ei; ++it) { in printCommands() local
|
D | ListWarnings.cpp | 43 for (std::vector<Entry>::iterator it = entries.begin(), ei = entries.end(); in printEntries() local
|
/external/eigen/bench/ |
D | benchEigenSolver.cpp | 54 SelfAdjointEigenSolver<SquareMatrixType> ei(covMat); in benchEigenSolver() local 68 EigenSolver<SquareMatrixType> ei(covMat); in benchEigenSolver() local
|
/external/libunwind/src/coredump/ |
D | _UCD_elf_map_image.c | 32 struct elf_image *ei = &ui->edi.ei; in CD_elf_map_image() local
|
/external/icu/icu4c/source/common/unicode/ |
D | parsepos.h | 224 ParsePosition::setErrorIndex(int32_t ei) in setErrorIndex()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 356 struct squashfs_inode_info *ei = foo; in init_once() local 407 struct squashfs_inode_info *ei = in squashfs_alloc_inode() local
|
/external/tinyalsa/ |
D | mixer.c | 134 struct snd_ctl_elem_info *ei = mixer->elem_info + n; in mixer_open() local 260 static int percent_to_int(struct snd_ctl_elem_info *ei, int percent) in percent_to_int() 274 static int int_to_percent(struct snd_ctl_elem_info *ei, int value) in int_to_percent()
|
/external/libunwind/src/ptrace/ |
D | _UPT_find_proc_info.c | 40 struct elf_image ei; in get_unwind_info() local
|
/external/libunwind/include/ |
D | map_info.h | 47 struct elf_image ei; member
|
/external/icu/icu4c/source/i18n/unicode/ |
D | fieldpos.h | 227 void setEndIndex(int32_t ei) { fEndIndex = ei; } in setEndIndex()
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-template-explicit-specialization.cpp | 51 e<int> ei; variable
|
/external/clang/test/CodeGen/ |
D | inline.c | 64 extern __inline int ei() { return 123; } in ei() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_tri_tmp.h | 85 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo; in TAG() local 185 const int ei = plane[j].dcdy - plane[j].dcdx - plane[j].eo; in TAG() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pt_fetch.c | 67 unsigned i, nr = 0, ei = 0; in draw_pt_fetch_prepare() local
|