Searched refs:numc (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libedit/TEST/ |
H A D | wtc1.c | 111 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()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSearchableTables.td | 33 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<… 43 …ferFormat<bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> : GcnBufferFormatBase<… 131 multiclass Gfx10PlusBufferFormat<bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> { 132 def : Gfx10BufferFormat<f, bpc, numc, nfmt, dfmt>; 133 def : Gfx11PlusBufferFormat<f, bpc, numc, nfmt, dfmt>;
|