Home
last modified time | relevance | path

Searched refs:numc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libedit/TEST/
H A Dwtc1.c111 int numc, ncontinuation; in main() local
157 while((line = el_wgets(el, &numc)) != NULL && numc != 0) { in main()
165 (void)fwprintf(stderr, L"==> got %d %ls", numc, line); in main()
178 if(!continuation && numc == 1) in main()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUSearchableTables.td33 class GcnBufferFormatBase<bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> {
36 bits<8> NumComponents = numc;
41 …ferFormat<bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> : GcnBufferFormatBase<…
42 …ferFormat<bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> : GcnBufferFormatBase<…
/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c2302 uint8_t ncore, nnb, numc, nlbrs; in identifycpu()
2310 numc = __SHIFTOUT(descs[1], CPUID_AXPERF_NUMCPC); in identifycpu()
2314 ncore, nnb, numc); in identifycpu()
2291 uint8_t ncore, nnb, numc, nlbrs; identifycpu() local