Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_cache.cpp64 …s, const ocsd_mem_space_acc_t mem_space, const uint8_t trcID, uint32_t *numBytes, uint8_t *byteBuf… in readBytesFromCache() argument
66 uint32_t bytesRead = 0, reqBytes = *numBytes; in readBytesFromCache()
141 *numBytes = bytesRead; in readBytesFromCache()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fc.md113 ---> event: On TX (numBytes)
114 ---> event: On TX Window Updated (numBytes)
116 Get TX Window() -> numBytes
119 `numBytes` is the total number of controlled bytes we sent in the packet (i.e.,
140 the `numBytes` arguments of all On TX events so far; it is that simple.
178 ---> event: On RX Controlled Bytes (numBytes) [internal event]
179 ---> event: On Retire Controlled Bytes (numBytes)
180 <--- event: Increase Window (numBytes)
190 `numBytes` is the number of controlled bytes we received. (This event is
202 bumped). `numBytes` is the new CWM value, and is monotonic with regard to all
[all …]
/freebsd/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c264 UInt32 numBytes = U2B(I2U(indx)); in AllocUnitsRare() local
266 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL); in AllocUnitsRare()
277 UInt32 numBytes; in AllocUnits() local
280 numBytes = U2B(I2U(indx)); in AllocUnits()
281 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) in AllocUnits()
284 p->LoUnit += numBytes; in AllocUnits()
H A Darchive_ppmd8.c219 UInt32 numBytes = U2B(I2U(indx)); in AllocUnitsRare() local
221 return ((UInt32)(p->UnitsStart - p->Text) > numBytes) ? (p->UnitsStart -= numBytes) : (NULL); in AllocUnitsRare()
232 UInt32 numBytes; in AllocUnits() local
235 numBytes = U2B(I2U(indx)); in AllocUnits()
236 if (numBytes <= (UInt32)(p->HiUnit - p->LoUnit)) in AllocUnits()
239 p->LoUnit += numBytes; in AllocUnits()
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dmpidebug.c64 void mpiTraceAdd( bit32 q,bit32 pici,bit32 ib, void *iomb, bit32 numBytes) in mpiTraceAdd() argument
94 si_memcpy(curIbTrace->Iomb, iomb, MIN(numBytes, MPI_DEBUG_TRACE_IB_IOMB_SIZE)); in mpiTraceAdd()
117 si_memcpy(curObTrace->Iomb, iomb, MIN(numBytes, MPI_DEBUG_TRACE_OB_IOMB_SIZE)); in mpiTraceAdd()
H A Dmpidebug.h75 void mpiTraceAdd(bit32 q,bit32 pici,bit32 ib, void *iomb, bit32 numBytes);
/freebsd/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_cache.h74 …s, const ocsd_mem_space_acc_t mem_space, const uint8_t trcID, uint32_t *numBytes, uint8_t *byteBuf…
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_proc_etmv3_impl.h100 …void setBytesPartPkt(const int numBytes, const process_state nextState, const ocsd_etmv3_pkt_type …
H A Dtrc_pkt_proc_etmv3_impl.cpp219 void EtmV3PktProcImpl::setBytesPartPkt(int numBytes, process_state nextState, const ocsd_etmv3_pkt_… in setBytesPartPkt() argument
222 for(int i=0; i < numBytes; i++) in setBytesPartPkt()
226 m_currPacketData.erase(m_currPacketData.begin(), m_currPacketData.begin()+numBytes); in setBytesPartPkt()
/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c308 size_t numBytes; in xcsdup() local
314 numBytes = count * sizeof(XML_Char); in xcsdup()
315 result = malloc(numBytes); in xcsdup()
318 memcpy(result, s, numBytes); in xcsdup()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c3929 size_t numBytes) in vchiq_log_dump_mem() argument
3936 while (numBytes > 0) { in vchiq_log_dump_mem()
3940 if (offset < numBytes) in vchiq_log_dump_mem()
3947 if (offset < numBytes) { in vchiq_log_dump_mem()
3966 if (numBytes > 16) in vchiq_log_dump_mem()
3967 numBytes -= 16; in vchiq_log_dump_mem()
3969 numBytes = 0; in vchiq_log_dump_mem()
H A Dvchiq_core.h720 size_t numBytes);
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c21806 int numBytes = 0, objIndex = 0, gotXpg = 0, gotSequential = 0; in Jim_FormatString() local
21843 numBytes += step; in Jim_FormatString()
21846 if (numBytes) { in Jim_FormatString()
21847 Jim_AppendString(interp, resultPtr, span, numBytes); in Jim_FormatString()
21848 numBytes = 0; in Jim_FormatString()
21855 numBytes = step; in Jim_FormatString()
22169 if (numBytes) { in Jim_FormatString()
22170 Jim_AppendString(interp, resultPtr, span, numBytes); in Jim_FormatString()