Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_InstancePool.cpp49 PoolImpl *head = reinterpret_cast<PoolImpl*>( ptr ); in CreateImpl() local
50 head->m_pNext = m_pNext; in CreateImpl()
51 m_pNext = head; in CreateImpl()
120 PoolImpl* head = m_pNext; in AllocImpl() local
121 m_pNext = head->m_pNext; in AllocImpl()
122 return head; in AllocImpl()
136 PoolImpl* head = reinterpret_cast<PoolImpl*>( ptr ); in FreeImpl() local
137 head->m_pNext = m_pNext; in FreeImpl()
138 m_pNext = head; in FreeImpl()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Memory.cpp49 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( top, - 1 ) ); in AlignMemory_() local
54 *head = static_cast<u8>( offset ); in AlignMemory_()
105 u8* head = reinterpret_cast<u8*>( nw::ut::AddOffsetToPtr( memory, -1 ) ); in UnAlignMemory() local
107 u8 offset = *head; in UnAlignMemory()
/NW4C-2.0.3/tools/FontConverter/xllt/
Dletter-list.dtd1 <!ELEMENT letter-list (head?, body)>
4 <!ELEMENT head (create | title | comment | generator)*> element
/NW4C-2.0.3/tools/FontConverter/xggp/
Dglyph-groups.dtd1 <!ELEMENT glyph-groups (head?, body)>
4 <!ELEMENT head (create | title | comment | generator)*> element
/NW4C-2.0.3/tools/FontConverter/xlor/
Dletter-order.dtd1 <!ELEMENT letter-order (head?, body)>
4 <!ELEMENT head (create | title | comment | generator)*> element
/NW4C-2.0.3/include/nw/snd/
Dsnd_Util.h451 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()
/NW4C-2.0.3/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);