Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/etc/
H A Dncsw_mem.c70 if (p_Mem->current == p_Mem->num)
77 p_Block = p_Mem->p_BlocksStack[p_Mem->current];
79 p_Mem->p_BlocksStack[p_Mem->current] = NULL;
134 (((uint8_t *)p_Block - (p_Mem->p_Bases[0] + p_Mem->blockOffset)) / p_Mem->blockSize);
161 (((uint8_t *)p_Block - (p_Mem->p_Bases[0] + p_Mem->blockOffset)) / p_Mem->blockSize);
314 if (!p_Mem)
384 p_Mem->blockOffset = (uint32_t)(p_Mem->p_BlocksStack[0] - p_Mem->p_Bases[0]);
430 if (!p_Mem)
506 p_Mem->blockOffset = (uint32_t)(p_Mem->p_BlocksStack[0] - p_Mem->p_Bases[0]);
572 if (p_Mem)
[all …]