| /netbsd-src/sbin/nvmectl/ |
| H A D | logpage.c | 400 const char *walker = buf; in print_intel_read_write_lat_log() local 403 printf("Major: %d\n", le16dec(walker + 0)); in print_intel_read_write_lat_log() 404 printf("Minor: %d\n", le16dec(walker + 2)); in print_intel_read_write_lat_log() 407 (uintmax_t)le32dec(walker + 4 + i * 4)); in print_intel_read_write_lat_log() 410 (uintmax_t)le32dec(walker + 132 + i * 4)); in print_intel_read_write_lat_log() 413 (uintmax_t)le32dec(walker + 256 + i * 4)); in print_intel_read_write_lat_log() 444 uint8_t *walker = buf; in print_intel_add_smart() local 445 uint8_t *end = walker + 150; in print_intel_add_smart() 477 while (walker < end) { in print_intel_add_smart() 478 name = kv_lookup(kv, __arraycount(kv), *walker); in print_intel_add_smart() [all …]
|
| H A D | wdc.c | 71 char *walker; in wdc_append_serial_name() local 77 walker = sn + sizeof(cdata.sn) - 1; in wdc_append_serial_name() 78 while (walker > sn && *walker == ' ') in wdc_append_serial_name() 79 walker--; in wdc_append_serial_name() 80 *++walker = '\0'; in wdc_append_serial_name()
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | 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]))
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/ |
| H A D | 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]))
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | tree-ssa-propagate.cc | 986 substitute_and_fold_dom_walker walker (CDI_DOMINATORS, this); in substitute_and_fold() local 987 walker.walk (block ? block : ENTRY_BLOCK_PTR_FOR_FN (cfun)); in substitute_and_fold() 992 while (!walker.stmts_to_remove.is_empty ()) in substitute_and_fold() 994 gimple *stmt = walker.stmts_to_remove.pop (); in substitute_and_fold() 1013 if (!bitmap_empty_p (walker.need_eh_cleanup)) in substitute_and_fold() 1014 gimple_purge_all_dead_eh_edges (walker.need_eh_cleanup); in substitute_and_fold() 1020 while (!walker.stmts_to_fixup.is_empty ()) in substitute_and_fold() 1022 gimple *stmt = walker.stmts_to_fixup.pop (); in substitute_and_fold() 1041 return walker.something_changed; in substitute_and_fold()
|
| H A D | tree-ssa-alias.cc | 3779 void *(*walker)(ao_ref *, tree, void *), in walk_non_aliased_vuses() 3796 res = (*walker) (ref, vuse, data); in walk_non_aliased_vuses() 3882 bool (*walker)(ao_ref *, tree, void *), void *data, in walk_aliased_vdefs_1() 3909 walker, data, visited, cnt, in walk_aliased_vdefs_1() 3924 && (*walker) (ref, vdef, data)) in walk_aliased_vdefs_1() 3934 bool (*walker)(ao_ref *, tree, void *), void *data, in walk_aliased_vdefs() 3946 ret = walk_aliased_vdefs_1 (ref, vdef, walker, data, in walk_aliased_vdefs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | LLVMConventionsChecker.cpp | 138 StringRefCheckerVisitor walker(D, BR, Checker); in CheckStringRefAssignedTemporary() local 139 walker.Visit(D->getBody()); in CheckStringRefAssignedTemporary() 236 ASTFieldVisitor walker(R, BR, Checker); in CheckASTMemory() local 237 walker.Visit(I); in CheckASTMemory()
|
| H A D | CheckSizeofPointer.cpp | 84 WalkAST walker(BR, this, mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local 85 walker.Visit(D->getBody()); in checkASTCodeBody()
|
| H A D | ObjCContainersASTChecker.cpp | 165 WalkAST walker(BR, this, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local 166 walker.Visit(D->getBody()); in checkASTCodeBody()
|
| H A D | CStringSyntaxChecker.cpp | 284 WalkAST walker(this, BR, Mgr.getAnalysisDeclContext(D)); in checkASTCodeBody() local 285 walker.Visit(D->getBody()); in checkASTCodeBody()
|
| H A D | CheckSecuritySyntaxOnly.cpp | 1069 WalkAST walker(BR, mgr.getAnalysisDeclContext(D), filter); in checkASTCodeBody() local 1070 walker.Visit(D->getBody()); in checkASTCodeBody()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | tree-ssa-propagate.c | 1198 substitute_and_fold_dom_walker walker (CDI_DOMINATORS, this); in substitute_and_fold() 1199 walker.walk (block ? block : ENTRY_BLOCK_PTR_FOR_FN (cfun)); in substitute_and_fold() 1204 while (!walker.stmts_to_remove.is_empty ()) in substitute_and_fold() 1206 gimple *stmt = walker.stmts_to_remove.pop (); in substitute_and_fold() 1225 if (!bitmap_empty_p (walker.need_eh_cleanup)) in substitute_and_fold() 1226 gimple_purge_all_dead_eh_edges (walker.need_eh_cleanup); in substitute_and_fold() 1232 while (!walker.stmts_to_fixup.is_empty ()) in substitute_and_fold() 1234 gimple *stmt = walker.stmts_to_fixup.pop (); in substitute_and_fold() 1253 return walker.something_changed; in substitute_and_fold()
|
| H A D | gimple-ssa-evrp.c | 330 evrp_dom_walker walker; in execute_early_vrp() local 331 walker.walk (ENTRY_BLOCK_PTR_FOR_FN (cfun)); in execute_early_vrp() 332 walker.cleanup (); in execute_early_vrp()
|
| H A D | tree-ssa-alias.c | 3635 void *(*walker)(ao_ref *, tree, void *), in walk_non_aliased_vuses() 3652 res = (*walker) (ref, vuse, data); in walk_non_aliased_vuses() 3738 bool (*walker)(ao_ref *, tree, void *), void *data, in walk_aliased_vdefs_1() 3765 walker, data, visited, cnt, in walk_aliased_vdefs_1() 3780 && (*walker) (ref, vdef, data)) in walk_aliased_vdefs_1() 3790 bool (*walker)(ao_ref *, tree, void *), void *data, in walk_aliased_vdefs() 3802 ret = walk_aliased_vdefs_1 (ref, vdef, walker, data, in walk_aliased_vdefs()
|
| H A D | tree-ssa-dom.c | 723 dom_opt_dom_walker walker (CDI_DOMINATORS, const_and_copies, in execute() 725 walker.walk (fun->cfg->x_entry_block_ptr); in execute()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MemorySSA.rst | 68 ``b`` *or* both. This in turn implies that without the use of `The walker`_, 203 The walker 207 the walker, for short. The goal of the walker is to provide answers to clobber 224 be the walker's goal to figure this out, and return ``liveOnEntry`` when queried 227 By default, ``MemorySSA`` provides a walker that can optimize ``MemoryDef``\ s 233 Default walker APIs argument 236 There are two main APIs used to retrieve the clobbering access using the walker: 250 If you choose to make your own walker, you can find the clobber for a
|
| /netbsd-src/external/mit/xorg/lib/pixman/ |
| H A D | Makefile | 26 pixman-gradient-walker.c \
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | radix_ipf.c | 768 ipf_rx_walktree(head, walker, arg) in ipf_rx_walktree() argument 770 radix_walk_func_t walker; 792 walker(node, arg);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 2273 threadSafety::CFGWalker walker; in runAnalysis() local 2274 if (!walker.init(AC)) in runAnalysis() 2280 CFG *CFGraph = walker.getGraph(); in runAnalysis() 2281 const NamedDecl *D = walker.getDecl(); in runAnalysis() 2305 const PostOrderCFGView *SortedGraph = walker.getSortedGraph(); in runAnalysis()
|
| /netbsd-src/usr.sbin/makefs/ |
| H A D | README | 77 the fs-specific tree walker should add this if required by the fs.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gty.texi | 464 two functions to act as marker and pointer walker for pre-compiled 498 Note that the rules for the pointer walker @code{gt_pch_nx (my_struct 548 walker for all the fields of T. */ 562 @item The pointer walker functions are different for @code{TP<T>} and
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gty.texi | 447 two functions to act as marker and pointer walker for pre-compiled 481 Note that the rules for the pointer walker @code{gt_pch_nx (my_struct 531 walker for all the fields of T. */ 545 @item The pointer walker functions are different for @code{TP<T>} and
|
| /netbsd-src/external/mit/expat/dist/lib/ |
| H A D | xmlparse.c | 7562 const char *walker = before; in accountingReportDiff() local 7566 for (; walker < after; walker++) { in accountingReportDiff() 7567 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); in accountingReportDiff() 7570 for (; walker < before + contextLength; walker++) { in accountingReportDiff() 7571 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); in accountingReportDiff() 7574 walker = after - contextLength; in accountingReportDiff() 7575 for (; walker < after; walker++) { in accountingReportDiff() 7576 fprintf(stderr, "%s", unsignedCharToPrintable(walker[0])); in accountingReportDiff()
|
| /netbsd-src/sys/external/bsd/ipf/netinet/ |
| H A D | radix_ipf.c | 747 ipf_rx_walktree(ipf_rdx_head_t *head, radix_walk_func_t walker, void *arg) in ipf_rx_walktree() argument 768 walker(node, arg); in ipf_rx_walktree()
|
| /netbsd-src/usr.sbin/bootp/bootpd/ |
| H A D | Changes | 91 02/12/94 walker@zk3.dec.com (Mary Walker)
|