HomeSort by relevance Sort by last modified time
    Searched full:sizeof_t (Results 1 - 15 of 15) sorted by null

  /external/opencore/oscl/oscl/osclbase/src/
oscl_queue.cpp 41 OsclAny* newElems = pOpaqueType->allocate(n * sizeof_T);
77 elems = pOpaqueType->allocate(n * sizeof_T);
oscl_vector.cpp 42 elems = pOpaqueType->allocate(n * sizeof_T);
73 elems = pOpaqueType->allocate(n * sizeof_T);
81 elems = pOpaqueType->allocate(bufsize * sizeof_T);
162 numelems -= (((uint32)last - (uint32)first) / sizeof_T);
oscl_vector.h 171 uint32 sizeof_T;
182 return (OsclAny*)((int32)p_T + n*sizeof_T);
240 sizeof_T = sizeof(T);
254 sizeof_T = sizeof(T);
264 sizeof_T = sizeof(T);
oscl_linked_list.cpp 105 OsclAny* ptr = pOpaqueType->allocate(sizeof_T);
113 OsclAny* ptr = pOpaqueType->allocate(sizeof_T);
136 OsclAny* ptr = pOpaqueType->allocate(sizeof_T);
144 OsclAny* ptr = pOpaqueType->allocate(sizeof_T);
oscl_queue.h 144 uint32 sizeof_T;
156 return (OsclAny*)((int32)p_T + n*sizeof_T);
200 sizeof_T = sizeof(T);
213 sizeof_T = sizeof(T);
oscl_linked_list.h 183 uint32 sizeof_T;
203 sizeof_T = sizeof(LinkedListElement<LLClass>);
  /external/opencore/doc/oscl_html/
oscl__queue_8h-source.html 80 <a name="l00127"></a><a class="code" href="classOscl__Queue__Base.html#n3">00127</a> uint32 <a class="code" href="classOscl__Queue__Base.html#n3">sizeof_T</a>;
89 00139 <span class="keywordflow">return</span> (<a class="code" href="group__osclbase.html#a25">OsclAny</a>*)((int32)p_T + n*<a class="code" href="classOscl__Queue__Base.html#n3">sizeof_T</a>);
115 00183 <a class="code" href="classOscl__Queue__Base.html#n3">sizeof_T</a> = <span class="keyword">sizeof</span>(T);
121 00196 <a class="code" href="classOscl__Queue__Base.html#n3">sizeof_T</a> = <span class="keyword">sizeof</span>(T);
oscl__vector_8h-source.html 93 <a name="l00154"></a><a class="code" href="classOscl__Vector__Base.html#n3">00154</a> uint32 <a class="code" href="classOscl__Vector__Base.html#n3">sizeof_T</a>;
101 00165 <span class="keywordflow">return</span> (<a class="code" href="group__osclbase.html#a25">OsclAny</a>*)((int32)p_T + n*<a class="code" href="classOscl__Vector__Base.html#n3">sizeof_T</a>);
142 00223 <a class="code" href="classOscl__Vector__Base.html#n3">sizeof_T</a> = <span class="keyword">sizeof</span>(T);
148 00237 <a class="code" href="classOscl__Vector__Base.html#n3">sizeof_T</a> = <span class="keyword">sizeof</span>(T);
154 00247 <a class="code" href="classOscl__Vector__Base.html#n3">sizeof_T</a> = <span class="keyword">sizeof</span>(T);
classOscl__Queue__Base.html 38 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classOscl__Queue__Base.html#n3">sizeof_T</a></td></tr>
493 <a name="n3" doxytag="Oscl_Queue_Base::sizeof_T"></a><p>
499 <td class="md" nowrap valign="top"> uint32 Oscl_Queue_Base::sizeof_T<code> [protected]</code>
classOscl__Linked__List__Base.html 41 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classOscl__Linked__List__Base.html#n4">sizeof_T</a></td></tr>
592 <a name="n4" doxytag="Oscl_Linked_List_Base::sizeof_T"></a><p>
598 <td class="md" nowrap valign="top"> uint32 Oscl_Linked_List_Base::sizeof_T<code> [protected]</code>
classOscl__Vector__Base.html 44 <tr><td nowrap align=right valign=top>uint32&nbsp;</td><td valign=bottom><a class="el" href="classOscl__Vector__Base.html#n3">sizeof_T</a></td></tr>
675 <a name="n3" doxytag="Oscl_Vector_Base::sizeof_T"></a><p>
681 <td class="md" nowrap valign="top"> uint32 Oscl_Vector_Base::sizeof_T<code> [protected]</code>
oscl__linked__list_8h-source.html 88 <a name="l00166"></a><a class="code" href="classOscl__Linked__List__Base.html#n4">00166</a> uint32 <a class="code" href="classOscl__Linked__List__Base.html#n4">sizeof_T</a>;
102 00186 <a class="code" href="classOscl__Linked__List__Base.html#n4">sizeof_T</a> = <span class="keyword">sizeof</span>(<a class="code" href="classLinkedListElement.html">LinkedListElement&lt;LLClass&gt;</a>);
oscl__priqueue_8h-source.html 55 00071 <span class="keywordflow">return</span> ((int)last -(int)first) / pVec-&gt;<a class="code" href="classOscl__Vector__Base.html#n3">sizeof_T</a>;
functions.html     [all...]
  /external/opencore/oscl/oscl/osclutil/src/
oscl_priqueue.h 88 return ((int)last - (int)first) / pVec->sizeof_T;

Completed in 248 milliseconds