Searched refs:nce (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/dev/sound/ |
| D | clone.c | 615 struct snd_clone_entry *ce, *after, *bce, *cce, *nce, *tce; in snd_clone_alloc() local 638 nce = NULL; /* "n"ull, totally unbusy candidate */ in snd_clone_alloc() 695 (nce == NULL || timespeccmp(&ce->tsp, &nce->tsp, <))) in snd_clone_alloc() 696 nce = ce; in snd_clone_alloc() 706 } else if (nce != NULL) { in snd_clone_alloc() 711 if (allocunit < (nce->unit & ~tmask)) in snd_clone_alloc() 713 ce = nce; in snd_clone_alloc() 754 if (nce != NULL) { in snd_clone_alloc() 755 ce = nce; in snd_clone_alloc()
|
| /freebsd-12-stable/sys/dev/nand/ |
| D | nfc_rb.c | 165 uint32_t ale[2],cle[2],nce[2],rdy[2]; in rb_nand_attach() local 178 if (OF_getprop(node, "nce", nce, sizeof(nce)) <= 0) { in rb_nand_attach() 185 if (ale[0] != cle[0] || ale[0] != nce[0] || ale[0] != rdy[0]) { in rb_nand_attach() 191 sc->sc_nce_pin = nce[1]; in rb_nand_attach()
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | picoxcell-pc7302-pc3x2.dts | 41 &banka 2 0 /* nce */
|
| D | picoxcell-pc7302-pc3x3.dts | 47 &banka 2 0 /* nce */
|
| /freebsd-12-stable/contrib/nvi/catalog/ |
| D | tr_TR.UTF-8.base | 188 201 "Arabellekler komuttan önce belirtilmeli" 235 250 "%s: Dosya bu kopyadan daha önce değiştirilmiş; yok saymak için ! kullanın" 236 251 "%s: Dosya bu kopyadan daha önce değiştirilmiş"
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| D | TypeSystemClang.cpp | 7389 nce = nested_indirect_field_decl->chain_end(); in BuildIndirectFields() local 7390 nci < nce; ++nci) { in BuildIndirectFields()
|