Searched refs:unit (Results 26 - 50 of 343) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLBlock.cpp137 // number | number unit | namedspace
139 // There should be no space between the number and the unit of a length."
143 // element. [...] A number without a unit is intepreted as a multiple of the
149 // em an em (font-relative unit traditionally used for horizontal lengths)
150 // ex an ex (font-relative unit traditionally used for vertical lengths)
179 String unit; local
199 unit = s.substring(i, stringLength - i);
200 // Some authors leave blanks before the unit, but that shouldn't
201 // be allowed, so don't simplifyWhitespace on 'unit'.
215 if (unit
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_hopfser.c64 #define DEVICE "/dev/hopfclock%d" /* device name and unit */
84 * hopfclock unit control structure.
88 short unit; /* NTP refclock unit number */ member in struct:hopfclock_unit
121 int unit,
130 (void) sprintf(gpsdev, DEVICE, unit);
138 printf("hopfSerialClock(%d) start: open %s failed\n", unit, gpsdev);
143 msyslog(LOG_NOTICE, "hopfSerialClock(%d) fd: %d dev: %s", unit, fd,
147 * Allocate and initialize unit structure
152 msyslog(LOG_ERR, "hopfSerialClock(%d) emalloc: %m",unit);
120 hopfserial_start( int unit, struct peer *peer ) argument
195 hopfserial_shutdown( int unit, struct peer *peer ) argument
355 hopfserial_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_atom.c79 #define DEVICE "/dev/pps%d" /* device name and unit */
85 * PPS unit control structure
119 int unit, /* unit number (not used) */
128 * Allocate and initialize unit structure
143 sprintf(device, DEVICE, unit);
163 int unit, /* unit number (not used) */
182 int unit, /* unit pointe
118 atom_start( int unit, struct peer *peer ) argument
162 atom_shutdown( int unit, struct peer *peer ) argument
181 atom_timer( int unit, struct peer *peer ) argument
212 atom_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_datum.c133 ** that you can use any id for your unit and I will search for it in a
144 u_int unit; /* id for unit */ member in struct:datum_pts_unit
226 /* RS232 device and set up the data structure for my unit. */
231 int unit,
244 printf("Starting Datum PTS unit %d\n", unit);
258 ** Create the memory for the new unit
271 datum_pts->unit = unit; /* se
230 datum_pts_start( int unit, struct peer *peer ) argument
358 datum_pts_shutdown( int unit, struct peer *peer ) argument
439 datum_pts_poll( int unit, struct peer *peer ) argument
494 datum_pts_control( int unit, struct refclockstat *in, struct refclockstat *out, struct peer *peer ) argument
558 datum_pts_buginfo( int unit, register struct refclockbug *bug, register struct peer *peer ) argument
[all...]
H A Drefclock_pcf.c64 int unit,
75 (void)sprintf(device, DEVICE, unit);
78 (void)sprintf(device, OLDDEVICE, unit);
114 int unit,
130 int unit,
208 unit, pp->year, tp->tm_mon + 1, tp->tm_mday, pp->hour,
63 pcf_start( int unit, struct peer *peer ) argument
113 pcf_shutdown( int unit, struct peer *peer ) argument
129 pcf_poll( int unit, struct peer *peer ) argument
H A Drefclock_palisade.c266 int unit,
276 (void) sprintf(gpsdev, DEVICE, unit);
284 printf("Palisade(%d) start: open %s failed\n", unit, gpsdev);
289 msyslog(LOG_NOTICE, "Palisade(%d) fd: %d dev: %s", unit, fd,
294 "Palisade(%d) tcgetattr(fd, &tio): %m",unit);
296 printf("Palisade(%d) tcgetattr(fd, &tio)\n",unit);
306 * Allocate and initialize unit structure
319 ,unit);
323 ,unit);
328 ,unit);
265 palisade_start( int unit, struct peer *peer ) argument
388 palisade_shutdown( int unit, struct peer *peer ) argument
954 palisade_poll( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_local.c116 int unit,
152 int unit,
168 if (unit == VMS_LOCALUNIT) {
115 local_start( int unit, struct peer *peer ) argument
151 local_poll( int unit, struct peer *peer ) argument
/macosx-10.10/ppp-786.1.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_dlil.c49 u_short unit; member in struct:pppoe_if
66 static void pppoe_dlil_detaching(u_int16_t unit);
100 attach pppoe to ethernet unit
103 int pppoe_dlil_attach(u_short unit, ifnet_t *ifpp) argument
115 if (pppoeif->unit == unit) {
127 snprintf(ifname, sizeof(ifname), "en%d", unit);
130 IOLog("pppoe_dlil_attach : Can't find interface unit %d\n", unit);
166 pppoeif->unit
205 pppoe_dlil_detaching(u_int16_t unit) argument
[all...]
H A Dpppoe_wan.c141 u_short unit; local
152 if (pppoe_wan_findfreeunit(&unit)) {
171 lk->lk_unit = unit;
205 find a free unit in the interface list
210 u_short unit = 0; local
215 if (wan->link.lk_unit == unit) {
216 unit++;
222 *freeunit = unit;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dkern_control.h70 @field ctl_unit The kernel control unit.
127 creator code obtained from Apple Computer. sc_unit is a unit
134 @field sc_unit Kernel controller private unit number.
142 u_int32_t sc_unit; /* Developer private unit number */
287 contains the unit number of the kernel control instance the client is
291 registered, sc_unit is the dynamically allocated unit number of
314 @param unit The unit number of the kernel control instance the client has
319 typedef errno_t (*ctl_disconnect_func)(kern_ctl_ref kctlref, u_int32_t unit, void *unitinfo);
326 @param unit Th
638 u_int32_t unit; member in struct:ctl_cb
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dlcp.c381 lcp_init(unit)
382 int unit;
384 fsm *f = &lcp_fsm[unit];
385 lcp_options *wo = &lcp_wantoptions[unit];
386 lcp_options *ao = &lcp_allowoptions[unit];
388 f->unit = unit;
424 lcp_open(unit)
425 int unit;
427 fsm *f = &lcp_fsm[unit];
[all...]
H A Dchap.c158 chap_state chap[NUM_PPP]; /* CHAP state; one for each unit */
176 * ChapInit - Initialize a CHAP unit.
179 ChapInit(unit)
180 int unit;
182 chap_state *cstate = &chap[unit];
185 cstate->unit = unit;
199 ChapAuthWithPeer(unit, our_name, digest)
200 int unit;
204 chap_state *cstate = &chap[unit];
[all...]
H A Dacsp.h47 void acsp_data_input(int unit, u_char *pkt, int len);
H A Dmultilink.c78 static int owns_unit __P((TDB_DATA pid, int unit));
128 int unit, pppd_pid; local
192 unit = -1;
202 parse_num(rec.dptr, "IFNAME=ppp", &unit);
206 || !owns_unit(pid, unit))
207 unit = -1;
213 if (unit >= 0) {
214 /* attach to existing unit */
215 if (bundle_attach(unit)) {
257 * Check whether the pppd identified by `key' still owns ppp unit `uni
[all...]
H A Dacscp.c233 acscp_init(int unit) argument
235 fsm *f = &acscp_fsm[unit];
242 f->unit = unit;
245 fsm_init(&acscp_fsm[unit]);
282 acscp_open(int unit) argument
284 fsm_open(&acscp_fsm[unit]);
293 acscp_close(int unit, char *reason) argument
295 fsm_close(&acscp_fsm[unit], reason);
303 acscp_lowerup(int unit) argument
313 acscp_lowerdown(int unit) argument
323 acscp_input(int unit, u_char *p, int len) argument
334 acscp_protrej(int unit) argument
343 acscp_state(int unit) argument
[all...]
/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Dfast-dtoa.cc57 // * distance_too_high_w == (too_high - w).f() * unit
58 // * unsafe_interval == (too_high - too_low).f() * unit
59 // * rest = (too_high - buffer * 10^kappa).f() * unit
60 // * ten_kappa = 10^kappa * unit
61 // * unit = the common multiplier
71 uint64_t unit) {
72 uint64_t small_distance = distance_too_high_w - unit;
73 uint64_t big_distance = distance_too_high_w + unit;
78 // The real w (* unit) must lie somewhere inside the interval
85 // ^v 1 unit
65 RoundWeed(BufferReference<char> buffer, int length, uint64_t distance_too_high_w, uint64_t unsafe_interval, uint64_t rest, uint64_t ten_kappa, uint64_t unit) argument
185 RoundWeedCounted(BufferReference<char> buffer, int length, uint64_t rest, uint64_t ten_kappa, uint64_t unit, int* kappa) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-delay.el85 (let (num unit days year month day hour minute deadline)
116 (setq unit (match-string 2 delay))
119 (cond ((string= unit "Y")
121 ((string= unit "M")
123 ((string= unit "w")
125 ((string= unit "d")
127 ((string= unit "h")
/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dpptp_wan.c141 u_short unit; local
152 if (pptp_wan_findfreeunit(&unit)) {
171 lk->lk_unit = unit;
205 find a free unit in the interface list
210 u_short unit = 0; local
215 if (wan->link.lk_unit == unit) {
216 unit++;
222 *freeunit = unit;
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.print.c225 int unit; local
241 unit = didfds ? 2 : SHDIAG;
243 unit = didfds ? 1 : SHOUT;
246 if (didfds == 0 && ioctl(unit, TIOCLGET, (ioctl_t) & lmode) == 0 &&
249 (void) ioctl(unit, TIOCLBIC, (ioclt_t) & lmode);
250 (void) xwrite(unit, "\n", 1);
254 if (xwrite(unit, linbuf, linp - linbuf) == -1)
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dreldatefmttest.cpp25 static const char *RelativeUnitStr(UDateRelativeUnit unit);
26 static const char *AbsoluteUnitStr(UDateAbsoluteUnit unit);
31 UDateRelativeUnit unit; member in struct:WithQuantityExpected
37 UDateAbsoluteUnit unit; member in struct:WithoutQuantityExpected
219 UDateRelativeUnit unit);
223 UDateAbsoluteUnit unit);
380 fmt.format(expectedResult.value, expectedResult.direction, expectedResult.unit, actual, status);
390 RelativeUnitStr(expectedResult.unit));
404 fmt.format(expectedResult.direction, expectedResult.unit, actual, status);
413 AbsoluteUnitStr(expectedResult.unit));
421 VerifyIllegalArgument( const RelativeDateTimeFormatter& fmt, UDateDirection direction, UDateRelativeUnit unit) argument
433 VerifyIllegalArgument( const RelativeDateTimeFormatter& fmt, UDateDirection direction, UDateAbsoluteUnit unit) argument
496 RelativeUnitStr( UDateRelativeUnit unit) argument
519 AbsoluteUnitStr( UDateAbsoluteUnit unit) argument
[all...]
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Ddeflate.c70 int unit; member in struct:deflate_state
85 int unit, int hdrlen, int mru, int debug));
193 z_decomp_init(arg, options, opt_len, unit, hdrlen, mru, debug)
196 int opt_len, unit, hdrlen, mru, debug;
208 state->unit = unit;
268 state->unit, seq, state->seqno);
289 state->unit, r, (state->strm.msg? state->strm.msg: ""));
302 state->unit, olen, state->mru + PPP_HDRLEN);
350 state->unit,
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Duameasureformat.h40 * Full unit names, e.g. "5 hours, 37 minutes"
46 * Abbreviated unit names, e.g. "5 hrs, 37 mins"
52 * Use unit symbols if possible, e.g. "5 h, 37 m"
58 * Completely omit unit designatins if possible, e.g. "5:37"
146 * list of value/unit combinations to format.
151 UAMeasureUnit unit; member in struct:UAMeasure
158 * that would be used for the numeric part of the unit in uameasfmt_format, or the
159 * numeric part of the *last unit* (only) in uameasfmt_formatMultiple. The default
226 * @param unit
227 * The unit t
[all...]
H A Dreldatefmt.h29 * Represents the unit for formatting a relative date. e.g "in 5 days"
85 * Represents an absolute unit.
172 * Represents a direction for an absolute unit e.g "Next Tuesday"
243 * involving one single unit. This API does not support relative dates
354 * @param unit the unit e.g day? month? year?
364 UDateRelativeUnit unit,
371 * @param unit e.g SATURDAY, DAY, MONTH
382 UDateAbsoluteUnit unit,
/macosx-10.10/WebCore-7600.1.25/css/
H A DSVGCSSParser.cpp90 else if (value->unit == CSSPrimitiveValue::CSS_URI) {
170 if (value->unit == CSSPrimitiveValue::CSS_DEG || value->unit == CSSPrimitiveValue::CSS_NUMBER) {
192 else if (value->unit == CSSPrimitiveValue::CSS_URI) {
260 else if (value->unit == CSSPrimitiveValue::CSS_URI) {
261 parsedValue = CSSPrimitiveValue::create(value->string, (CSSPrimitiveValue::UnitTypes) value->unit);
312 else if (value->unit == CSSPrimitiveValue::CSS_STRING)
313 parsedValue = CSSPrimitiveValue::create(value->string, (CSSPrimitiveValue::UnitTypes) value->unit);
314 else if (value->unit >= CSSPrimitiveValue::CSS_NUMBER && value->unit <
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOSimpleReporter.cpp40 IOReportUnits unit)
50 if (!reporter->initWith(reportingService, categories, unit)) {
68 IOReportUnits unit)
78 return super::init(reportingService, channelType, unit);
38 with(IOService *reportingService, IOReportCategories categories, IOReportUnits unit) argument
66 initWith(IOService *reportingService, IOReportCategories categories, IOReportUnits unit) argument

Completed in 417 milliseconds

1234567891011>>