Lines Matching full:parameter
146 * <li>The size parameter value should match the following two conditions :
150 * <li>The parameter input must be four byte-aligned.</li>
201 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
202 …* <li>The size of the input parameter size can not be greater than the memory pool size that speci…
203 * input parameter of LOS_MemInit.</li>
204 * <li>The size of the input parameter size must be four byte-aligned.</li>
227 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
228 …* <li>The input ptr parameter must be allocated by LOS_MemAlloc or LOS_MemAllocAlign or LOS_MemRea…
256 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
257 * <li>The input ptr parameter must be allocated by LOS_MemAlloc or LOS_MemAllocAlign.</li>
258 …* <li>The size of the input parameter size can not be greater than the memory pool size that speci…
259 * input parameter of LOS_MemInit.</li>
260 …* <li>The size of the input parameter size must be aligned as follows: 1) if the ptr is allocated …
262 * the input parameter boundary of LOS_MemAllocAlign.</li>
288 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
289 …* <li>The size of the input parameter size can not be greater than the memory pool size that speci…
290 * input parameter of LOS_MemInit.</li>
291 * <li>The alignment parameter value must be a power of 2 with the minimum value being 4.</li>
316 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
321 * @retval #LOS_NOK The incoming parameter pool is NULL.
339 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
344 * @retval #LOS_NOK The incoming parameter pool is NULL.
362 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
368 * @retval #LOS_NOK The incoming parameter pool is NULL or invalid.
386 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>
391 * @retval #LOS_NOK The incoming parameter pool is NULL.
409 * <li>The input pool parameter must be initialized via func LOS_MemInit.</li>