Home
last modified time | relevance | path

Searched refs:head (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/sources/libraries/snd/
Dsnd_InstancePool.cpp47 PoolImpl *head = reinterpret_cast<PoolImpl*>( ptr ); in CreateImpl() local
48 head->m_pNext = m_pNext; in CreateImpl()
49 m_pNext = head; in CreateImpl()
118 PoolImpl* head = m_pNext; in AllocImpl() local
119 m_pNext = head->m_pNext; in AllocImpl()
120 return head; in AllocImpl()
134 PoolImpl* head = reinterpret_cast<PoolImpl*>( ptr ); in FreeImpl() local
135 head->m_pNext = m_pNext; in FreeImpl()
136 m_pNext = head; in FreeImpl()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Memory.cpp47 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( top, - 1 ) ); in AlignMemory_() local
52 *head = static_cast<u8>( offset ); in AlignMemory_()
103 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( memory, -1 ) ); in UnAlignMemory() local
105 u8 offset = *head; in UnAlignMemory()
/NW4C-1.2.23/tools/FontConverter/xllt/
Dletter-list.dtd1 <!ELEMENT letter-list (head?, body)>
4 <!ELEMENT head (create | title | comment | generator)*> element
/NW4C-1.2.23/tools/FontConverter/xggp/
Dglyph-groups.dtd1 <!ELEMENT glyph-groups (head?, body)>
4 <!ELEMENT head (create | title | comment | generator)*> element
/NW4C-1.2.23/tools/FontConverter/xlor/
Dletter-order.dtd1 <!ELEMENT letter-order (head?, body)>
4 <!ELEMENT head (create | title | comment | generator)*> element
/NW4C-1.2.23/include/nw/snd/
Dsnd_Util.h426 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()
/NW4C-1.2.23/documents/CreativeStudio/html/common/
Dibox.js652 var head = document.getElementsByTagName("head")[0];
661 head.insertBefore(htmDiv.childNodes[1], head.firstChild);
664 head.insertBefore(htmDiv.childNodes[1], head.firstChild);