Searched refs:_head (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/bootstrap/
H A Dh_tp_fail.sh31 @TC_NAME@_head()
H A Dh_tp_pass.sh31 @TC_NAME@_head()
/macosx-10.9.5/libauto-185.5/
H A DFreeList.h161 FreeListNode *_head; // head of free list member in class:Auto::FreeList
167 : _head(NULL), _tail(NULL)
174 FreeListNode *head() const { return _head; }
184 FreeListNode *node = _head;
188 _head = node->next();
189 if (_head) {
191 _head->set_prev(NULL);
208 FreeListNode *node = new(address) FreeListNode(NULL, _head, size);
210 if (_head) {
211 _head
[all...]
H A DDefinitions.h903 PointerChunk *_head; member in class:Auto::PointerQueue
912 _current = _head;
918 if (_head == NULL) {
919 _head = _tail = _current;
930 PointerQueue() : _head(NULL), _tail(NULL), _current(NULL), _cursor(NULL), _limit(NULL), _count(0) {}
931 PointerQueue(MemoryAllocator allocator) : _allocator(allocator), _head(NULL), _tail(NULL), _current(NULL), _cursor(NULL), _limit(NULL), _count(0) {}
934 PointerChunk *chunk = _head;
954 PointerChunk *chunks() { return _head; }
959 PointerChunk *chunk = _head;
/macosx-10.9.5/zlib-53/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs21 private int _head; field in class:DotZLib.CircularBuffer
32 _head = 0;
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
66 _head += trueCount;
67 _head %= _capacity;
77 int result = (int)_buffer[_head++ % _capacity];
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/
H A Dmacros.h54 static void atfu_ ## tc ## _head(atf_tc_t *); \
59 .m_head = atfu_ ## tc ## _head, \
65 static void atfu_ ## tc ## _head(atf_tc_t *); \
71 .m_head = atfu_ ## tc ## _head, \
79 atfu_ ## tc ## _head(atf_tc_t *tcptr)
82 (atfu_ ## tc ## _head)
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dshell.rb410 _head = true
414 if _head
415 _head = false
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/cdt/
H A Ddthdr.h45 #define head hh._head
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dtrace.h127 _dispatch_trace_queue_push_list(dispatch_queue_t dq, dispatch_object_t _head, argument
131 struct dispatch_object_s *dou = _head._do;
136 _dispatch_introspection_queue_push_list(dq, _head, _tail);
137 _dispatch_queue_push_list(dq, _head, _tail, n);
H A Dqueue_internal.h223 _dispatch_queue_push_list(dispatch_queue_t dq, dispatch_object_t _head, argument
226 struct dispatch_object_s *head = _head._do, *tail = _tail._do;
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr77 # named after it: <tc-name>_head and <tc-name>_body, and optionally by
388 # accompanied by two functions named after it: <tc-name>_head and
396 eval "${1}_head() { :; }"
654 ${1}_head
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Digmp.c292 #define IGMP_ADD_DETACHED_INM(_head, _inm) { \
293 SLIST_INSERT_HEAD(_head, _inm, inm_dtle); \
296 #define IGMP_REMOVE_DETACHED_INM(_head) { \
298 SLIST_FOREACH_SAFE(_inm, _head, inm_dtle, _inm_tmp) { \
299 SLIST_REMOVE(_head, _inm, in_multi, inm_dtle); \
302 VERIFY(SLIST_EMPTY(_head)); \
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Dmld6.c243 #define MLD_ADD_DETACHED_IN6M(_head, _in6m) { \
244 SLIST_INSERT_HEAD(_head, _in6m, in6m_dtle); \
247 #define MLD_REMOVE_DETACHED_IN6M(_head) { \
249 SLIST_FOREACH_SAFE(_in6m, _head, in6m_dtle, _inm_tmp) { \
250 SLIST_REMOVE(_head, _in6m, in6_multi, in6m_dtle); \
253 VERIFY(SLIST_EMPTY(_head)); \
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/include/
H A Dcdt.h80 Dtlink_t* _head; /* linked list */ member in union:_dtdata_s::__anon9277

Completed in 190 milliseconds