Home
last modified time | relevance | path

Searched refs:deep (Results 1 – 25 of 126) sorted by relevance

123456

/openbsd/src/sys/dev/pci/
Dtga_conf.c141 int deep, addrmask, wide; local
147 deep = (gder & 0x1) != 0; /* XXX */
155 if (!deep) {
/openbsd/src/gnu/lib/libiberty/src/
Dalloca.c146 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/
Dalloca.c139 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/
Dnaive8 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/
Dnaive8 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:
Dnaive-groff11 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/
Dmeta-obj.t77 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/
DDB.pm9 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/
D018_json_checker.t57 [[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[["Too deep"]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
166 [[[[[[[[[[[[[[[[[[["Not too deep"]]]]]]]]]]]]]]]]]]]
/openbsd/src/gnu/llvm/compiler-rt/lib/xray/
Dxray_basic_flags.inc20 "Basic logging will keep track of at most this deep a call stack, "
/openbsd/src/games/quiz/datfiles/
Dflowers32 Rose, deep red:Bashful shame
/openbsd/src/sys/kern/
Duipc_mbuf.c1552 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()
Dkern_sig.c1327 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/
Dmisc_tests.c298 mydata->deep = 0; in START_TEST()
319 mydata->deep = 0; in START_TEST()
/openbsd/src/gnu/llvm/libcxx/include/
Dtypeinfo133 // 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/
Damigaos37 # Too simple (short, pure ASCII, deep), MPi
/openbsd/src/gnu/llvm/llvm/docs/DependenceGraphs/
Dindex.rst34 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/
Dstree.t111 sub deq { # deep-equals
/openbsd/src/gnu/gcc/gcc/config/arm/
Darm-generic.md25 ; Strictly, we should model a 4-deep write buffer for ARM7xx based chips
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
DAnalyzerOptions.def63 /// "deep".
78 "IPAMode). Value: \"deep\", \"shallow\".",
79 "deep")
/openbsd/src/gnu/usr.sbin/mkhybrid/src/
DChangeLog.mkhybrid305 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/
DContext.t173 push @hooks => 'deep';
206 deep
/openbsd/src/gnu/llvm/llvm/docs/
DMarkdownQuickstartTemplate.md150 ##### Hopefully you won't need to be this deep
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DREADME39 retrieval is performed, and/or what deep cloning should do on those
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl586delta.pod103 C<goto &> is now more robust - bugs in deep recursion and chained C<goto &>

123456