Home
last modified time | relevance | path

Searched refs:cch (Results 1 – 25 of 2513) sorted by relevance

12345678910>>...101

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/misc/sgi-gru/
H A Dgruhandles.c89 cch->opc = CCHOP_ALLOCATE; in cch_allocate()
90 start_instruction(cch); in cch_allocate()
103 cch->opc = CCHOP_START; in cch_start()
104 start_instruction(cch); in cch_start()
110 cch->opc = CCHOP_INTERRUPT; in cch_interrupt()
111 start_instruction(cch); in cch_interrupt()
119 cch->opc = CCHOP_DEALLOCATE; in cch_deallocate()
120 start_instruction(cch); in cch_deallocate()
132 *cch) in cch_interrupt_sync()
134 cch->opc = CCHOP_INTERRUPT_SYNC; in cch_interrupt_sync()
[all …]
H A Dgrumain.c554 lock_cch_handle(cch); in gru_unload_context()
567 if (cch_deallocate(cch)) in gru_unload_context()
569 unlock_cch_handle(cch); in gru_unload_context()
585 lock_cch_handle(cch); in gru_load_context()
605 cch->unmap_enable = 1; in gru_load_context()
610 cch->unmap_enable = 0; in gru_load_context()
631 if (cch_start(cch)) in gru_load_context()
633 unlock_cch_handle(cch); in gru_load_context()
653 lock_cch_handle(cch); in gru_update_cch()
666 if (cch_start(cch)) in gru_update_cch()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/misc/sgi-gru/
H A Dgruhandles.c89 cch->opc = CCHOP_ALLOCATE; in cch_allocate()
90 start_instruction(cch); in cch_allocate()
103 cch->opc = CCHOP_START; in cch_start()
104 start_instruction(cch); in cch_start()
110 cch->opc = CCHOP_INTERRUPT; in cch_interrupt()
111 start_instruction(cch); in cch_interrupt()
119 cch->opc = CCHOP_DEALLOCATE; in cch_deallocate()
120 start_instruction(cch); in cch_deallocate()
132 *cch) in cch_interrupt_sync()
134 cch->opc = CCHOP_INTERRUPT_SYNC; in cch_interrupt_sync()
[all …]
H A Dgrumain.c554 lock_cch_handle(cch); in gru_unload_context()
567 if (cch_deallocate(cch)) in gru_unload_context()
569 unlock_cch_handle(cch); in gru_unload_context()
585 lock_cch_handle(cch); in gru_load_context()
605 cch->unmap_enable = 1; in gru_load_context()
610 cch->unmap_enable = 0; in gru_load_context()
631 if (cch_start(cch)) in gru_load_context()
633 unlock_cch_handle(cch); in gru_load_context()
653 lock_cch_handle(cch); in gru_update_cch()
666 if (cch_start(cch)) in gru_update_cch()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/misc/sgi-gru/
H A Dgruhandles.c89 cch->opc = CCHOP_ALLOCATE; in cch_allocate()
90 start_instruction(cch); in cch_allocate()
103 cch->opc = CCHOP_START; in cch_start()
104 start_instruction(cch); in cch_start()
110 cch->opc = CCHOP_INTERRUPT; in cch_interrupt()
111 start_instruction(cch); in cch_interrupt()
119 cch->opc = CCHOP_DEALLOCATE; in cch_deallocate()
120 start_instruction(cch); in cch_deallocate()
132 *cch) in cch_interrupt_sync()
134 cch->opc = CCHOP_INTERRUPT_SYNC; in cch_interrupt_sync()
[all …]
H A Dgrumain.c554 lock_cch_handle(cch); in gru_unload_context()
567 if (cch_deallocate(cch)) in gru_unload_context()
569 unlock_cch_handle(cch); in gru_unload_context()
585 lock_cch_handle(cch); in gru_load_context()
605 cch->unmap_enable = 1; in gru_load_context()
610 cch->unmap_enable = 0; in gru_load_context()
631 if (cch_start(cch)) in gru_load_context()
633 unlock_cch_handle(cch); in gru_load_context()
653 lock_cch_handle(cch); in gru_update_cch()
666 if (cch_start(cch)) in gru_update_cch()
[all …]
/dports/graphics/libcaca/libcaca-0.99.beta19/caca/driver/
H A Dncurses.c664 chtype cch; in ncurses_write_utf32() local
667 cch = '?'; in ncurses_write_utf32()
677 cch = ' '; in ncurses_write_utf32()
698 cch = '\''; in ncurses_write_utf32()
702 cch = '"'; in ncurses_write_utf32()
720 cch = '='; in ncurses_write_utf32()
730 cch2 = cch; in ncurses_write_utf32()
734 cch2 = cch; in ncurses_write_utf32()
738 cch2 = cch; in ncurses_write_utf32()
845 cch = '~'; in ncurses_write_utf32()
[all …]
/dports/x11-clocks/buici-clock/buici/
H A Doptions.cxx188 cch = strlen (pch); in parse_options()
191 pch += cch - 1; in parse_options()
212 pch += cch - 1; in parse_options()
247 int cch = strcspn (pch, "="); in fetch_argument() local
248 if (pch[cch] == '=') { in fetch_argument()
275 int cch = pch ? strlen (pch) : 0; in fetch_option() local
276 if (cch) { in fetch_option()
278 if (cchOption < cch) in fetch_option()
279 cch = cchOption; in fetch_option()
313 if (!pOption->sz[cch]) in fetch_option()
[all …]
/dports/textproc/heirloom-doctools/heirloom-doctools-160308/refer/
H A Drefer6.c45 cch = s[2]; in putref()
50 cch = s[1]; in putref()
56 cch = lastype; in putref()
62 if (mindex(smallcaps, cch)) in putref()
85 if (cch == 'A') { in putref()
91 ".de [%c%c%s%c",cch,sep,tx,sep); in putref()
94 ".ds [%c%s%c", cch,tx,sep); in putref()
115 if (cch == 'P') in putref()
117 lastype = cch; in putref()
118 if (cch == 'T') in putref()
[all …]
/dports/textproc/py-isbnlib/isbnlib-3.10.9/isbnlib/dev/
H A D_decorators.py16 cch = metadata_cache
17 if cch is None: # pragma: no cover
24 if key in cch:
25 return cch[key]
29 cch[key] = value
40 cch = im_cache
44 if key in cch:
45 return cch[key]
49 cch[key] = value
/dports/devel/R-cran-pkgcache/pkgcache/tests/testthat/
H A Dtest-errors.R5 cch <- tryCatch(signalCondition(cnd), pkgcache_condition = identity) globalVar
6 expect_equal(conditionMessage(cch), "a message")
7 expect_s3_class(cch, "myclass")
8 expect_equal(cch$foo, 1)
14 cch <- tryCatch(warning(cnd), pkgcache_condition = identity) globalVar
15 expect_equal(conditionMessage(cch), "a message")
16 expect_s3_class(cch, "myclass")
17 expect_equal(cch$foo, 1)
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dsm3600-scanusb.c234 if (cch<1 || cch>3) in RegCheck()
236 pchBuffer=malloc(cch); in RegCheck()
237 pchTransfer=calloc(1,cch); in RegCheck()
246 for (i=0; !rcCode && i<cch; i++) in RegCheck()
263 pchTransfer, cch, /* bytes, size */ in RegCheck()
272 DumpBuffer(stdout,pchTransfer,cch); in RegCheck()
275 iRegister,cch,ulValue); in RegCheck()
412 if (cch<1 || cch>4) in RegRead()
418 pchTransfer=calloc(1,cch); in RegRead()
425 pchTransfer, cch, /* bytes, size */ in RegRead()
[all …]
H A Dsm3600-scanutil.c119 while (i<cch) in DumpBuffer()
248 int cch; in ReadChunk() local
253 cch); in ReadChunk()
255 achOut+=cch; in ReadChunk()
256 (*pcchRead)+=cch; in ReadChunk()
406 int cch; in DoScanFile() local
407 cch=0; in DoScanFile()
409 if (cch>0 && this->fhScan && cch<=APP_CHUNK_SIZE) in DoScanFile()
420 achBuf,cch); in DoScanFile()
421 this->ichPageBuffer+=cch; in DoScanFile()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/unit/base/
H A Djump.edp12 Uh cc, cch;
15 solve Prob1(cc, cch) = int2d(Th)(cc*cch) + intalledges(Th)(cc*cch) + int2d(Th)(1.*cch);
21 solve Prob2(cc, cch) = int2d(Th)(cc*cch) + intalledges(Th)(jump(cc)*cch) - int2d(Th)(1.*cch);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbcParameter.cs325 if (0 >= cch) in GetColumnSize()
334 if (!_internalShouldSerializeSize || 0x3fffffff <= cch || cch < 0) in GetColumnSize()
353 cch = Math.Max(cch, 4 * 1024); // MDAC 69224 in GetColumnSize()
370 cch = System.Text.Encoding.Default.GetMaxByteCount(cch); in GetColumnSize()
378 cch = Math.Max(cch, 4 * 1024); // MDAC 69224 in GetColumnSize()
395 cch = Math.Max(cch, 8 * 1024); // MDAC 69224 in GetColumnSize()
406 cch = Math.Max(2, cch); in GetColumnSize()
411 return cch; in GetColumnSize()
425 if (0 >= cch) in GetValueSize()
444 cch = 0; in GetValueSize()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kHlp/Bare/
H A DkHlpBareEnv.c73 KSIZE cch = kHlpStrLen((const char *)pszValue); in kHlpGetEnv()
74 if (cchVal > cch) in kHlpGetEnv()
75 kHlpMemCopy(pszVal, pszValue, cch + 1); in kHlpGetEnv()
84 DWORD cch; in kHlpGetEnv()
87 cch = GetEnvironmentVariable(pszVar, pszVal, cchVal); in kHlpGetEnv()
88 if (cch > 0 && cch < cchVal) in kHlpGetEnv()
92 if (cch >= cchVal) in kHlpGetEnv()
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/test/ProfileHarness/
H A DGrUtfTextSrc.cpp181 assert(cch <= mLength); in fetch()
182 if (cch > mLength) in fetch()
186 std::copy(mData8 + ichMin, mData8 + ichMin + cch, prgchwBuffer); in fetch()
187 return (cch - ichMin); in fetch()
192 assert(cch <= mLength); in fetch()
193 if (cch > mLength) in fetch()
197 std::copy(mData16 + ichMin, mData16 + ichMin + cch, prgchwBuffer); in fetch()
198 return (cch - ichMin); in fetch()
203 assert(cch <= mLength); in fetch()
204 if (cch > mLength) in fetch()
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/sound/
H A Dfm.c2022 FM_CH *cch[3]; in YM2203UpdateOne() local
2040 refresh_fc_eg_slot(&cch[2]->SLOT[SLOT4] , cch[2]->fc , cch[2]->kcode ); in YM2203UpdateOne()
3199 FM_CH *cch[6]; in YM2608UpdateOne() local
3226 refresh_fc_eg_slot(&cch[2]->SLOT[SLOT4] , cch[2]->fc , cch[2]->kcode ); in YM2608UpdateOne()
3745 FM_CH *cch[4]; in YM2610UpdateOne() local
3751 cch[0] = &F2610->CH[1]; in YM2610UpdateOne()
3779 refresh_fc_eg_slot(&cch[1]->SLOT[SLOT4] , cch[1]->fc , cch[1]->kcode ); in YM2610UpdateOne()
3882 FM_CH *cch[6]; in YM2610BUpdateOne() local
3909 refresh_fc_eg_slot(&cch[2]->SLOT[SLOT4] , cch[2]->fc , cch[2]->kcode ); in YM2610BUpdateOne()
4404 FM_CH *cch[6]; in YM2612UpdateOne() local
[all …]
/dports/games/uqm/uqm-0.8.0/src/libs/log/
H A Dmsgbox_win.c29 int cch; in toWideChar() local
32 cch = MultiByteToWideChar (CP_UTF8, 0, str, -1, NULL, 0); in toWideChar()
33 if (cch == 0) in toWideChar()
36 wstr = malloc (cch * sizeof (WCHAR)); in toWideChar()
40 cch = MultiByteToWideChar (CP_UTF8, 0, str, -1, wstr, cch); in toWideChar()
41 if (cch == 0) in toWideChar()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Odbc/
H A DOdbcParameter.cs302 if (0 >= cch) { in GetColumnSize()
308 if (!_internalShouldSerializeSize || 0x3fffffff<=cch || cch<0) { in GetColumnSize()
322 cch = Math.Max(cch, 4 * 1024); // MDAC 69224 in GetColumnSize()
338 cch = System.Text.Encoding.Default.GetMaxByteCount(cch); in GetColumnSize()
345 cch = Math.Max(cch, 4 * 1024); // MDAC 69224 in GetColumnSize()
359 cch = Math.Max(cch, 8 * 1024); // MDAC 69224 in GetColumnSize()
370 cch = Math.Max(2, cch); in GetColumnSize()
375 return cch; in GetColumnSize()
387 if (0 >= cch) { in GetValueSize()
401 cch = 0; in GetValueSize()
[all …]
/dports/devel/R-cran-broom/broom/man/
H A Dtidy.cch.Rd3 \name{tidy.cch}
4 \alias{tidy.cch}
6 \title{Tidy a(n) cch object}
8 \method{tidy}{cch}(x, conf.level = 0.95, ...)
11 \item{x}{An \code{cch} object returned from \code{\link[survival:cch]{survival::cch()}}.}
39 # examples come from cch documentation
68 \code{\link[=tidy]{tidy()}}, \code{\link[survival:cch]{survival::cch()}}
70 Other cch tidiers:
71 \code{\link{glance.cch}()},
78 \code{\link{glance.cch}()},
[all …]
H A Dglance.cch.Rd3 \name{glance.cch}
4 \alias{glance.cch}
5 \title{Glance at a(n) cch object}
7 \method{glance}{cch}(x, ...)
10 \item{x}{An \code{cch} object returned from \code{\link[survival:cch]{survival::cch()}}.}
48 # examples come from cch documentation
77 \code{\link[=glance]{glance()}}, \code{\link[survival:cch]{survival::cch()}}
79 Other cch tidiers:
81 \code{\link{tidy.cch}()}
94 \code{\link{tidy.cch}()},
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kHlp/Generic/
H A DkHlpInt2Ascii.c46 KHLP_DECL(char *) kHlpInt2Ascii(char *psz, KSIZE cch, long lVal, unsigned iBase) in kHlpInt2Ascii() argument
51 if (cch >= (lVal < 0 ? 3U : 2U) && psz) in kHlpInt2Ascii()
57 cch--; in kHlpInt2Ascii()
65 cch--; in kHlpInt2Ascii()
67 } while (lVal && cch > 1); in kHlpInt2Ascii()
75 else if (cch < 1 || !pszRet) in kHlpInt2Ascii()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dbidi-std.c319 psz[ich] = psz[cch]; in reverse()
320 psz[cch] = ch_temp; in reverse()
402 for (ich = 0; ich < cch; ich++)
469 for (ich = 0; ich < cch; ich++) in fz_bidi_resolve_explicit()
483 cch - (ich+1), n_nest); in fz_bidi_resolve_explicit()
499 cch - (ich+1), n_nest); in fz_bidi_resolve_explicit()
1032 for(ich = 0; ich < cch; ich++)
1063 size_t cch) in fz_bidi_resolve_whitespace() argument
1144 cch - ich, f_reverse) - 1; in reorderLevel()
1158 while (ich < cch) in Bidi_reorder()
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dfm.c2052 refresh_fc_eg_slot(&cch[2]->SLOT[SLOT4] , cch[2]->fc , cch[2]->kcode ); in YM2203UpdateOne()
3258 refresh_fc_eg_slot(&cch[2]->SLOT[SLOT4] , cch[2]->fc , cch[2]->kcode ); in YM2608UpdateOne()
3809 refresh_fc_eg_slot(&cch[1]->SLOT[SLOT4] , cch[1]->fc , cch[1]->kcode ); in YM2610UpdateOne()
3943 refresh_fc_eg_slot(&cch[2]->SLOT[SLOT4] , cch[2]->fc , cch[2]->kcode ); in YM2610BUpdateOne()
4502 refresh_fc_eg_slot(&cch[2]->SLOT[SLOT4] , cch[2]->fc , cch[2]->kcode ); in YM2612UpdateOne()
5393 cch[0] = &OPM->CH[0];
5394 cch[1] = &OPM->CH[1];
5395 cch[2] = &OPM->CH[2];
5396 cch[3] = &OPM->CH[3];
5397 cch[4] = &OPM->CH[4];
[all …]

12345678910>>...101