Home
last modified time | relevance | path

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

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/dce_rpc/
H A Ddce_smb_transaction.cc329 uint32_t tpcnt, poff, pcnt, pdisp; in DCE2_SmbUpdateTransSecondary() local
415 if (tpcnt < ttracker->tpcnt) in DCE2_SmbUpdateTransSecondary()
416 ttracker->tpcnt = tpcnt; in DCE2_SmbUpdateTransSecondary()
422 tpcnt = (uint16_t)ttracker->tpcnt; in DCE2_SmbUpdateTransSecondary()
497 uint32_t tpcnt, pcnt, poff; in DCE2_SmbUpdateTransRequest() local
702 ttracker->tpcnt = tpcnt; in DCE2_SmbUpdateTransRequest()
731 if (tpcnt == 0) in DCE2_SmbUpdateTransRequest()
777 uint32_t tpcnt, pcnt, poff, pdisp; in DCE2_SmbUpdateTransResponse() local
869 ttracker->tpcnt = tpcnt; in DCE2_SmbUpdateTransResponse()
881 if (tpcnt < ttracker->tpcnt) in DCE2_SmbUpdateTransResponse()
[all …]
H A Ddce_smb_transaction_utils.cc297 uint32_t psent, uint32_t pcnt, uint32_t tpcnt) in DCE2_SmbValidateTransactionSent() argument
299 if (((dsent + dcnt) > tdcnt) || ((psent + pcnt) > tpcnt)) in DCE2_SmbValidateTransactionSent()
307 if ((psent + pcnt) > tpcnt) in DCE2_SmbValidateTransactionSent()
353 const uint32_t tdcnt, const uint32_t tpcnt, in DCE2_SmbValidateTransactionFields() argument
360 if (DCE2_SmbCheckTotalCount(ssd, tpcnt, pcnt, pdisp) != DCE2_RET__SUCCESS) in DCE2_SmbValidateTransactionFields()
394 ttracker->pbuf = DCE2_BufferNew(ttracker->tpcnt, 0); in DCE2_SmbBufferTransactionParameters()
H A Ddce_smb_transaction_utils.h33 const uint32_t tdcnt, const uint32_t tpcnt,
39 uint32_t psent, uint32_t pcnt, uint32_t tpcnt);
H A Ddce_smb1.h162 uint32_t tpcnt; member
H A Ddce_smb_utils.h337 && (ttracker->tpcnt == ttracker->psent)) in DCE2_SmbIsTransactionComplete()
/dports/graphics/azpainterb/azpainterb-1.1.3/src/image/
H A DTileImage_scaling.c265 int ixx,iyy,ix,iy,n,i,tapx,tapy,tpcnt = 0; in _proc_tile() local
292 tpcnt += (64 - iyy) << 6; in _proc_tile()
306 tpcnt += 64 - ixx; in _proc_tile()
340 tpcnt++; in _proc_tile()
370 if(tpcnt != 64 * 64) in _proc_tile()
/dports/graphics/azpainter/azpainter-2.1.7/src/image/
H A DTileImage_scaling.c267 int ixx,iyy,ix,iy,n,i,tapx,tapy,tpcnt = 0; in _proc_tile() local
294 tpcnt += (64 - iyy) << 6; in _proc_tile()
308 tpcnt += 64 - ixx; in _proc_tile()
342 tpcnt++; in _proc_tile()
372 if(tpcnt != 64 * 64) in _proc_tile()
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/dcerpc2/
H A Ddce2_smb.c3637 if ((psent + pcnt) > tpcnt) in DCE2_SmbValidateTransactionSent()
8716 uint32_t tpcnt, pcnt, poff; in DCE2_SmbUpdateTransRequest() local
8957 ttracker->tpcnt = tpcnt; in DCE2_SmbUpdateTransRequest()
8989 if (tpcnt == 0) in DCE2_SmbUpdateTransRequest()
9040 uint32_t tpcnt, poff, pcnt, pdisp; in DCE2_SmbUpdateTransSecondary() local
9126 if (tpcnt < ttracker->tpcnt) in DCE2_SmbUpdateTransSecondary()
9127 ttracker->tpcnt = tpcnt; in DCE2_SmbUpdateTransSecondary()
9133 tpcnt = (uint16_t)ttracker->tpcnt; in DCE2_SmbUpdateTransSecondary()
9338 ttracker->tpcnt = tpcnt; in DCE2_SmbUpdateTransResponse()
9350 if (tpcnt < ttracker->tpcnt) in DCE2_SmbUpdateTransResponse()
[all …]
H A Ddce2_smb.h237 uint32_t tpcnt; member
/dports/devel/bsdelf/elftoolchain-0.7.1/test/libdwarf/ts/common/
H A Ddriver.c87 int tpcnt; member
203 return (ic->tpcnt); in tet_gettpcount()
387 _cur_ic->tpcnt++; in _xml_end_cb()
/dports/devel/elftoolchain/elftoolchain-0.7.1/test/libdwarf/ts/common/
H A Ddriver.c87 int tpcnt; member
203 return (ic->tpcnt); in tet_gettpcount()
387 _cur_ic->tpcnt++; in _xml_end_cb()
/dports/emulators/qemu/qemu-6.2.0/hw/usb/
H A Dhcd-dwc2.c231 uint32_t tpcnt, stsidx, actual = 0; in dwc2_handle_packet() local
338 tpcnt = actual / mps; in dwc2_handle_packet()
340 tpcnt++; in dwc2_handle_packet()
346 pcnt -= tpcnt < pcnt ? tpcnt : pcnt; in dwc2_handle_packet()
/dports/emulators/qemu60/qemu-6.0.0/hw/usb/
H A Dhcd-dwc2.c231 uint32_t tpcnt, stsidx, actual = 0; in dwc2_handle_packet() local
338 tpcnt = actual / mps; in dwc2_handle_packet()
340 tpcnt++; in dwc2_handle_packet()
346 pcnt -= tpcnt < pcnt ? tpcnt : pcnt; in dwc2_handle_packet()
/dports/emulators/qemu5/qemu-5.2.0/hw/usb/
H A Dhcd-dwc2.c231 uint32_t tpcnt, stsidx, actual = 0; in dwc2_handle_packet() local
338 tpcnt = actual / mps; in dwc2_handle_packet()
340 tpcnt++; in dwc2_handle_packet()
346 pcnt -= tpcnt < pcnt ? tpcnt : pcnt; in dwc2_handle_packet()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/usb/
H A Dhcd-dwc2.c231 uint32_t tpcnt, stsidx, actual = 0; in dwc2_handle_packet() local
338 tpcnt = actual / mps; in dwc2_handle_packet()
340 tpcnt++; in dwc2_handle_packet()
346 pcnt -= tpcnt < pcnt ? tpcnt : pcnt; in dwc2_handle_packet()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/libs/jasper/src/jpc/
H A Djpc_dec.c2210 uint_fast32_t tpcnt; in jpc_ppmstabtostreams() local
2242 tpcnt = (dataptr[0] << 24) | (dataptr[1] << 16) | (dataptr[2] << 8) in jpc_ppmstabtostreams()
2248 while (tpcnt) { in jpc_ppmstabtostreams()
2257 n = JAS_MIN(tpcnt, datacnt); in jpc_ppmstabtostreams()
2261 tpcnt -= n; in jpc_ppmstabtostreams()
/dports/graphics/jasper/jasper-version-2.0.33/src/libjasper/jpc/
H A Djpc_dec.c2477 uint_fast32_t tpcnt; in jpc_ppmstabtostreams() local
2506tpcnt = ((uint_least32_t)dataptr[0] << 24) | ((uint_least32_t)dataptr[1] << 16) | ((uint_least32_t… in jpc_ppmstabtostreams()
2512 while (tpcnt) { in jpc_ppmstabtostreams()
2521 const size_t n = JAS_MIN(tpcnt, datacnt); in jpc_ppmstabtostreams()
2525 tpcnt -= n; in jpc_ppmstabtostreams()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/jpeg2000/libjasper/jpc/
H A Djpc_dec.c2268 uint_fast32_t tpcnt; in jpc_ppmstabtostreams() local
2300 tpcnt = (dataptr[0] << 24) | (dataptr[1] << 16) | (dataptr[2] << 8) in jpc_ppmstabtostreams()
2306 while (tpcnt) { in jpc_ppmstabtostreams()
2315 n = JAS_MIN(tpcnt, datacnt); in jpc_ppmstabtostreams()
2319 tpcnt -= n; in jpc_ppmstabtostreams()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libjasper/
H A Djpc_dec.c2200 uint_fast32_t tpcnt; in jpc_ppmstabtostreams() local
2232 tpcnt = (dataptr[0] << 24) | (dataptr[1] << 16) | (dataptr[2] << 8) in jpc_ppmstabtostreams()
2238 while (tpcnt) { in jpc_ppmstabtostreams()
2247 n = JAS_MIN(tpcnt, datacnt); in jpc_ppmstabtostreams()
2251 tpcnt -= n; in jpc_ppmstabtostreams()