Searched refs:head (Results 1 – 7 of 7) sorted by relevance
47 PoolImpl *head = reinterpret_cast<PoolImpl*>( ptr ); in CreateImpl() local48 head->m_pNext = m_pNext; in CreateImpl()49 m_pNext = head; in CreateImpl()118 PoolImpl* head = m_pNext; in AllocImpl() local119 m_pNext = head->m_pNext; in AllocImpl()120 return head; in AllocImpl()134 PoolImpl* head = reinterpret_cast<PoolImpl*>( ptr ); in FreeImpl() local135 head->m_pNext = m_pNext; in FreeImpl()136 m_pNext = head; in FreeImpl()
47 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( top, - 1 ) ); in AlignMemory_() local52 *head = static_cast<u8>( offset ); in AlignMemory_()103 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( memory, -1 ) ); in UnAlignMemory() local105 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
426 const uptr head = nn::os::GetDeviceMemoryAddress(); in IsDeviceMemory()427 const uptr tail = head + nn::os::GetDeviceMemorySize(); in IsDeviceMemory()428 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);