| /freebsd/contrib/opencsd/decoder/source/mem_acc/ |
| H A D | trc_mem_acc_cache.cpp | 64 …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 D | quic-fc.md | 113 ---> 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 D | archive_ppmd7.c | 264 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 D | archive_ppmd8.c | 219 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 D | mpidebug.c | 64 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 D | mpidebug.h | 75 void mpiTraceAdd(bit32 q,bit32 pici,bit32 ib, void *iomb, bit32 numBytes);
|
| /freebsd/contrib/opencsd/decoder/include/mem_acc/ |
| H A D | trc_mem_acc_cache.h | 74 …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 D | trc_pkt_proc_etmv3_impl.h | 100 …void setBytesPartPkt(const int numBytes, const process_state nextState, const ocsd_etmv3_pkt_type …
|
| H A D | trc_pkt_proc_etmv3_impl.cpp | 219 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 D | xmlwf.c | 308 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 D | vchiq_core.c | 3929 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 D | vchiq_core.h | 720 size_t numBytes);
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 21806 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()
|