Searched refs:nce (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/nand/
H A Dnfc_rb.c128 uint32_t ale[2],cle[2],nce[2],rdy[2]; local
141 if (OF_getprop(node, "nce", nce, sizeof(nce)) <= 0) {
148 if (ale[0] != cle[0] || ale[0] != nce[0] || ale[0] != rdy[0]) {
154 sc->sc_nce_pin = nce[1];
/freebsd-11.0-release/sys/dev/sound/
H A Dclone.c613 struct snd_clone_entry *ce, *after, *bce, *cce, *nce, *tce; local
636 nce = NULL; /* "n"ull, totally unbusy candidate */
693 (nce == NULL || timespeccmp(&ce->tsp, &nce->tsp, <)))
694 nce = ce;
704 } else if (nce != NULL) {
709 if (allocunit < (nce->unit & ~tmask))
711 ce = nce;
752 if (nce != NULL) {
753 ce = nce;
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp7646 nce = nested_indirect_field_decl->chain_end();
7647 nci < nce;

Completed in 111 milliseconds