| /openbsd/src/sys/dev/pci/ |
| D | tga_conf.c | 141 int deep, addrmask, wide; local 147 deep = (gder & 0x1) != 0; /* XXX */ 155 if (!deep) {
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | alloca.c | 146 char *deep; /* For stack depth measure. */ member 179 if ((STACK_DIR > 0 && hp->h.deep > depth) in C_alloca() 180 || (STACK_DIR < 0 && hp->h.deep < depth)) in C_alloca() 207 ((header *) new_storage)->h.deep = depth; in C_alloca()
|
| /openbsd/src/gnu/usr.bin/texinfo/lib/ |
| D | alloca.c | 139 char *deep; /* For stack depth measure. */ member 174 if ((STACK_DIR > 0 && hp->h.deep > depth) in alloca() 175 || (STACK_DIR < 0 && hp->h.deep < depth)) in alloca() 212 new->h.deep = depth; in alloca()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/ |
| D | naive | 8 you want to check three keys deep, you might naE<0xEF>vely try this: 13 you want to check three keys deep, you might naïvely try this:
|
| /openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/ |
| D | naive | 8 you want to check three keys deep, you might naE<0xEF>vely try this: 14 you want to check three keys deep, you might naïvely try this:
|
| D | naive-groff | 11 you want to check three keys deep, you might naE<0xEF>vely try this: 17 you want to check three keys deep, you might na\[u00EF]vely try this:
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| D | meta-obj.t | 77 X_deep => { deep => 'structure' }, 88 is_deeply( $meta->as_struct, $distmeta, "->as_struct (deep comparison)" ); 89 isnt( $meta->as_struct, $distmeta, "->as_struct (is a deep clone)" ); 94 isnt( $meta->resources, $meta->{resources}, "->resource (map values are deep cloned)"); 179 "->custom(x) [is a deep clone]"
|
| /openbsd/src/gnu/usr.bin/perl/lib/ |
| D | DB.pm | 9 my ($running, $ready, $deep, $usrctxt, $evalarg, 51 $deep = 1000; 65 $DB::single |= 4 if $#stack == $deep;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/JSON-PP/t/ |
| D | 018_json_checker.t | 57 [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]] 166 [[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]]
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/xray/ |
| D | xray_basic_flags.inc | 20 "Basic logging will keep track of at most this deep a call stack, "
|
| /openbsd/src/games/quiz/datfiles/ |
| D | flowers | 32 Rose, deep red:Bashful shame
|
| /openbsd/src/sys/kern/ |
| D | uipc_mbuf.c | 1552 m_print_chain(void *v, int deep, in m_print_chain() argument 1556 const char *indent = deep ? "++-" : "-+-"; in m_print_chain() 1577 indent = deep ? "|+-" : " +-"; in m_print_chain() 1579 indent = deep ? "|\\-" : " \\-"; in m_print_chain() 1587 m_print_packet(void *v, int deep, in m_print_packet() argument 1598 if (deep) { in m_print_packet() 1599 m_print_chain(m, deep, pr); in m_print_packet()
|
| D | kern_sig.c | 1327 cursig(struct proc *p, struct sigctx *sctx, int deep) in cursig() argument 1368 if (deep) { in cursig() 2121 proc_suspend_check_locked(struct proc *p, int deep) in proc_suspend_check_locked() argument 2131 if (deep) { in proc_suspend_check_locked() 2169 proc_suspend_check(struct proc *p, int deep) in proc_suspend_check() argument 2174 error = proc_suspend_check_locked(p, deep); in proc_suspend_check()
|
| /openbsd/src/lib/libexpat/tests/ |
| D | misc_tests.c | 298 mydata->deep = 0; in START_TEST() 319 mydata->deep = 0; in START_TEST()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | typeinfo | 133 // a deep string comparison. 142 // type_infos are equal if their addresses are equal or if a deep string 160 // be unique, we must perform a deep string comparison of the type names.
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | amigaos | 37 # Too simple (short, pure ASCII, deep), MPi
|
| /openbsd/src/gnu/llvm/llvm/docs/DependenceGraphs/ |
| D | index.rst | 34 that form a cycle, pi-blocks are at most one level deep. In other words, 36 hierarchical representation that is at most one level deep.
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | stree.t | 111 sub deq { # deep-equals
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | arm-generic.md | 25 ; Strictly, we should model a 4-deep write buffer for ARM7xx based chips
|
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/ |
| D | AnalyzerOptions.def | 63 /// "deep". 78 "IPAMode). Value: \"deep\", \"shallow\".", 79 "deep")
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | ChangeLog.mkhybrid | 305 directory tree. This has now been fixed - but one day, the deep 364 marked as an HFS folder. Fixed by putting deep HFS folders in
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/API/ |
| D | Context.t | 173 push @hooks => 'deep'; 206 deep
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | MarkdownQuickstartTemplate.md | 150 ##### Hopefully you won't need to be this deep
|
| /openbsd/src/gnu/usr.bin/perl/dist/Storable/ |
| D | README | 39 retrieval is performed, and/or what deep cloning should do on those
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl586delta.pod | 103 C<goto &> is now more robust - bugs in deep recursion and chained C<goto &>
|