Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dzwrapbench.c145 size_t resSize; member
405 blockTable[blockNb].resSize = regenSize; in BMK_benchMem()
431 blockTable[blockNb].resSize = outBuffer.pos; in BMK_benchMem()
467 blockTable[blockNb].resSize = inf.total_out; in BMK_benchMem()
501 blockTable[blockNb].resSize = inf.total_out; in BMK_benchMem()
/f-stack/freebsd/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_dsar.h358 uint16_t resSize; /**< Size in octets of the value that is attached to the OID. */ member
H A Dfm_port.c6205 WRITE_UINT16(snmpOid->resSize, snmpSrc->p_OidsTbl[i].resSize);
6209 if (snmpSrc->p_OidsTbl[i].resSize <= 4)
6213 … Mem2IOCpy32(charPointer, snmpSrc->p_OidsTbl[i].resVal, snmpSrc->p_OidsTbl[i].resSize);
6215 charPointer += snmpSrc->p_OidsTbl[i].resSize;
/f-stack/freebsd/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1415 uint16_t resSize; member
/f-stack/freebsd/contrib/zstd/programs/
H A Dbenchzstd.c156 size_t resSize; member