Home
last modified time | relevance | path

Searched refs:dom (Results 1 – 25 of 97) sorted by relevance

1234

/minix3/lib/libc/yp/
H A Dyplib.c99 _yp_dobind(const char *dom, struct dom_binding **ypdb) in _yp_dobind() argument
112 if (dom == NULL || *dom == '\0') in _yp_dobind()
144 if (strcmp(dom, ysd->dom_domain) == 0) in _yp_dobind()
157 BINDINGDIR, dom, 2); in _yp_dobind()
224 (xdrproc_t)xdr_ypdomain_wrap_string, &dom, in _yp_dobind()
232 dom); in _yp_dobind()
258 (void)strlcpy(ysd->dom_domain, dom, sizeof(ysd->dom_domain)); in _yp_dobind()
294 yp_bind(const char *dom) in yp_bind() argument
296 if (_yp_invalid_domain(dom)) in yp_bind()
299 return _yp_dobind(dom, NULL); in yp_bind()
[all …]
/minix3/external/bsd/llvm/dist/llvm/test/Analysis/BranchProbabilityInfo/
H A Dnoreturn.ll57 br i1 %cond1, label %exit, label %dom
59 ; CHECK: edge entry -> dom probability is 1 / 1048576
61 dom:
64 ; CHECK: edge dom -> idom1 probability is 1 / 2
65 ; CHECK: edge dom -> idom2 probability is 1 / 2
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_host_realm.c98 char dom[MAXHOSTNAMELEN]; in dns_find_realm() local
113 ret = snprintf(dom, sizeof(dom), "%s.%s.", labels[i], domain); in dns_find_realm()
114 if(ret < 0 || (size_t)ret >= sizeof(dom)) { in dns_find_realm()
119 r = rk_dns_lookup(dom, "TXT"); in dns_find_realm()
/minix3/sys/sys/
H A Ddomain.h103 #define DOMAIN_FOREACH(dom) STAILQ_FOREACH(dom, &domains, dom_link) argument
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp37 DominatorTree dom; in checkASTCodeBody() local
38 dom.buildDominatorTree(*AC); in checkASTCodeBody()
39 dom.dump(); in checkASTCodeBody()
/minix3/minix/drivers/iommu/amddev/
H A Damddev.c316 u32_t v, dom, busno, unit0, unit1; in init_map() local
318 dom= 1; in init_map()
322 v= (dom << 26) | (dom << 20) | (busno << 12) | in init_map()
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopSimplify/
H A D2010-07-15-IncorrectDomFrontierUpdate.ll1 ; RUN: opt < %s -domfrontier -loop-simplify -domfrontier -verify-dom-info -analyze
H A Dunreachable-loop-pred.ll1 ; RUN: opt -S -loop-simplify -disable-output -verify-loop-info -verify-dom-info < %s
H A D2004-04-13-LoopSimplifyUpdateDomFrontier.ll1 ; RUN: opt < %s -scalarrepl -loop-simplify -licm -disable-output -verify-dom-info -verify-loop-info
H A Dmerge-exits.ll1 ; RUN: opt < %s -loop-simplify -loop-rotate -instcombine -indvars -S -verify-loop-info -verify-dom-…
H A Dindirectbr.ll1 ; RUN: opt < %s -loop-simplify -lcssa -verify-loop-info -verify-dom-info -S \
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LICM/
H A DPreserve-LCSSA.ll1 ; RUN: opt < %s -loop-rotate -licm -loop-unswitch -disable-output -verify-loop-info -verify-dom-info
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A Dcallgraph-update.ll1 ; RUN: opt < %s -inline -loop-rotate -verify-dom-info -verify-loop-info -disable-output
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopUnswitch/
H A D2012-04-02-IndirectBr.ll1 ; RUN: opt < %s -S -loop-unswitch -verify-loop-info -verify-dom-info | FileCheck %s
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopRotate/
H A Dpr2639.ll1 ; RUN: opt < %s -loop-deletion -loop-rotate -verify-dom-info -verify-loop-info -disable-output
H A DPhiSelfReference-1.ll1 ; RUN: opt < %s -loop-rotate -verify-dom-info -verify-loop-info -disable-output
H A D2009-01-25-SingleEntryPhi.ll1 ; RUN: opt < %s -loop-rotate -verify-dom-info -verify-loop-info -disable-output
H A Dindirectbr.ll1 ; RUN: opt < %s -S -loop-rotate -disable-output -verify-loop-info -verify-dom-info
H A Dpreserve-scev.ll1 ; RUN: opt < %s -loop-rotate -loop-reduce -verify-dom-info -verify-loop-info -disable-output
H A Dnosimplifylatch.ll1 ; RUN: opt -S < %s -loop-rotate -licm -verify-dom-info -verify-loop-info | FileCheck %s
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/JumpThreading/
H A Dno-irreducible-loops.ll1 …ng -loop-rotate -instcombine -indvars -loop-unroll -simplifycfg -S -verify-dom-info -verify-loop-i…
/minix3/external/bsd/libpcap/dist/
H A Doptimize.c249 root->dom[i] = 0; in find_dom()
254 SET_INSERT(b->dom, b->id); in find_dom()
257 SET_INTERSECT(JT(b)->dom, b->dom, nodewords); in find_dom()
258 SET_INTERSECT(JF(b)->dom, b->dom, nodewords); in find_dom()
1422 if (!SET_MEMBER((*diffp)->dom, b->id)) in or_pullup()
1439 if (!SET_MEMBER((*samep)->dom, b->id)) in or_pullup()
1513 if (!SET_MEMBER((*diffp)->dom, b->id)) in and_pullup()
1530 if (!SET_MEMBER((*samep)->dom, b->id)) in and_pullup()
1953 blocks[i]->dom = p; in opt_init()
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/LoopVectorize/
H A Dincorrect-dom-info.ll2 ; incorrect updating of the dom-tree.
3 ; RUN: opt < %s -loop-vectorize -verify-dom-info
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Ddiscontiguous-loops.ll1 ; RUN: llc -verify-loop-info -verify-dom-info -march=x86-64 < %s
/minix3/external/bsd/libevent/dist/
H A Devdns.c3007 struct search_domain *next, *dom; in search_state_decref() local
3008 for (dom = state->head; dom; dom = next) { in search_state_decref()
3009 next = dom->next; in search_state_decref()
3010 mm_free(dom); in search_state_decref()
3129 struct search_domain *dom; in search_make_new() local
3131 for (dom = state->head; dom; dom = dom->next) { in search_make_new()
3135 const u8 *const postfix = ((u8 *) dom) + sizeof(struct search_domain); in search_make_new()
3136 const int postfix_len = dom->len; in search_make_new()
3964 struct search_domain *dom, *dom_next; in evdns_base_free_and_unlock() local
3996 for (dom = base->global_search_state->head; dom; dom = dom_next) { in evdns_base_free_and_unlock()
[all …]

1234