Searched refs:numAltDescs (Results 1 – 2 of 2) sorted by relevance
161 …ocate_alt_desc_buf(picoos_MemoryManager mm, picoos_uint32 maxByteSize, picoos_uint16 * numAltDescs) in picotrns_allocate_alt_desc_buf() argument164 (*numAltDescs) = (picoos_uint32) (maxByteSize / sizeof(picotrns_altDesc_t)); in picotrns_allocate_alt_desc_buf()165 buf = (picotrns_AltDesc) picoos_allocate(mm, (*numAltDescs) * sizeof(picotrns_altDesc_t)); in picotrns_allocate_alt_desc_buf()167 (*numAltDescs) = 0; in picotrns_allocate_alt_desc_buf()
99 …cate_alt_desc_buf(picoos_MemoryManager mm, picoos_uint32 maxByteSize, picoos_uint16 * numAltDescs);