Searched refs:walker (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/sbin/nvmectl/
H A Dlogpage.c400 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[
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...]
H A Dwdc.c71 char *walker; local
77 walker = sn + sizeof(cdata.sn) - 1;
78 while (walker > sn && *walker == ' ')
79 walker--;
80 *++walker = '\0';
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSizeofPointer.cpp84 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D));
85 walker.Visit(D->getBody());
H A DLLVMConventionsChecker.cpp138 StringRefCheckerVisitor walker(D, BR, Checker);
139 walker.Visit(D->getBody());
236 ASTFieldVisitor walker(R, BR, Checker);
237 walker.Visit(I);
H A DObjCContainersASTChecker.cpp165 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D));
166 walker.Visit(D->getBody());
H A DCStringSyntaxChecker.cpp284 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D));
285 walker.Visit(D->getBody());
H A DCheckSecuritySyntaxOnly.cpp1069 WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter);
1070 walker.Visit(D->getBody());
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dunused_functions.py92 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]))
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dunused_functions.py92 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]))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-evrp.c323 walker. */
330 evrp_dom_walker walker; local
331 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (cfun));
332 walker.cleanup ();
H A Dtree-ssa-propagate.c1198 substitute_and_fold_dom_walker walker (CDI_DOMINATORS, this);
1199 walker.walk (block ? block : ENTRY_BLOCK_PTR_FOR_FN (cfun));
1204 while (!walker.stmts_to_remove.is_empty ())
1206 gimple *stmt = walker.stmts_to_remove.pop ();
1225 if (!bitmap_empty_p (walker.need_eh_cleanup))
1226 gimple_purge_all_dead_eh_edges (walker.need_eh_cleanup);
1232 while (!walker.stmts_to_fixup.is_empty ())
1234 gimple *stmt = walker.stmts_to_fixup.pop ();
1253 return walker.something_changed;
H A Dtree-ssa-alias.c3635 void *(*walker)(ao_ref *, tree, void *),
3652 res = (*walker) (ref, vuse, data);
3738 bool (*walker)(ao_ref *, tree, void *), void *data,
3765 walker, data, visited, cnt,
3780 && (*walker) (ref, vdef, data))
3790 bool (*walker)(ao_ref *, tree, void *), void *data,
3802 ret = walk_aliased_vdefs_1 (ref, vdef, walker, data,
H A Dgimple-ssa-warn-restrict.c117 wrestrict_dom_walker walker; local
118 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (fun));
H A Dtree-ssa-dom.c723 dom_opt_dom_walker walker (CDI_DOMINATORS, const_and_copies,
725 walker.walk (fun->cfg->x_entry_block_ptr);
H A Dtree-vrp.c5137 vrp_dom_walker walker (CDI_DOMINATORS, equiv_stack, avail_exprs_stack);
5138 walker.vr_values = vr_values;
5139 walker.walk (cfun->cfg->x_entry_block_ptr);
H A Dtree-ssa-strlen.c5929 strlen_dom_walker walker (CDI_DOMINATORS);
5930 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (fun));
5960 return walker.m_cleanup_cfg ? TODO_cleanup_cfg : 0;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-propagate.cc986 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;
H A Dtree-ssa-alias.cc3779 void *(*walker)(ao_ref *, tree, void *),
3796 res = (*walker) (ref, vuse, data);
3882 bool (*walker)(ao_ref *, tree, void *), void *data,
3909 walker, data, visited, cnt,
3924 && (*walker) (ref, vdef, data))
3934 bool (*walker)(ao_ref *, tree, void *), void *data,
3946 ret = walk_aliased_vdefs_1 (ref, vdef, walker, data,
H A Dtree-ssa-dom.cc864 dom_opt_dom_walker walker (CDI_DOMINATORS,
870 walker.walk (fun->cfg->x_entry_block_ptr);
H A Dtree-ssa-strlen.cc5870 strlen_pass walker (CDI_DOMINATORS);
5871 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (fun));
5874 walker.ptr_qry.dump (dump_file, true);
5898 return walker.m_cleanup_cfg ? TODO_cleanup_cfg : 0;
/netbsd-current/external/mit/xorg/lib/pixman/
H A DMakefile26 pixman-gradient-walker.c \
/netbsd-current/external/bsd/ipf/dist/
H A Dradix_ipf.c757 /* 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);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp2272 // 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();
/netbsd-current/external/mit/expat/dist/lib/
H A Dxmlparse.c7562 const char *walker = before; local
7566 for (; walker < after; walker++) {
7567 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0]));
7570 for (; walker < before + contextLength; walker++) {
7571 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0]));
7574 walker = after - contextLength;
7575 for (; walker < after; walker
[all...]
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dradix_ipf.c736 /* 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) argument
768 walker(node, arg);

Completed in 617 milliseconds

12