| /src/sbin/nvmectl/ |
| logpage.c | 400 const char *walker = buf; local 403 printf("Major: %d\n", le16dec(walker + 0)); 404 printf("Minor: %d\n", le16dec(walker + 2)); 407 (uintmax_t)le32dec(walker + 4 + i * 4)); 410 (uintmax_t)le32dec(walker + 132 + i * 4)); 413 (uintmax_t)le32dec(walker + 256 + i * 4)); 444 uint8_t *walker = buf; local 445 uint8_t *end = walker + 150; 469 * walker[0] = Key 470 * walker[1,2] = reserve 634 uint8_t *walker = buf; local 672 uint8_t *walker = buf; local 782 uint8_t *walker = buf; local 806 uint8_t *walker = buf; local 861 uint8_t *walker = buf; local 886 uint8_t *walker, *end, *subpage; local [all...] |
| wdc.c | 71 char *walker; local 77 walker = sn + sizeof(cdata.sn) - 1; 78 while (walker > sn && *walker == ' ') 79 walker--; 80 *++walker = '\0';
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| CheckSizeofPointer.cpp | 84 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D)); 85 walker.Visit(D->getBody());
|
| LLVMConventionsChecker.cpp | 138 StringRefCheckerVisitor walker(D, BR, Checker); 139 walker.Visit(D->getBody()); 236 ASTFieldVisitor walker(R, BR, Checker); 237 walker.Visit(I);
|
| ObjCContainersASTChecker.cpp | 165 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D)); 166 walker.Visit(D->getBody());
|
| CStringSyntaxChecker.cpp | 284 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D)); 285 walker.Visit(D->getBody());
|
| CheckSecuritySyntaxOnly.cpp | 1069 WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter); 1070 walker.Visit(D->getBody());
|
| /src/external/gpl3/gcc/dist/contrib/ |
| unused_functions.py | 92 def walker(paths): function 132 prog.update(walker([os.path.join(r, f) for f in files])) 133 prog.update(walker([os.path.join(r, d) for d in dirs])) 137 prog.update(walker(ar_t(path))) 160 oprog = walker(odir) 162 oprog.update(walker([tmpd]))
|
| /src/external/gpl3/gcc.old/dist/contrib/ |
| unused_functions.py | 92 def walker(paths): function 132 prog.update(walker([os.path.join(r, f) for f in files])) 133 prog.update(walker([os.path.join(r, d) for d in dirs])) 137 prog.update(walker(ar_t(path))) 160 oprog = walker(odir) 162 oprog.update(walker([tmpd]))
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-propagate.cc | 998 substitute_and_fold_dom_walker walker (CDI_DOMINATORS, this); 999 walker.walk (block ? block : ENTRY_BLOCK_PTR_FOR_FN (cfun)); 1001 simple_dce_from_worklist (walker.dceworklist, walker.need_eh_cleanup); 1002 if (!bitmap_empty_p (walker.need_eh_cleanup)) 1003 gimple_purge_all_dead_eh_edges (walker.need_eh_cleanup); 1004 if (!bitmap_empty_p (walker.need_ab_cleanup)) 1005 gimple_purge_all_dead_abnormal_call_edges (walker.need_ab_cleanup); 1011 while (!walker.stmts_to_fixup.is_empty ()) 1013 gimple *stmt = walker.stmts_to_fixup.pop () [all...] |
| tree-ssa-alias.cc | 3836 WALKER for each virtual use that is equivalent to VUSE, including VUSE 3840 WALKER is called with REF, the current virtual use and DATA. If 3841 WALKER returns non-NULL the walk stops and its result is returned. 3865 void *(*walker)(ao_ref *, tree, void *), 3882 res = (*walker) (ref, vuse, data); 3948 /* Based on the memory reference REF call WALKER for each vdef whose 3952 WALKER is called with REF, the current vdef and DATA. If WALKER 3968 bool (*walker)(ao_ref *, tree, void *), void *data, 3998 walker, data, visited, cnt [all...] |
| tree-ssa-dom.cc | 933 dom_opt_dom_walker walker (CDI_DOMINATORS, 939 walker.walk (fun->cfg->x_entry_block_ptr);
|
| tree-ssa-strlen.cc | 5917 strlen_pass walker (CDI_DOMINATORS); 5918 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (fun)); 5921 walker.ptr_qry.dump (dump_file, true); 5945 return walker.m_cleanup_cfg ? TODO_cleanup_cfg : 0;
|
| ipa-prop.cc | 3119 /* Dominator walker driving the analysis. */ 5608 /* Dominator walker driving the ipcp modification phase. */ 5988 ipcp_modif_dom_walker walker (&fbi, descriptors, ts, &modified_mem_access); 5989 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (cfun)); 5991 bool cfg_changed = walker.cleanup_eh ();
|
| tree-ssa-sccvn.cc | 7657 eliminate_dom_walker walker (CDI_DOMINATORS, inserted_exprs); 7660 rpo_avail = &walker; 7661 walker.walk (cfun->cfg->x_entry_block_ptr); 7664 return walker.eliminate_cleanup ();
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-propagate.cc | 986 substitute_and_fold_dom_walker walker (CDI_DOMINATORS, this); 987 walker.walk (block ? block : ENTRY_BLOCK_PTR_FOR_FN (cfun)); 992 while (!walker.stmts_to_remove.is_empty ()) 994 gimple *stmt = walker.stmts_to_remove.pop (); 1013 if (!bitmap_empty_p (walker.need_eh_cleanup)) 1014 gimple_purge_all_dead_eh_edges (walker.need_eh_cleanup); 1020 while (!walker.stmts_to_fixup.is_empty ()) 1022 gimple *stmt = walker.stmts_to_fixup.pop (); 1041 return walker.something_changed;
|
| tree-ssa-alias.cc | 3763 WALKER for each virtual use that is equivalent to VUSE, including VUSE 3767 WALKER is called with REF, the current virtual use and DATA. If 3768 WALKER returns non-NULL the walk stops and its result is returned. 3792 void *(*walker)(ao_ref *, tree, void *), 3809 res = (*walker) (ref, vuse, data); 3875 /* Based on the memory reference REF call WALKER for each vdef whose 3879 WALKER is called with REF, the current vdef and DATA. If WALKER 3895 bool (*walker)(ao_ref *, tree, void *), void *data, 3922 walker, data, visited, cnt [all...] |
| tree-ssa-dom.cc | 864 dom_opt_dom_walker walker (CDI_DOMINATORS, 870 walker.walk (fun->cfg->x_entry_block_ptr);
|
| tree-ssa-strlen.cc | 5874 strlen_pass walker (CDI_DOMINATORS); 5875 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (fun)); 5878 walker.ptr_qry.dump (dump_file, true); 5902 return walker.m_cleanup_cfg ? TODO_cleanup_cfg : 0;
|
| ipa-prop.cc | 3008 /* Dominator walker driving the analysis. */ 5661 /* Dominator walker driving the ipcp modification phase. */ 6076 ipcp_modif_dom_walker walker (&fbi, descriptors, aggval, &modified_mem_access); 6077 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (cfun)); 6079 cfg_changed |= walker.cleanup_eh ();
|
| /src/external/mit/xorg/lib/pixman/ |
| Makefile | 26 pixman-gradient-walker.c \
|
| /src/external/bsd/ipf/dist/ |
| radix_ipf.c | 757 /* walker(I) - function to call for each node in the tree */ 758 /* arg(I) - parameter to pass to walker, in addition to the */ 762 /* than recursive and tracks the next node in case the "walker" function */ 764 /* saying that the "walker" function is not permitted to cause any change */ 768 ipf_rx_walktree(head, walker, arg) 770 radix_walk_func_t walker; 792 walker(node, arg);
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| ThreadSafety.cpp | 2272 // For now, we just use the walker to set things up. 2273 threadSafety::CFGWalker walker; 2274 if (!walker.init(AC)) 2278 // threadSafety::printSCFG(walker); 2280 CFG *CFGraph = walker.getGraph(); 2281 const NamedDecl *D = walker.getDecl(); 2305 const PostOrderCFGView *SortedGraph = walker.getSortedGraph();
|
| /src/external/mit/expat/dist/lib/ |
| xmlparse.c | 8610 const char *walker = before; local 8614 for (; walker < after; walker++) { 8615 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); 8618 for (; walker < before + contextLength; walker++) { 8619 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); 8622 walker = after - contextLength; 8623 for (; walker < after; walker++) [all...] |
| /src/sys/external/bsd/ipf/netinet/ |
| radix_ipf.c | 736 /* walker(I) - function to call for each node in the tree */ 737 /* arg(I) - parameter to pass to walker, in addition to the */ 741 /* than recursive and tracks the next node in case the "walker" function */ 743 /* saying that the "walker" function is not permitted to cause any change */ 747 ipf_rx_walktree(ipf_rdx_head_t *head, radix_walk_func_t walker, void *arg) 768 walker(node, arg);
|