Searched refs:postfixSize (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/inc/etc/ |
| H A D | mem_ext.h | 92 uint16_t postfixSize; /* How many bytes to reserve after the data */ member 128 uint16_t postfixSize, 154 uint16_t postfixSize, 180 uint16_t postfixSize, 258 uint16_t postfixSize, 302 #define MEM_GetPostfixSize(h_Mem) ((t_MemorySegment *)(h_Mem))->postfixSize
|
| /f-stack/freebsd/contrib/ncsw/etc/ |
| H A D | ncsw_mem.c | 212 uint16_t postfixSize, 225 blockSize = pad1 + prefixSize + dataSize + postfixSize; 239 uint16_t postfixSize, 249 postfixSize, 263 postfixSize, 283 uint16_t postfixSize, 345 p_Mem->postfixSize = postfixSize; 365 blockSize = (uint32_t)(alignPad + prefixSize + dataSize + postfixSize + endPad); 399 uint16_t postfixSize, 460 p_Mem->postfixSize = postfixSize; [all …]
|