Searched refs:unit (Results 276 - 300 of 343) sorted by relevance

<<11121314

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpng.h756 * below for the unit types. Valid if (valid & PNG_INFO_oFFs) non-zero.
857 * subject matter of the graphic. The chunk contains a unit specification
863 png_byte scal_unit PNG_DEPSTRUCT; /* unit of physical scale */
950 #define PNG_SCALE_UNKNOWN 0 /* unknown unit (image scale) */
956 #define PNG_RESOLUTION_UNKNOWN 0 /* pixels/unknown unit (aspect ratio) */
2440 png_infop info_ptr, int *unit, double *width, double *height));
2444 png_infop info_ptr, int *unit, png_charpp swidth, png_charpp sheight));
2452 png_infop info_ptr, int unit, double width, double height));
2456 png_infop info_ptr, int unit, png_charp swidth, png_charp sheight));
H A Dpngpriv.h464 int unit, double width, double height));
468 int unit, png_charp width, png_charp height));
H A Dpngwutil.c1538 png_warning(png_ptr, "Unrecognized unit type for oFFs chunk");
1612 png_write_sCAL(png_structp png_ptr, int unit, double width, double height) argument
1620 buf[0] = (char)unit;
1632 png_write_sCAL_s(png_structp png_ptr, int unit, png_charp width, argument
1650 buf[0] = (png_byte)unit;
1674 png_warning(png_ptr, "Unrecognized unit type for pHYs chunk");
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/khim/
H A Dkhim.tcl1437 # unit - Unit being homed (word, page, file)
1448 proc khim::CMapHome {c unit key} {
1451 set sc [expr { $unit * ($CMapSelectedCharacter($w) / $unit)
1452 + $key * ($unit - 1) }]
/macosx-10.10/vim-55/runtime/syntax/
H A Dmupad.vim49 syn keyword mupadDefine RD_INF RD_NINF undefined unit universe Z_
134 syn keyword mupadFunction traperror type unassume unit universe
H A Dsml.vim127 syn keyword smlType real string unit
H A Dspecman.vim72 syn keyword specmanStructure struct unit
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dmeasfmt.cpp151 static UBool isCurrency(const MeasureUnit &unit) { argument
152 return (uprv_strcmp(unit.getType(), "currency") == 0);
227 // We must have the unit bundle to proceed
631 static const char *listStyles[] = {"unit", "unit-short", "unit-narrow"};
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dfont.cpp213 int font::unit_scale(double *value, char unit) argument
217 switch (unit) {
/macosx-10.10/ppp-786.1.1/Controller/
H A Dne_sm_bridge.c296 new_bridge->serv.unit = findfreeunit(new_bridge->serv.type, new_bridge->serv.subtype);
297 if (new_bridge->serv.unit == 0xFFFF) {
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dzlibpas.pas8 unit zlibpas;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DRange.cpp2193 void Range::expand(const String& unit, ExceptionCode& ec) argument
2197 if (unit == "word") {
2200 } else if (unit == "sentence") {
2203 } else if (unit == "block") {
2206 } else if (unit == "document") {
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dntstat.c2185 static errno_t nstat_control_disconnect(kern_ctl_ref kctl, u_int32_t unit, void *uinfo);
2186 static errno_t nstat_control_send(kern_ctl_ref kctl, u_int32_t unit, void *uinfo, mbuf_t m, int flags);
2352 __unused u_int32_t unit,
2920 u_int32_t unit,
2987 result = ctl_enqueuedata(kctl, unit, &err, sizeof(err),
2350 nstat_control_disconnect( __unused kern_ctl_ref kctl, __unused u_int32_t unit, void *uinfo) argument
2918 nstat_control_send( kern_ctl_ref kctl, u_int32_t unit, void *uinfo, mbuf_t m, __unused int flags) argument
H A Dif_bond.c1080 bond_clone_create(struct if_clone * ifc, u_int32_t unit, __unused void *params) argument
1101 ifb->ifb_key = unit + 1;
1105 ifc->ifc_name, unit) >= sizeof(ifb->ifb_name)) {
1117 bond_init.unit = unit;
3030 u_int32_t unit; member in struct:__anon14533
3041 event.unit = (u_int32_t) ifnet_unit(ifp);
H A Dif_loop.c638 lo_init.unit = 0;
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js3749 // right), unit can be "char", "column" (like char, but doesn't
3757 function findPosH(doc, pos, dir, unit, visually) {
3778 if (unit == "char") moveOnce();
3779 else if (unit == "column") moveOnce(true);
3780 else if (unit == "word" || unit == "group") {
3781 var sawType = null, group = unit == "group";
3808 function findPosV(cm, pos, dir, unit) {
3810 if (unit == "page") {
3813 } else if (unit
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js3749 // right), unit can be "char", "column" (like char, but doesn't
3757 function findPosH(doc, pos, dir, unit, visually) {
3778 if (unit == "char") moveOnce();
3779 else if (unit == "column") moveOnce(true);
3780 else if (unit == "word" || unit == "group") {
3781 var sawType = null, group = unit == "group";
3808 function findPosV(cm, pos, dir, unit) {
3810 if (unit == "page") {
3813 } else if (unit
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl574 $c xview scroll 1 unit
591 $c xview scroll -1 unit
1078 if {[snd length -unit seconds] > 50 && $v(pps) > 100} {
1081 if {[snd length -unit seconds] < 50 && $v(pps) < 100} {
1538 PutMarker m2 [DTime2Time [snd length -unit seconds]] 0 0
2118 set startt [snd length -unit seconds]
2127 PutMarker m2 [expr {$startt + [DTime2Time [cbs length -unit seconds]]}] 0 0
2419 set length [snd length -unit seconds]
2739 set time [snd length -unit seconds]
2821 set secs [expr int([snd length -unit second
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dfrv-opc.c230 /* unit in insn actual unit */
235 /* I2 */ UNIT_NIL, /* no I2 or I3 unit */
245 /* B0 */ UNIT_B0, /* branches only in B0 unit. */
249 /* MULT-DIV */ UNIT_I0, /* multiply and divide only in I0 unit. */
250 /* IACC */ UNIT_I01, /* iacc multiply in I0 or I1 unit. */
251 /* LOAD */ UNIT_I0, /* load only in I0 unit. */
252 /* STORE */ UNIT_I0, /* store only in I0 unit. */
253 /* SCAN */ UNIT_I0, /* scan only in I0 unit. */
254 /* DCPL */ UNIT_C, /* dcpl only in C unit
445 add_next_to_vliw(FRV_VLIW *vliw, CGEN_ATTR_VALUE_ENUM_TYPE unit) argument
546 find_unit_in_vliw(FRV_VLIW *vliw, CGEN_ATTR_VALUE_ENUM_TYPE unit) argument
618 CGEN_ATTR_VALUE_ENUM_TYPE unit; local
800 CGEN_ATTR_VALUE_ENUM_TYPE unit; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex.el1843 (defun reftex-number (n unit &optional ending)
1844 (if (and (integerp n) (stringp unit))
1845 (format "%d %s%s" n unit (if (= n 1) "" (or ending "s")))
/macosx-10.10/network_cmds-457/netstat.tproj/
H A Dif.c2036 static const char unit[] = " KMG"; local
2046 snprintf(buf, RATESTR_MAX, "%.2Lf%cb", rate, unit[i]);
2048 snprintf(buf, RATESTR_MAX, "%lld%cb", (int64_t)rate, unit[i]);
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el246 ;; E L4/C5: this library unit is inaccessible
365 Unit-to-file name mapping: mapping of library unit names to names of files
367 To string : string a name is mapped to (\"\\1\" inserts the unit name,
369 Case adjustment : adjust case of inserted unit names
378 specification of the unit-to-file name mapping). Alternatively, an
809 When deriving a file name from a VHDL unit name, case can be changed as
848 (defcustom vhdl-insert-empty-lines 'unit
857 (const :tag "Design units only" unit)
1703 (defcustom vhdl-speedbar-jump-to-unit t
1704 "*Non-nil means jump to the design unit cod
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDDeviceClass.cpp1116 setElementDictIntValue(dictionary, CFSTR(kIOHIDElementUnitKey), element->unit);
1322 (number != fElements[index].unit))
1756 element.unit = OSSwapInt32(element.unit); \
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDElement.c486 return element->elementStructPtr->unit;
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp513 // we can continue to maintain the "unit number" of the "drive" such that if
514 // media is re-inserted, it will show up under the same "unit number". You
820 OSNumber * unit; local
822 unit = OSDynamicCast( OSNumber, service->getProperty( kIOBSDUnitKey ) );
824 if ( unit )
826 mask |= 1 << ( unit->unsigned32BitValue( ) % 64 );
844 number = OSDynamicCast( OSNumber, device->getProperty( "throttle-unit" ) );
1887 // This ioctl returns the BSD unit of the media object.

Completed in 295 milliseconds

<<11121314