| /plan9/sys/src/cmd/gs/src/ |
| H A D | gdevstc2.c | 86 long spotsize,threshold,*errc,*errv; in stc_fs() local 110 threshold = buf[2]; in stc_fs() 125 if(cv > threshold) { in stc_fs() 239 long spotsize,threshold,*errc,*errv; in stc_fscmyk() local 258 threshold = buf[2]; in stc_fscmyk() 275 if(cv > threshold) { in stc_fscmyk() 299 if(cv <= (threshold-spotsize)) cv = threshold-spotsize+1; in stc_fscmyk() 319 if(cv > threshold) { in stc_fscmyk() 325 if(cv > threshold ) cv = threshold; in stc_fscmyk()
|
| H A D | gsht1.c | 65 params.threshold.thresholds); 76 ENUM_RETURN((hptr->params.threshold.transfer == 0 ? 77 hptr->params.threshold.transfer_closure.data : 95 RELOC_CONST_STRING_VAR(hptr->params.threshold.thresholds); in RELOC_PTRS_WITH() 96 if (hptr->params.threshold.transfer == 0) in RELOC_PTRS_WITH() 97 RELOC_VAR(hptr->params.threshold.transfer_closure.data); in RELOC_PTRS_WITH() 226 &pht->params.threshold, mem); in gs_sethalftone_prepare() 288 &phc->params.threshold, mem); in gs_sethalftone_prepare()
|
| H A D | gxht.h | 145 gs_threshold_halftone threshold; /* Type 3 */ member 191 gs_threshold_halftone threshold; /* Type 3 */ member
|
| H A D | gscie.c | 572 cie_cached_value cur, int i, floatp threshold) in check_interpolation_required() argument 576 if (any_abs(cur - prev) > threshold * min(any_abs(prev), any_abs(cur))) { in check_interpolation_required() 585 cie_cache_set_interpolation(gx_cie_vector_cache *pcache, floatp threshold) in cie_cache_set_interpolation() argument 600 threshold); in cie_cache_set_interpolation() 602 threshold); in cie_cache_set_interpolation() 604 threshold); in cie_cache_set_interpolation() 626 const cie_cache_floats * pcf, floatp threshold) in cie_cache_mult() argument 643 cie_cache_set_interpolation(pcache, threshold); in cie_cache_mult() 680 floatp threshold) in cie_cache_mult3() argument 682 cie_cache_mult(&pvc->caches[0], &pmat->cu, &pvc->caches[0].floats, threshold); in cie_cache_mult3() [all …]
|
| H A D | gshtx.h | 44 #define ht_threshold threshold
|
| H A D | gsht.c | 87 ENUM_RETURN_CONST_STRING_PTR(gs_halftone, params.threshold.thresholds); 103 ENUM_RETURN((hptr->params.threshold.transfer == 0 ? 104 hptr->params.threshold.transfer_closure.data : 123 RELOC_CONST_STRING_PTR(gs_halftone, params.threshold.thresholds); in RELOC_PTRS_WITH() 124 if (hptr->params.threshold.transfer == 0) in RELOC_PTRS_WITH() 125 RELOC_PTR(gs_halftone, params.threshold.transfer_closure.data); in RELOC_PTRS_WITH()
|
| H A D | gdevupd.c | 630 int32_t threshold; /* Val must be larger than this to fire */ member 3407 comp->threshold = nsteps; in upd_open_fscomp() 3452 comp->threshold = comp->spotsize / 2; in upd_open_fscomp() 3468 "threshold: %10d 0x%08x\n",comp->threshold,comp->threshold); in upd_open_fscomp() 3489 scale = (float) comp->threshold / (float) (hv - lv); in upd_open_fscomp() 3490 lv += (int32_t)(comp->threshold / (2*scale)); in upd_open_fscomp() 3695 if(pixel[3] > comp[3]->threshold) { /* "Fire" */ in upd_fscomp() 3704 if(pixel[2] > comp[2]->threshold) { /* "Fire" */ in upd_fscomp() 3713 if(pixel[1] > comp[1]->threshold) { /* "Fire" */ in upd_fscomp() 3722 if(pixel[0] > comp[0]->threshold) { /* "Fire" */ in upd_fscomp() [all …]
|
| H A D | ttobjs.h | 652 TT_F26Dot6 threshold; member
|
| H A D | ttinterp.c | 1138 val = (distance - CUR.phase + CUR.threshold + compensation) & in Round_Super() 1146 val = -( (CUR.threshold - CUR.phase - distance + compensation) & in Round_Super() 1182 val = ( (distance - CUR.phase + CUR.threshold + compensation) / in Round_Super_45() 1190 val = -( ( (CUR.threshold - CUR.phase - distance + compensation) / in Round_Super_45() 1302 CUR.threshold = CUR.period - 1; in SetSuperRound() 1304 CUR.threshold = ( (Int)(selector & 0x0F) - 4L ) * CUR.period / 8; in SetSuperRound() 1308 CUR.threshold /= 256; in SetSuperRound()
|
| H A D | gdevcdj.c | 3530 #define CMYK_THRESHOLD(I) threshold[I] 3557 int *direction,*threshold,*spotsize,*emin,*emax; local 3574 threshold = direction + 4; 3575 spotsize = threshold + 4; 3640 int *threshold = direction + 4; local 3641 int *spotsize = threshold + 4;
|
| H A D | zht2.c | 212 code = dict_threshold_params(&rvalue[1], &pc->params.threshold, in zsethalftone5()
|
| H A D | ttobjs.c | 651 exec->threshold = 0; in Instance_Init()
|
| H A D | gdevpdfg.c | 1030 code = pdf_write_threshold_halftone(pdev, &phtc->params.threshold, in pdf_write_multiple_halftone() 1116 code = pdf_write_threshold_halftone(pdev, &pht->params.threshold, in pdf_update_halftone()
|
| /plan9/sys/src/cmd/aux/vga/ |
| H A D | clgd546x.c | 17 int threshold; /* display threshold */ member 128 laguna->threshold = mmio16r(laguna, Threshold); in snarf() 278 laguna->threshold = (interleave<<14)|(fetches<<8)|0x14; in init() 314 mmio16w(laguna, Threshold, laguna->threshold); in load() 346 ctlr->name, laguna->threshold); in dump()
|
| /plan9/sys/src/9/pc/ |
| H A D | ether82557.c | 153 uchar threshold; member 219 int threshold; member 465 len += snprint(p+len, READSTR-len, "threshold: %d\n", ctlr->threshold); in ifstat() 510 cb->threshold = ctlr->threshold; in txstart() 748 if((cb->status & CbU) && ctlr->threshold < 0xE0) in interrupt() 749 ctlr->threshold++; in interrupt() 819 ctlr->threshold = 80; in ctlrinit()
|
| /plan9/sys/lib/ |
| H A D | scsicodes | 217 2603 threshold parameters not supported 326 3807 thin provisioning soft threshold reached 453 5b01 threshold condition met 459 5d00 failure prediction threshold exceeded 460 5d01 media failure prediction threshold exceeded 461 5d02 logical unit failure prediction threshold exceeded 462 5d03 spare area exhaustion prediction threshold exceeded 541 5dff failure prediction threshold exceeded (false)
|
| /plan9/sys/src/9/omap/ |
| H A D | trap.c | 43 ulong threshold; member 236 ip->threshold = Prioritythreshold; /* disable threshold */ in trapinit()
|
| /plan9/lib/font/bit/fixed/ |
| H A D | README.ORIG | 198 deactivate any glyphs above a threshold code value in BDF files. This
|
| /plan9/sys/src/ape/cmd/diff/ |
| H A D | ChangeLog | 1428 Increase threshold for stopping discarding, and also check for 1429 consecutive nondiscardables as separate threshold.
|
| /plan9/sys/games/lib/ |
| H A D | anawords | 16925 threshold
|
| /plan9/lib/ |
| H A D | words | 26935 threshold
|
| /plan9/sys/src/cmd/spell/ |
| H A D | list | 26588 threshold n,v
|