Searched refs:_current (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/zlib-55/zlib/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs25 protected uint _current; field in class:DotZLib.ChecksumGeneratorBase
33 _current = 0;
42 _current = initialValue;
48 public void Reset() { _current = 0; }
53 public uint Value { get { return _current; } }
140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Druleiter.cpp43 c = _current();
104 UChar32 a = _current();
135 UChar32 RuleCharacterIterator::_current() const { function in class:RuleCharacterIterator
H A Druleiter.h215 UChar32 _current() const;
/macosx-10.10.1/libauto-186/
H A DDefinitions.h905 PointerChunk *_current; member in class:Auto::PointerQueue
910 if (_current == NULL) {
912 _current = _head;
914 _current = _current->_next;
916 if (_current == NULL) {
917 _current = (PointerChunk *)_allocator.allocate_memory(sizeof(PointerChunk));
919 _head = _tail = _current;
921 _tail->_next = _current;
922 _tail = _current;
[all...]
/macosx-10.10.1/swig-12/Source/DOH/
H A Dhash.c319 iter._current = 0;
329 iter._current = h->hashtable[iter._index];
330 iter.item = ((HashNode *) iter._current)->object;
331 iter.key = ((HashNode *) iter._current)->key;
335 iter._current = ((HashNode *) iter._current)->next;
341 if (!iter._current) {
349 iter._current = 0;
352 iter._current = h->hashtable[iter._index];
354 iter.key = ((HashNode *) iter._current)
[all...]
H A Dlist.c204 iter._current = 0;
H A Ddoh.h161 void *_current; /* Internal use */ member in struct:__anon12435
H A Dbase.c275 iter._current = 0;
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dbutton.tcl59 variable _current ""
305 variable _current
308 set _current $path
337 variable _current
340 set _current ""
386 variable _current
404 if { $_current == $path &&
417 variable _current
420 if { $_current == $path && $_pressed == $path &&
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm1874 use overload fallback => 1, 'bool' => sub { @{shift->{_current}} > 0 };
1883 return bless { _content => $content, _current => [$content] } => $class;
1904 $self->{_current} = [@_], return $self if @_;
1905 return wantarray ? @{$self->{_current}} : $self->{_current}->[0];
1910 local $self->{_current} = $self->{_current};
1913 ? map {o_value($_)} @{$self->{_current}}
1914 : @{$self->{_current}} ? o_value($self->{_current}
[all...]
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp3961 OSObject * _current = 0; local
3975 _current = service;
3978 if( _current)
3979 ((OSSet *)_current)->setObject( service );
3981 _current = OSSet::withObjects(
3990 if ( ((current != 0) != (_current != 0))
3991 || (current && _current && !current->isEqualTo(_current)))
3996 _current->serialize(s2);
3998 OBFUSCATE(_current),
[all...]
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D02-payload.t271 $serialized = SOAP::Serializer->serialize(bless { a => 1, _current => [] } => 'SOAP::SOM');
291 ok $test =~s{ <_current (:?
301 # ok($serialized =~ m!<SOAP__SOM(?: xsi:type="namesp(\d+):SOAP__SOM"| xmlns:namesp\d+="http://namespaces.soaplite.com/perl"| xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"| xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"| xmlns:xsd="http://www.w3.org/2001/XMLSchema"){6}><a xsi:type="xsd:int">1</a><_current(?: soapenc:arrayType="xsd:anyType\[0\]"| xsi:type="soapenc:Array"){2} /></SOAP__SOM>!);
302 # ok( ($serialized =~ m!<SOAP__SOM(?: xsi:type="namesp(\d+):SOAP__SOM"| xmlns:namesp\d+="http://namespaces.soaplite.com/perl"| xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"| xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"| xmlns:xsd="http://www.w3.org/2001/XMLSchema"){6}><a xsi:type="xsd:int">1</a><_current(?: soapenc:arrayType="xsd:anyType\[0\]"| xsi:type="soapenc:Array"){2}/></SOAP__SOM>!)
303 # || ($serialized =~ m!<SOAP__SOM(?: xsi:type="namesp(\d+):SOAP__SOM"| xmlns:namesp\d+="http://namespaces.soaplite.com/perl"| xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"| xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"| xmlns:xsd="http://www.w3.org/2001/XMLSchema"){6}><_current(?: soapenc:arrayType="xsd:anyType\[0\]"| xsi:type="soapenc:Array"){2}/><a xsi:type="xsd:int">1</a></SOAP__SOM>!));
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ducurr.cpp130 _start = _current = &s;
140 const icu::UnicodeString* _current; member in class:EquivIterator
145 const icu::UnicodeString* _next = (const icu::UnicodeString*) _hash.get(*_current);
147 U_ASSERT(_current == _start);
153 _current = _next;

Completed in 362 milliseconds