Searched refs:unit (Results 176 - 200 of 343) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/dom/
H A DRange.idl95 [RaisesException] void expand([Default=Undefined] optional DOMString unit);
/macosx-10.10/lsof-53/lsof/tests/
H A DLTdnlc.c392 || (cwddc->unit != devdc.unit)
H A DLsofTest.h308 unsigned int unit; /* unit number (where applicable) */ member in struct:LTdev
/macosx-10.10/swig-12/Lib/ocaml/
H A Dswig.mli60 val register_class_byname : string -> ('a c_obj_t -> 'a c_obj_t) -> unit
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Drecord.tcl41 SetTime [s length -unit sec]
112 set t [s length -unit sec]
/macosx-10.10/vim-55/runtime/autoload/
H A Ddecada.vim25 " Convert filename into acs unit:
/macosx-10.10/vim-55/runtime/syntax/
H A Ddtrace.vim61 " sane unit capitalization in this script (ie 'ns', 'us', 'ms', 's' have to be
72 " size defaults to something if no unit is given (ie., having no unit is ok)
76 " time defaults to hz if no unit is given
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Ddelphi.el200 to try type unit uses until var while with xor
271 (defconst delphi-unit-sections
278 (defconst delphi-unit-statements
279 `(,@delphi-use-clauses ,@delphi-unit-sections initialization finalization)
283 `(,@delphi-decl-sections ,@delphi-unit-statements
297 `(,@delphi-unit-statements ,@delphi-routine-statements)
1139 ;; Indent to first unit in use clause.
1255 ((delphi-is token-kind delphi-unit-statements) (throw 'done 0))
1353 ;; In unit sections we indent right to the left.
1354 ((delphi-is token-kind delphi-unit
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dreldatefmt.cpp579 double quantity, UDateDirection direction, UDateRelativeUnit unit,
590 return cache->relativeUnits[unit][bFuture].format(
600 UDateDirection direction, UDateAbsoluteUnit unit,
605 if (unit == UDAT_ABSOLUTE_NOW && direction != UDAT_DIRECTION_PLAIN) {
609 return appendTo.append(cache->absoluteUnits[unit][direction]);
578 format( double quantity, UDateDirection direction, UDateRelativeUnit unit, UnicodeString& appendTo, UErrorCode& status) const argument
599 format( UDateDirection direction, UDateAbsoluteUnit unit, UnicodeString& appendTo, UErrorCode& status) const argument
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-darwin.c159 int unit = -1; local
205 * Create a device instance when no unit number is specified
207 sscanf(ifname, PKTAP_IFNAME "%d", &unit);
211 unit = -1;
224 * Create a device instance when no unit number is specified
226 sscanf(ifname, IPTAP_IFNAME "%d", &unit);
233 if (unit == -1) {
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dclock.c133 #define TIME_ADD(rsecs, secs, rfrac, frac, unit) \
135 if (((rfrac) += (frac)) >= (unit)) { \
136 (rfrac) -= (unit); \
142 #define TIME_SUB(rsecs, secs, rfrac, frac, unit) \
145 (rfrac) += (unit); \
/macosx-10.10/shell_cmds-179/find/
H A Dfunction.c161 char *str, *unit; /* Pointer to character ending conversion. */ local
179 value = strtoq(str, &unit, 10);
180 if (value == 0 && unit == str) {
184 if (*unit == '\0')
190 switch(*unit) {
207 errx(1, "%s: %s: bad unit '%c'", option, vp, *unit);
210 str = unit + 1;
213 value = strtoq(str, &unit, 10);
214 if (value == 0 && unit
[all...]
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_getparam.c547 char *unit; local
548 curl_off_t value = curlx_strtoofft(nextarg, &unit, 0);
550 if(!*unit)
551 unit = (char *)"b";
552 else if(strlen(unit) > 1)
553 unit = (char *)"w"; /* unsupported */
555 switch(*unit) {
573 warnf(config, "unsupported rate unit. Use G, M, K or B!\n");
/macosx-10.10/ntp-92/ntpd/
H A Drefclock_chu.c210 #define DEVICE "/dev/chu%d" /* device name and unit */
325 * CHU unit control structure
461 int unit, /* instance number (not used) */
480 fd_audio = audio_init(DEVICE_AUDIO, AUDIO_BUFSIZ, unit);
492 sprintf(device, DEVICE, unit);
500 sprintf(device, DEVICE, unit);
507 * Allocate and initialize unit structure
589 int unit, /* instance number (not used) */
1285 int unit,
1301 int unit,
460 chu_start( int unit, struct peer *peer ) argument
588 chu_shutdown( int unit, struct peer *peer ) argument
1284 chu_poll( int unit, struct peer *peer ) argument
1300 chu_second( int unit, struct peer *peer ) argument
[all...]
H A Drefclock_irig.c206 * IRIG unit control structure
307 int unit, /* instance number (used for PCM) */
324 fd = audio_init(DEVICE_AUDIO, AUDIO_BUFSIZ, unit);
333 * Allocate and initialize unit structure
387 int unit, /* instance number (not used) */
442 * or 125 us per sample. A frequency change of one unit
623 * 360 degrees produces an output change of one unit.
979 int unit, /* instance number (not used) */
306 irig_start( int unit, struct peer *peer ) argument
386 irig_shutdown( int unit, struct peer *peer ) argument
978 irig_poll( int unit, struct peer *peer ) argument
H A Drefclock_jjy.c151 #define DEVICE "/dev/jjy%d" /* device name and unit */
162 * JJY unit control structure
233 jjy_start ( int unit, struct peer *peer ) argument
246 printf ( DEVICE, unit ) ;
256 sprintf ( pDeviceName, DEVICE, unit ) ;
293 * Allocate and initialize unit structure
379 jjy_shutdown ( int unit, struct peer *peer ) argument
1005 jjy_poll ( int unit, struct peer *peer ) argument
1037 jjy_poll_tristate_jjy01 ( unit, peer ) ;
1041 jjy_poll_cdex_jst2000 ( unit, pee
1062 jjy_poll_tristate_jjy01( int unit, struct peer *peer ) argument
1088 jjy_poll_cdex_jst2000( int unit, struct peer *peer ) argument
1114 jjy_poll_echokeisokuki_lt2000( int unit, struct peer *peer ) argument
1150 jjy_poll_citizentic_jjy200( int unit, struct peer *peer ) argument
[all...]
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclGetDate.y217 %type <Number> unit
442 relunits : sign tUNUMBER unit {
445 | tUNUMBER unit {
448 | tNEXT unit {
451 | tNEXT tUNUMBER unit {
454 | unit {
467 unit : tSEC_UNIT {
466 unit : tSEC_UNIT { label
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclGetDate.y150 %type <Number> unit sign tNEXT tSTARDATE
367 relunits : sign tUNUMBER unit { *yyRelPointer += $1 * $2 * $3; }
368 | tUNUMBER unit { *yyRelPointer += $1 * $2; }
369 | tNEXT unit { *yyRelPointer += $2; }
370 | tNEXT tUNUMBER unit { *yyRelPointer += $2 * $3; }
371 | unit { *yyRelPointer += $1; }
376 unit : tSEC_UNIT { $$ = $1; yyRelPointer = &yyRelSeconds; } label
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Dcore.tcl627 # syntax: [<number> <unit>] --> <number>
635 proc Unit {n unit} {
636 #puts "Unit $unit ($n)"
637 return [expr {$n * $ourunit($unit)}]
640 method unit {n unit} { return [Unit $n $unit] }
1096 typevariable ourunit -array {} ; # database for unit conversion
1100 foreach {unit s} {
1106 set ourunit($unit) [exp
[all...]
/macosx-10.10/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2LUN.cpp371 // returns the FireWire unit for doing non-SBP2 work
375 IOService * unit = NULL; local
380 unit = provider->getProvider();
383 return (IOFireWireUnit*)unit;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif.c461 u_int32_t unit; local
464 ifc = if_clone_lookup(name, &unit);
472 wildcard = (unit == UINT32_MAX);
474 * Find a free unit if none was given.
484 unit = (bytoff << 3) + bitoff;
487 if (unit > ifc->ifc_maxunit)
490 err = (*ifc->ifc_create)(ifc, unit, params);
495 bytoff = unit >> 3;
496 bitoff = unit - (bytoff << 3);
500 * Allocate the unit i
534 u_int32_t unit; local
614 u_int32_t unit; local
1365 int unit; local
[all...]
H A Diptap.c184 iptap_clone_create(struct if_clone *ifc, u_int32_t unit, void *params) argument
198 iptap->iptap_unit = unit;
206 if_init.unit = unit;
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDUPSClass.h39 SInt32 unit; member in struct:UPSHIDElement
/macosx-10.10/file_cmds-242/df/
H A Ddf.c353 * unit suffixes at the end. Makes output compact and easy to read,
361 unit_t unit; local
369 unit = NONE;
371 unit = unitp[unit_sz];
375 return (unit);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_fw.h63 * interface unit number of -1 matches any unit number, while an
77 short unit; /* -1 means match any unit */ member in struct:ip_fw_if::__anon14736
230 #define IP_FW_F_IIFNAME 0x00010000 /* In interface by name/unit (not IP) */
231 #define IP_FW_F_OIFNAME 0x00020000 /* Out interface by name/unit (not IP) */

Completed in 214 milliseconds

1234567891011>>