Searched refs:_stop (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libkern/kmod/
H A Dc_stop.c50 __private_extern__ kern_return_t _stop(kmod_info_t *ki, void *data) function
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dbitstring.h81 int _start = (start), _stop = (stop); \
83 int _stopbyte = _bit_byte(_stop); \
86 (0xff << ((_stop&0x7) + 1))); \
91 _name[_stopbyte] &= 0xff << ((_stop&0x7) + 1); \
98 int _start = (start), _stop = (stop); \
100 int _stopbyte = _bit_byte(_stop); \
103 (0xff >> (7 - (_stop&0x7)))); \
108 _name[_stopbyte] |= 0xff >> (7 - (_stop&0x7)); \
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dbitstring.h110 int _start = (start), _stop = (stop); \
112 int _stopbyte = _bit_byte(_stop); \
115 (0xff << ((_stop & 0x7) + 1))); \
120 _name[_stopbyte] &= 0xff << ((_stop & 0x7) + 1); \
127 int _start = (start), _stop = (stop); \
129 int _stopbyte = _bit_byte(_stop); \
132 (0xff >> (7 - (_stop & 0x7)))); \
137 _name[_stopbyte] |= 0xff >> (7 - (_stop & 0x7)); \
/macosx-10.10.1/libauto-186/
H A DDefinitions.h578 uint64_t _start, _stop; member in class:Auto::MicroTimer
580 MicroTimer() : _start(0), _stop(0) {}
582 void stop() { _stop = micro_time(); }
583 uint64_t elapsed() { return _stop - _start; }
599 uint64_t _start, _stop; member in class:Auto::NanoTimer
603 NanoTimer() : _start(0), _stop(0), _timebase(cached_timebase_info()) {}
606 void stop() { _stop = mach_absolute_time(); }
607 uint64_t elapsed() { return ((_stop - _start) * _timebase.numer) / _timebase.denom; }
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DGradientSlider.js273 this._stop = null;
304 return this._stop;
310 this._stop = stop;
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dknightstour.rb121 def _stop method in class:Knights_Tour
126 _stop
257 $knightstour.bind('Destroy'){ _stop }
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dknightstour.rb123 def _stop method in class:Knights_Tour
128 _stop
259 $knightstour.bind('Destroy'){ _stop }
/macosx-10.10.1/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.h73 static IOReturn _stop(void *self);
H A DIOHIDQueueClass.h73 static IOReturn _stop (void * self, IOOptionBits options);
129 static IOReturn _stop (void * self);
H A DIOHIDUPSClass.h109 static IOReturn _stop(void *self);
H A DIOHIDQueueClass.cpp593 &IOHIDQueueClass::_stop,
622 IOReturn IOHIDQueueClass::_stop (void * self, IOOptionBits options) function in class:IOHIDQueueClass
653 &IOHIDObsoleteQueueClass::_stop,
693 IOReturn IOHIDObsoleteQueueClass::_stop (void * self) function in class:IOHIDObsoleteQueueClass
H A DIOHIDEventServiceClass.cpp64 &IOHIDEventServiceClass::_stop
171 IOReturn IOHIDEventServiceClass::_stop(void *self) function in class:IOHIDEventServiceClass
H A DIOHIDDeviceClass.h166 static IOReturn _stop(void *self); // Calls close()
H A DIOHIDUPSClass.cpp1439 &IOHIDUPSClass::_stop
1481 // _stop
1483 IOReturn IOHIDUPSClass::_stop(void *self) function in class:IOHIDUPSClass
H A DIOHIDDeviceClass.cpp1653 &IOHIDDeviceClass::_stop
1683 IOReturn IOHIDDeviceClass::_stop(void *self) function in class:IOHIDDeviceClass
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_policy.h6390 extern kern_return_t _stop(kmod_info_t *ki, void *data); \
6392 KMOD_EXPLICIT_DECL(security.mpname, POLICY_VER, _start, _stop) \

Completed in 302 milliseconds