HomeSort by: relevance | last modified time | path
    Searched defs:spd (Results 1 - 17 of 17) sorted by relevancy

  /src/usr.bin/tip/aculib/
df.c 71 speed_t volatile spd; local
74 spd = 0;
92 spd = cfgetospeed(&cntrl);
93 if (spd != B1200) { /* must dial at 1200 baud */
111 if (df03 && spd != B1200) {
112 (void)cfsetospeed(&cntrl, spd);
113 (void)cfsetispeed(&cntrl, spd);
  /src/sys/dev/pci/
optiide.c 175 int drive, spd, s; local
192 spd = (int) opti_read_config(chp, OPTI_REG_STRAP);
193 spd &= OPTI_STRAP_PCI_SPEED_MASK;
224 (opti_tim_as[spd][mode[0]] != opti_tim_as[spd][mode[1]])) {
230 int d = (opti_tim_as[spd][mode[0]] >
231 opti_tim_as[spd][mode[1]]) ? 0 : 1;
248 rv = opti_tim_as[spd][m] << OPTI_MISC_ADDR_SETUP_SHIFT;
253 rv = opti_tim_cp[spd][m] << OPTI_PULSE_WIDTH_SHIFT;
254 rv |= opti_tim_rt[spd][m] << OPTI_RECOVERY_TIME_SHIFT
    [all...]
  /src/games/mille/
comp.c 408 CARD bat, spd, card; local
411 spd = pp->speed;
413 if (pp->can_go || ((is_repair(bat) || bat == C_STOP || spd == C_LIMIT) &&
426 if (spd == C_LIMIT)
  /src/external/gpl3/gcc/dist/gcc/
stringpool.cc 266 /* SPD is saved in the PCH file and holds the information needed
290 static GTY(()) struct string_pool_data * spd;
293 /* Save the stringpool data in SPD. */
298 spd = ggc_alloc<string_pool_data> ();
299 spd->nslots = ident_hash->nslots;
300 spd->nelements = ident_hash->nelements;
301 spd->entries = ggc_vec_alloc<ht_identifier_ptr> (spd->nslots);
302 memcpy (spd->entries, ident_hash->entries,
303 spd->nslots * sizeof (spd->entries[0]))
288 static GTY(()) struct string_pool_data * spd; variable in typeref:struct:string_pool_data
    [all...]
ipa-inline.cc 466 int64_t spd = opt_for_fn (n->decl, param_inline_heuristics_hint_percent); local
467 spd = spd * spd;
468 if (spd > 1000000)
469 spd = 1000000;
470 return opt_for_fn (n->decl, param_max_inline_insns_single) * spd / 100;
487 int64_t spd = opt_for_fn (n->decl, param_inline_heuristics_hint_percent); local
488 spd = spd * spd
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
stringpool.cc 235 /* SPD is saved in the PCH file and holds the information needed
248 static GTY(()) struct string_pool_data * spd;
250 /* Save the stringpool data in SPD. */
255 spd = ggc_alloc<string_pool_data> ();
256 spd->nslots = ident_hash->nslots;
257 spd->nelements = ident_hash->nelements;
258 spd->entries = ggc_vec_alloc<ht_identifier_ptr> (spd->nslots);
259 memcpy (spd->entries, ident_hash->entries,
260 spd->nslots * sizeof (spd->entries[0]))
246 static GTY(()) struct string_pool_data * spd; variable in typeref:struct:string_pool_data
    [all...]
ipa-inline.cc 413 int64_t spd = opt_for_fn (n->decl, param_inline_heuristics_hint_percent); local
414 spd = spd * spd;
415 if (spd > 1000000)
416 spd = 1000000;
417 return opt_for_fn (n->decl, param_max_inline_insns_single) * spd / 100;
434 int64_t spd = opt_for_fn (n->decl, param_inline_heuristics_hint_percent); local
435 spd = spd * spd
    [all...]
  /src/lib/libedit/
tty.c 613 speed_t spd; local
615 if ((spd = cfgetispeed(td)) == 0)
616 spd = cfgetospeed(td);
617 return spd;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
stream_encoder.h 83 struct dc_info_packet spd; member in struct:encoder_info_frame
  /src/external/bsd/ppp/dist/pppd/
tty.c 332 int spd; local
334 spd = strtol(arg, &ptr, 0);
335 if (ptr == arg || *ptr != 0 || spd == 0)
338 inspeed = spd;
339 slprintf(speed_str, sizeof(speed_str), "%d", spd);
  /src/crypto/external/bsd/heimdal/dist/kdc/
krb5tgs.c 127 KRB5SignedPathData spd; local
129 spd.client = rk_UNCONST(client);
130 spd.authtime = tkt->authtime;
131 spd.delegated = principals;
132 spd.method_data = NULL;
135 &spd, &size, ret);
206 KRB5SignedPathData spd; local
215 spd.client = cp;
216 spd.authtime = tkt->authtime;
217 spd.delegated = sp.delegated
    [all...]
  /src/sys/dev/ieee1394/
firewirereg.h 256 uint8_t spd; member in struct:fw_xfer::__anon3090
270 uint8_t spd; member in struct:fw_rcv_buf
fwohci.c 1402 ohcifp->mode.common.spd = xfer->send.spd & 0x7;
1410 ohcifp->mode.common.spd = 0;
2527 ohcifp->mode.common.spd = 0 & 0x7;
2757 u_int spd; local
2905 spd = (stat >> 21) & 0x3;
2926 rb.spd = spd;
fwohcireg.h 355 uint32_t spd:16, /* XXX include reserved field */ member in struct:fwohci_txpkthdr::__anon3095::__anon3096
363 spd:16; /* XXX include reserved fields */
371 spd:3, member in struct:fwohci_txpkthdr::__anon3095::__anon3097
379 spd:3,
389 spd:3, member in struct:fwohci_txpkthdr::__anon3095::__anon3098
397 spd:3,
  /src/sys/external/bsd/drm2/include/linux/
hdmi.h 348 struct hdmi_spd_infoframe spd; member in union:hdmi_infoframe
  /src/sys/arch/arm/sociox/
if_scx.c 1707 int spd; local
1711 spd = Mbps[(miisr & MIISR_SPD) >> 1];
1718 printf(" spd%d", spd);
1733 if (spd != 1000)
1736 if (spd == 100)
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_display_types.h 1020 union hdmi_infoframe spd; member in struct:intel_crtc_state::__anon4930

Completed in 44 milliseconds