Home
last modified time | relevance | path

Searched refs:bDir (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/src/
H A Dusb_regs.c220 void SetDouBleBuffEPStall(uint8_t bEpNum, uint8_t bDir) in SetDouBleBuffEPStall() argument
224 if (bDir == EP_DBUF_OUT) in SetDouBleBuffEPStall()
228 else if (bDir == EP_DBUF_IN) in SetDouBleBuffEPStall()
631 void SetEPDblBuffCount(uint8_t bEpNum, uint8_t bDir, uint16_t wCount) in SetEPDblBuffCount() argument
633 _SetEPDblBuffCount(bEpNum, bDir, wCount); in SetEPDblBuffCount()
643 void SetEPDblBuf0Count(uint8_t bEpNum, uint8_t bDir, uint16_t wCount) in SetEPDblBuf0Count() argument
645 _SetEPDblBuf0Count(bEpNum, bDir, wCount); in SetEPDblBuf0Count()
657 _SetEPDblBuf1Count(bEpNum, bDir, wCount); in SetEPDblBuf1Count()
708 void FreeUserBuffer(uint8_t bEpNum, uint8_t bDir) in FreeUserBuffer() argument
710 if (bDir == EP_DBUF_OUT) in FreeUserBuffer()
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/src/
H A Dusb_regs.c220 void SetDouBleBuffEPStall(uint8_t bEpNum, uint8_t bDir) in SetDouBleBuffEPStall() argument
224 if (bDir == EP_DBUF_OUT) in SetDouBleBuffEPStall()
228 else if (bDir == EP_DBUF_IN) in SetDouBleBuffEPStall()
631 void SetEPDblBuffCount(uint8_t bEpNum, uint8_t bDir, uint16_t wCount) in SetEPDblBuffCount() argument
633 _SetEPDblBuffCount(bEpNum, bDir, wCount); in SetEPDblBuffCount()
643 void SetEPDblBuf0Count(uint8_t bEpNum, uint8_t bDir, uint16_t wCount) in SetEPDblBuf0Count() argument
645 _SetEPDblBuf0Count(bEpNum, bDir, wCount); in SetEPDblBuf0Count()
657 _SetEPDblBuf1Count(bEpNum, bDir, wCount); in SetEPDblBuf1Count()
708 void FreeUserBuffer(uint8_t bEpNum, uint8_t bDir) in FreeUserBuffer() argument
710 if (bDir == EP_DBUF_OUT) in FreeUserBuffer()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/core/
H A DBackupTest.java25 private File bDir; field in BackupTest
60 bDir = new File(sourceDir, "B"); in setUp()
61 bDir.mkdirs(); in setUp()
162 store.backup(bDir); in testBackupRestore()
167 if (bDir.exists()) in testBackupRestore()
188 if (!bDir.isDirectory() && bDir.listFiles().length != 0) in testBackupRestore()
214 store.backup(bDir); in testBackupDiscard()
219 if (bDir.exists()) in testBackupDiscard()
227 if (bDir.isDirectory()) in testBackupDiscard()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TacticalAI/
H A DAttacks.cc172 INT8 bDir; in CalcBestShot() local
1729 if (bDir % 2) in CountAdjacentSpreadTargets()
1735 bCheckDir = (bDir + 6) % 8; in CountAdjacentSpreadTargets()
1739 bCheckDir = (bDir + 5) % 8; in CountAdjacentSpreadTargets()
1743 bCheckDir = (bDir + 7) % 8; in CountAdjacentSpreadTargets()
1747 bCheckDir = (bDir + 3) % 8; in CountAdjacentSpreadTargets()
1765 bCheckDir = (bDir) % 8; in CountAdjacentSpreadTargets()
1806 bCheckDir = (bDir) % 8; in CountAdjacentSpreadTargets()
1858 if (bDir % 2) in CalcSpreadBurst()
1894 bCheckDir = (bDir) % 8; in CalcSpreadBurst()
[all …]
H A DMovement.cc680 INT8 bDir; in TrackScent() local
736bDir = atan8( (INT16) iXStart, (INT16) iYStart, (INT16) (iXStart + iXDiff), (INT16) (iYStart + iYD… in TrackScent()
738 ubBestDirDiff = ABS( pSoldier->bDirection - bDir ); in TrackScent()
756bDir = atan8( (INT16) iXStart, (INT16) iYStart, (INT16) (iXStart + iXDiff), (INT16) (iYStart + iYD… in TrackScent()
758 ubDirDiff = ABS( pSoldier->bDirection - bDir ); in TrackScent()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/block/
H A Dwriter.go52 bTmp, bDir string member
61 func NewDiskWriter(ctx context.Context, logger log.Logger, bDir string) (_ *DiskWriter, err error) {
62 bTmp := bDir + tmpForCreationBlockDirSuffix
66 bDir: bDir,
138 …if err := fileutil.Replace(filepath.Join(d.bTmp, IndexFilename), filepath.Join(d.bDir, IndexFilena…
141 …if err := fileutil.Replace(filepath.Join(d.bTmp, ChunksDirname), filepath.Join(d.bDir, ChunksDirna…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/thanos-io/thanos/pkg/block/
H A Dwriter.go52 bTmp, bDir string member
61 func NewDiskWriter(ctx context.Context, logger log.Logger, bDir string) (_ *DiskWriter, err error) {
62 bTmp := bDir + tmpForCreationBlockDirSuffix
66 bDir: bDir,
138 …if err := fileutil.Replace(filepath.Join(d.bTmp, IndexFilename), filepath.Join(d.bDir, IndexFilena…
141 …if err := fileutil.Replace(filepath.Join(d.bTmp, ChunksDirname), filepath.Join(d.bDir, ChunksDirna…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/thanos-io/thanos/pkg/block/
H A Dwriter.go52 bTmp, bDir string member
61 func NewDiskWriter(ctx context.Context, logger log.Logger, bDir string) (_ *DiskWriter, err error) {
62 bTmp := bDir + tmpForCreationBlockDirSuffix
66 bDir: bDir,
138 …if err := fileutil.Replace(filepath.Join(d.bTmp, IndexFilename), filepath.Join(d.bDir, IndexFilena…
141 …if err := fileutil.Replace(filepath.Join(d.bTmp, ChunksDirname), filepath.Join(d.bDir, ChunksDirna…
/dports/security/py-pyvex/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_pcd.h365 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir)\ in main()
367 if ((bDir) == PCD_EP_DBUF_OUT)\ in main()
371 else if ((bDir) == PCD_EP_DBUF_IN)\ in main()
716 #define PCD_SET_EP_DBUF0_CNT(USBx, bEpNum, bDir, wCount) { \ in main()
717 if((bDir) == PCD_EP_DBUF_OUT)\ in main()
720 else if((bDir) == PCD_EP_DBUF_IN)\ in main()
725 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) { \ in main()
726 if((bDir) == PCD_EP_DBUF_OUT)\ in main()
730 else if((bDir) == PCD_EP_DBUF_IN)\ in main()
736 #define PCD_SET_EP_DBUF_CNT(USBx, bEpNum, bDir, wCount) {\ in main()
[all …]
/dports/devel/py-cle/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_pcd.h365 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir)\ argument
367 if ((bDir) == PCD_EP_DBUF_OUT)\
371 else if ((bDir) == PCD_EP_DBUF_IN)\
716 #define PCD_SET_EP_DBUF0_CNT(USBx, bEpNum, bDir, wCount) { \ argument
717 if((bDir) == PCD_EP_DBUF_OUT)\
720 else if((bDir) == PCD_EP_DBUF_IN)\
725 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) { \ argument
726 if((bDir) == PCD_EP_DBUF_OUT)\
730 else if((bDir) == PCD_EP_DBUF_IN)\
736 #define PCD_SET_EP_DBUF_CNT(USBx, bEpNum, bDir, wCount) {\ argument
[all …]
/dports/security/py-angr/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_pcd.h365 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir)\ argument
367 if ((bDir) == PCD_EP_DBUF_OUT)\
371 else if ((bDir) == PCD_EP_DBUF_IN)\
716 #define PCD_SET_EP_DBUF0_CNT(USBx, bEpNum, bDir, wCount) { \ argument
717 if((bDir) == PCD_EP_DBUF_OUT)\
720 else if((bDir) == PCD_EP_DBUF_IN)\
725 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) { \ argument
726 if((bDir) == PCD_EP_DBUF_OUT)\
730 else if((bDir) == PCD_EP_DBUF_IN)\
736 #define PCD_SET_EP_DBUF_CNT(USBx, bEpNum, bDir, wCount) {\ argument
[all …]
/dports/security/py-ailment/binaries-9.0.5405/tests_src/i2c_master_read-nucleol152re/mbed/TARGET_NUCLEO_L152RE/TARGET_STM/TARGET_STM32L1/device/
H A Dstm32l1xx_hal_pcd.h365 #define PCD_FreeUserBuffer(USBx, bEpNum, bDir)\ argument
367 if ((bDir) == PCD_EP_DBUF_OUT)\
371 else if ((bDir) == PCD_EP_DBUF_IN)\
716 #define PCD_SET_EP_DBUF0_CNT(USBx, bEpNum, bDir, wCount) { \ argument
717 if((bDir) == PCD_EP_DBUF_OUT)\
720 else if((bDir) == PCD_EP_DBUF_IN)\
725 #define PCD_SET_EP_DBUF1_CNT(USBx, bEpNum, bDir, wCount) { \ argument
726 if((bDir) == PCD_EP_DBUF_OUT)\
730 else if((bDir) == PCD_EP_DBUF_IN)\
736 #define PCD_SET_EP_DBUF_CNT(USBx, bEpNum, bDir, wCount) {\ argument
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/inc/
H A Dusb_regs.h568 #define _SetEPDblBuf0Count(bEpNum, bDir, wCount) { \ argument
569 if(bDir == EP_DBUF_OUT)\
572 else if(bDir == EP_DBUF_IN)\
577 #define _SetEPDblBuf1Count(bEpNum, bDir, wCount) { \ argument
578 if(bDir == EP_DBUF_OUT)\
581 else if(bDir == EP_DBUF_IN)\
586 #define _SetEPDblBuffCount(bEpNum, bDir, wCount) {\ argument
587 _SetEPDblBuf0Count(bEpNum, bDir, wCount); \
588 _SetEPDblBuf1Count(bEpNum, bDir, wCount); \
622 void SetDouBleBuffEPStall(uint8_t /*bEpNum*/, uint8_t bDir);
[all …]
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32_USB-FS-Device_Driver/inc/
H A Dusb_regs.h568 #define _SetEPDblBuf0Count(bEpNum, bDir, wCount) { \ argument
569 if(bDir == EP_DBUF_OUT)\
572 else if(bDir == EP_DBUF_IN)\
577 #define _SetEPDblBuf1Count(bEpNum, bDir, wCount) { \ argument
578 if(bDir == EP_DBUF_OUT)\
581 else if(bDir == EP_DBUF_IN)\
586 #define _SetEPDblBuffCount(bEpNum, bDir, wCount) {\ argument
587 _SetEPDblBuf0Count(bEpNum, bDir, wCount); \
588 _SetEPDblBuf1Count(bEpNum, bDir, wCount); \
622 void SetDouBleBuffEPStall(uint8_t /*bEpNum*/, uint8_t bDir);
[all …]
/dports/net/rclone/rclone-1.57.0/fs/
H A Ddirentries_test.go17 bDir := mockdir.New("b")
21 dirEntries := fs.DirEntries{bDir, b, aDir, a, c, cDir, anotherc}
25 assert.Equal(t, fs.DirEntries{aDir, a, bDir, b, cDir, c, anotherc}, dirEntries)
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DPoints.h278 INT16 TerrainActionPoints(const SOLDIERTYPE* s, INT16 sGridno, INT8 bDir, INT8 bLevel);
279 INT16 ActionPointCost(const SOLDIERTYPE* s, INT16 sGridNo, INT8 bDir, UINT16 usMovementMode);
280 INT16 EstimateActionPointCost( SOLDIERTYPE *pSoldier, INT16 sGridNo, INT8 bDir, UINT16 usMovementMo…
285 INT16 TerrainBreathPoints(SOLDIERTYPE * pSoldier, INT16 sGridno,INT8 bDir, UINT16 usMovementMode);
H A DPoints.cc37 INT16 TerrainActionPoints(const SOLDIERTYPE* const pSoldier, const INT16 sGridno, const INT8 bDir, … in TerrainActionPoints() argument
48 sSwitchValue = gubWorldMovementCosts[sGridno][bDir][ bLevel ]; in TerrainActionPoints()
106 sSwitchValue, sGridno, bDir); in TerrainActionPoints()
110 if (bDir & 1) in TerrainActionPoints()
158 INT16 TerrainBreathPoints(SOLDIERTYPE * pSoldier, INT16 sGridno,INT8 bDir, UINT16 usMovementMode) in TerrainBreathPoints() argument
163 ubMovementCost = gubWorldMovementCosts[sGridno][bDir][0]; in TerrainBreathPoints()
250 INT16 ActionPointCost(const SOLDIERTYPE* const pSoldier, const INT16 sGridNo, const INT8 bDir, UINT… in ActionPointCost() argument
257 sTileCost = TerrainActionPoints( pSoldier, sGridNo, bDir, pSoldier->bLevel ); in ActionPointCost()
260 sSwitchValue = gubWorldMovementCosts[ sGridNo ][ bDir ][ pSoldier->bLevel ]; in ActionPointCost()
346 sTileCost = TerrainActionPoints( pSoldier, sGridNo, bDir, pSoldier->bLevel ); in EstimateActionPointCost()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/touchpoint/natives/
H A DBackupStoreTest.java31 private File bDir; field in BackupStoreTest
59 bDir = new File(sourceDir, "B"); in setUp()
60 bTxt = new File(bDir, "b.txt"); in setUp()
/dports/astro/py-ro/RO-3.6.9/python/RO/Astro/Cnv/
H A DTopoFromGeo.py51 bDir, bMag = llv.vn(posB)
52 diurAbScaleCorr = 1.0 - (obsData.diurAbVecMag * bDir[1])
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DIsometric_Utils.cc712 INT8 bDir; in GridNoOnEdgeOfMap() local
716 for (bDir = NORTHEAST; bDir < NUM_WORLD_DIRECTIONS; bDir += 2 ) in GridNoOnEdgeOfMap()
718 if (gubWorldMovementCosts[ (sGridNo + DirectionInc( bDir ) ) ][ bDir ][ 0 ] == TRAVELCOST_OFF_MAP) in GridNoOnEdgeOfMap()
721 *pbDirection = bDir; in GridNoOnEdgeOfMap()
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/compactv2/
H A Dcompactor_test.go465 func readBlockSeries(t *testing.T, bDir string) []seriesSamples {
466 indexr, err := index.NewFileReader(filepath.Join(bDir, block.IndexFilename))
470 chunkr, err := chunks.NewDirReader(filepath.Join(bDir, block.ChunksDirname), nil)
504 func createBlockSeries(bDir string, inputSeries []seriesSamples) (err error) {
505 d, err := block.NewDiskWriter(context.TODO(), log.NewNopLogger(), bDir)
512 _ = os.RemoveAll(bDir)
/dports/textproc/kdiff3/kdiff3-1.9.4/src/
H A DPixMapUtils.cpp149 QPixmap getOnePixmap(e_Age eAge, bool bLink, bool bDir) in getOnePixmap() argument
156 QPixmap** ppPm = bDir ? (bLink ? ageToPmDirLink : ageToPmDir) : (bLink ? ageToPmLink : ageToPm); in getOnePixmap()
H A DPixMapUtils.h26 QPixmap getOnePixmap(e_Age eAge, bool bLink, bool bDir);
/dports/science/cdk/cdk-cdk-2.3/tool/smarts/src/main/java/org/openscience/cdk/smarts/
H A DSmarts.java2453 String bDir = bdirs.get(bBond);
2457 if (bDir == null && eDir == null) {
2489 if (bDir.equals(BSTEREO_UP))
2491 else if (bDir.equals(BSTEREO_DN))
2497 if (bDir.equals(BSTEREO_UP))
2499 else if (bDir.equals(BSTEREO_DN))
2505 if (bDir.equals(BSTEREO_UP) || bDir.equals(BSTEREO_DN))
2513 if (bDir.equals(BSTEREO_UP))
2515 else if (bDir.equals(BSTEREO_DN))
2521 if (bDir.equals(BSTEREO_UP))
[all …]
/dports/devel/awless/awless-0.1.11/vendor/gopkg.in/src-d/go-git.v4/plumbing/format/diff/
H A Dunified_encoder.go23 bDir = "b/" const
132 e.pathLines(isBinary, aDir+from.Path(), bDir+to.Path())
138 e.pathLines(isBinary, noFilePath, bDir+to.Path())

12345678