Searched refs:head (Results 1 – 7 of 7) sorted by relevance
49 PoolImpl *head = reinterpret_cast<PoolImpl*>( ptr ); in CreateImpl() local50 head->m_pNext = m_pNext; in CreateImpl()51 m_pNext = head; in CreateImpl()120 PoolImpl* head = m_pNext; in AllocImpl() local121 m_pNext = head->m_pNext; in AllocImpl()122 return head; in AllocImpl()136 PoolImpl* head = reinterpret_cast<PoolImpl*>( ptr ); in FreeImpl() local137 head->m_pNext = m_pNext; in FreeImpl()138 m_pNext = head; in FreeImpl()
49 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( top, - 1 ) ); in AlignMemory_() local54 *head = static_cast<u8>( offset ); in AlignMemory_()105 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( memory, -1 ) ); in UnAlignMemory() local107 u8 offset = *head; in UnAlignMemory()
1 <!ELEMENT letter-list (head?, body)>4 <!ELEMENT head (create | title | comment | generator)*> element
1 <!ELEMENT glyph-groups (head?, body)>4 <!ELEMENT head (create | title | comment | generator)*> element
1 <!ELEMENT letter-order (head?, body)>4 <!ELEMENT head (create | title | comment | generator)*> element
451 const uptr head = nn::os::GetDeviceMemoryAddress(); in IsDeviceMemory()452 const uptr tail = head + nn::os::GetDeviceMemorySize(); in IsDeviceMemory()453 if ( head <= memory && (memory + size) <= tail ) in IsDeviceMemory()
652 var head = document.getElementsByTagName("head")[0];661 head.insertBefore(htmDiv.childNodes[1], head.firstChild);664 head.insertBefore(htmDiv.childNodes[1], head.firstChild);