HomeSort by: relevance | last modified time | path
    Searched refs:norm (Results 1 - 13 of 13) sorted by relevancy

  /src/lib/libc/citrus/
citrus_csmapper.c 110 unsigned long norm; local in function:find_best_pivot_pvdb
133 /* r1:pivot name, r2:norm among src and pivot */
137 norm = val32;
147 /* r2: norm among pivot and dst */
151 norm += val32;
152 /* judge minimum norm */
153 if (norm < *rnorm) {
154 *rnorm = norm;
185 unsigned long norm; member in struct:parse_arg
207 /* z1 : dst name, z2 : norm */
349 unsigned long norm; local in function:_citrus_csmapper_open
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_mode.c 187 if (~mode->valid_norms & 1<<priv->norm)
210 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; local in function:ch7006_setup_levels
216 if (norm->black_level < 339*fixed1/1000) {
226 black_level = round_fixed(norm->black_level*26625)/gain;
241 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; local in function:ch7006_setup_subcarrier
246 * (norm->subc_freq >> 24));
336 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; local in function:ch7006_setup_properties
    [all...]
ch7006_drv.c 128 const struct ch7006_tv_norm_info *norm = &ch7006_tv_norms[priv->norm]; local in function:ch7006_encoder_mode_set
133 regs[CH7006_DISPMODE] = norm->dispmode | mode->dispmode;
239 ~mode->valid_norms & 1<<priv->norm)
273 priv->norm);
327 priv->norm = val;
459 priv->norm = TV_NORM_PAL;
474 priv->norm = i;
480 ch7006_err(client, "Invalid TV norm setting \"%s\".\n",
538 MODULE_PARM_DESC(tv_norm, "Default TV norm.\n
    [all...]
ch7006_priv.h 94 enum ch7006_tv_norm norm; member in struct:ch7006_priv
  /src/games/mille/
comp.c 82 goto norm;
88 goto norm;
94 goto norm;
97 norm:
  /src/lib/libc/citrus/modules/
citrus_iconv_std.c 211 unsigned long norm; local in function:open_dsts
219 dbdst->db_charsets[i].ec_csname, &norm);
222 sd->sd_norm = norm;
225 if (sdtmp->sd_norm > norm) {
  /src/sys/dev/ic/
aac.c 563 int nsegs, i, rv, state, norm, high; local in function:aac_init
701 norm = htole32(AAC_HOST_NORM_CMD_ENTRIES);
705 norm;
707 norm;
713 norm = htole32(AAC_ADAP_NORM_CMD_ENTRIES);
717 norm;
719 norm;
725 norm = htole32(AAC_HOST_NORM_RESP_ENTRIES);
729 qt_qindex[AAC_HOST_NORM_RESP_QUEUE][AAC_PRODUCER_INDEX] = norm;
731 qt_qindex[AAC_HOST_NORM_RESP_QUEUE][AAC_CONSUMER_INDEX] = norm;
    [all...]
  /src/sys/arch/m68k/060sp/dist/
fpsp.s 435 set NORM, 0x00 # operand type for STAG/DTAG
599 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
678 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
693 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
792 # the src operand is definitely a NORM(!), so tag it as such
793 mov.b &NORM,STAG(%a6) # set src optype tag
839 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
916 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
936 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1066 # the src operand is definitely a NORM(!), so tag it as suc
    [all...]
pfpsp.s 435 set NORM, 0x00 # operand type for STAG/DTAG
599 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
678 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
693 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
792 # the src operand is definitely a NORM(!), so tag it as such
793 mov.b &NORM,STAG(%a6) # set src optype tag
839 # unnorm_fix() - change UNNORM operands to NORM or ZERO #
916 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
936 bsr.l unnorm_fix # yes; convert to NORM,DENORM,or ZERO
1066 # the src operand is definitely a NORM(!), so tag it as suc
    [all...]
fplsp.s 415 set NORM, 0x00 # operand type for STAG/DTAG
597 bsr.l ssin # operand is a NORM
655 bsr.l ssin # operand is a NORM
713 bsr.l ssin # operand is a NORM
774 bsr.l scos # operand is a NORM
832 bsr.l scos # operand is a NORM
890 bsr.l scos # operand is a NORM
951 bsr.l ssinh # operand is a NORM
1009 bsr.l ssinh # operand is a NORM
1067 bsr.l ssinh # operand is a NORM
    [all...]
ilsp.s 445 mov.l DDNORMAL(%a6), %d7 # get norm shift count
  /src/sbin/nvmectl/
bignum.c 987 int res, n, t, i, norm, neg; local in function:signed_divide
1033 norm = mp_count_bits(&y) % DIGIT_BIT;
1034 if (norm < (int)(DIGIT_BIT-1)) {
1035 norm = (DIGIT_BIT-1) - norm;
1036 if ((res = lshift_bits(&x, norm, &x)) != MP_OKAY) {
1039 if ((res = lshift_bits(&y, norm, &y)) != MP_OKAY) {
1043 norm = 0;
1153 rshift_bits(&x, norm, &x, NULL);
  /src/share/terminfo/
terminfo 4407 # norm turn off bold and half-bright mode
4432 Smulx=\E[4:%p1%dm, blink2=\E[6m, norm=\E[22m,
    [all...]

Completed in 248 milliseconds