Home
last modified time | relevance | path

Searched defs:wCount (Results 1 – 9 of 9) sorted by relevance

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pcd.h674 #define PCD_SET_EP_RX_CNT(USBx, bEpNum,wCount) {\ argument
705 #define PCD_CALC_BLK32(dwReg,wCount,wNBlocks) {\ argument
714 #define PCD_CALC_BLK2(dwReg,wCount,wNBlocks) {\ argument
723 #define PCD_SET_EP_CNT_RX_REG(dwReg,wCount) {\ argument
735 #define PCD_SET_EP_RX_DBUF0_CNT(USBx, bEpNum,wCount) {\ argument
747 #define PCD_SET_EP_TX_CNT(USBx, bEpNum,wCount) (*PCD_EP_TX_CNT((USBx), (bEpNum)) = (wCount)) argument
800 #define PCD_SET_EP_DBUF0_CNT(USBx, bEpNum, bDir, wCount) { \ argument
809 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) { \ argument
820 #define PCD_SET_EP_DBUF_CNT(USBx, bEpNum, bDir, wCount) {\ argument
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_pcd.h674 #define PCD_SET_EP_RX_CNT(USBx, bEpNum,wCount) {\ argument
705 #define PCD_CALC_BLK32(dwReg,wCount,wNBlocks) {\ argument
714 #define PCD_CALC_BLK2(dwReg,wCount,wNBlocks) {\ argument
723 #define PCD_SET_EP_CNT_RX_REG(dwReg,wCount) {\ argument
735 #define PCD_SET_EP_RX_DBUF0_CNT(USBx, bEpNum,wCount) {\ argument
747 #define PCD_SET_EP_TX_CNT(USBx, bEpNum,wCount) (*PCD_EP_TX_CNT((USBx), (bEpNum)) = (wCount)) argument
800 #define PCD_SET_EP_DBUF0_CNT(USBx, bEpNum, bDir, wCount) { \ argument
809 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) { \ argument
820 #define PCD_SET_EP_DBUF_CNT(USBx, bEpNum, bDir, wCount) {\ argument
/external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
DJcopOsDownload.cpp428 INT32 wIndex,wCount=0; in load_JcopOS_image() local
DAla.cpp787 INT32 wIndex,wCount=0; in ALA_loadapplet() local
1308 INT32 wCount, wLen, wIndex = 0; in ALA_ReadScript() local
/external/kernel-headers/original/uapi/linux/usb/
Dfunctionfs.h69 __le16 wCount; member
/external/dng_sdk/source/
Ddng_bottlenecks.h1444 uint32 wCount, in DoResampleDown16()
1463 uint32 wCount) in DoResampleDown32()
1482 uint32 wCount, in DoResampleAcross16()
1503 uint32 wCount, in DoResampleAcross32()
Ddng_reference.cpp1856 uint32 wCount, in RefResampleDown16()
1891 uint32 wCount) in RefResampleDown32()
1949 uint32 wCount, in RefResampleAcross16()
1989 uint32 wCount, in RefResampleAcross32()
Ddng_lens_correction.cpp1300 const int32 wCount = fWeights.Width (); in ProcessArea() local
/external/skia/src/core/
DSkPath.cpp3378 const SkScalar ws[], int wCount, in Make()