Home
last modified time | relevance | path

Searched refs:wrm (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/sysutils/terraform/terraform-1.0.11/internal/communicator/winrm/
H A Dcommunicator_test.go17 wrm := winrmtest.NewRemote()
19 wrm.CommandFunc(
26 wrm.CommandFunc(
32 wrm.CommandFunc(
38 wrm.CommandFunc(
44 return wrm
48 wrm := newMockWinRMServer(t)
49 defer wrm.Close()
83 defer wrm.Close()
150 defer wrm.Close()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_wr.h452 #define csio_get_q(__hw, __idx) ((__hw)->wrm.q_arr[__idx])
453 #define csio_q_type(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->type)
454 #define csio_q_pidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pidx)
455 #define csio_q_cidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->cidx)
459 #define csio_q_size(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->size)
462 #define csio_q_wr_sz(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->wr_sz)
465 ((__hw)->wrm.q_arr[(__idx)]->un.iq.physiqid)
467 ((__hw)->wrm.q_arr[(__idx)]->un.iq.flq_idx)
472 ((__hw)->wrm.q_arr[(__idx)]->un.eq.physeqid)
476 csio_q_flid((__hw), (__hw)->wrm.q_arr[(__iq_qidx)]->un.iq.flq_idx)
[all …]
H A Dcsio_wr.c251 wrm->free_qidx++; in csio_wr_alloc_q()
794 q = wrm->q_arr[i]; in csio_wr_destroy_queues()
1650 if (!wrm->num_q) { in csio_wrm_init()
1655 wrm->q_arr = kcalloc(wrm->num_q, sizeof(struct csio_q *), GFP_KERNEL); in csio_wrm_init()
1656 if (!wrm->q_arr) in csio_wrm_init()
1661 if (!wrm->q_arr[i]) { in csio_wrm_init()
1667 wrm->free_qidx = 0; in csio_wrm_init()
1672 kfree(wrm->q_arr); in csio_wrm_init()
1695 q = wrm->q_arr[i]; in csio_wrm_exit()
1697 if (wrm->free_qidx && (i < wrm->free_qidx)) { in csio_wrm_exit()
[all …]
H A Dcsio_hw.h456 struct csio_wrm wrm; /* Work request module*/ member
592 #define csio_hw_to_wrm(hw) ((struct csio_wrm *)(&(hw)->wrm))
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_wr.h452 #define csio_get_q(__hw, __idx) ((__hw)->wrm.q_arr[__idx])
453 #define csio_q_type(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->type)
454 #define csio_q_pidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pidx)
455 #define csio_q_cidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->cidx)
459 #define csio_q_size(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->size)
462 #define csio_q_wr_sz(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->wr_sz)
465 ((__hw)->wrm.q_arr[(__idx)]->un.iq.physiqid)
467 ((__hw)->wrm.q_arr[(__idx)]->un.iq.flq_idx)
472 ((__hw)->wrm.q_arr[(__idx)]->un.eq.physeqid)
476 csio_q_flid((__hw), (__hw)->wrm.q_arr[(__iq_qidx)]->un.iq.flq_idx)
[all …]
H A Dcsio_wr.c251 wrm->free_qidx++; in csio_wr_alloc_q()
794 q = wrm->q_arr[i]; in csio_wr_destroy_queues()
1650 if (!wrm->num_q) { in csio_wrm_init()
1655 wrm->q_arr = kcalloc(wrm->num_q, sizeof(struct csio_q *), GFP_KERNEL); in csio_wrm_init()
1656 if (!wrm->q_arr) in csio_wrm_init()
1661 if (!wrm->q_arr[i]) { in csio_wrm_init()
1667 wrm->free_qidx = 0; in csio_wrm_init()
1672 kfree(wrm->q_arr); in csio_wrm_init()
1695 q = wrm->q_arr[i]; in csio_wrm_exit()
1697 if (wrm->free_qidx && (i < wrm->free_qidx)) { in csio_wrm_exit()
[all …]
H A Dcsio_hw.h456 struct csio_wrm wrm; /* Work request module*/ member
592 #define csio_hw_to_wrm(hw) ((struct csio_wrm *)(&(hw)->wrm))
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/csiostor/
H A Dcsio_wr.h452 #define csio_get_q(__hw, __idx) ((__hw)->wrm.q_arr[__idx])
453 #define csio_q_type(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->type)
454 #define csio_q_pidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->pidx)
455 #define csio_q_cidx(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->cidx)
459 #define csio_q_size(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->size)
462 #define csio_q_wr_sz(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->wr_sz)
465 ((__hw)->wrm.q_arr[(__idx)]->un.iq.physiqid)
467 ((__hw)->wrm.q_arr[(__idx)]->un.iq.flq_idx)
472 ((__hw)->wrm.q_arr[(__idx)]->un.eq.physeqid)
476 csio_q_flid((__hw), (__hw)->wrm.q_arr[(__iq_qidx)]->un.iq.flq_idx)
[all …]
H A Dcsio_wr.c251 wrm->free_qidx++; in csio_wr_alloc_q()
794 q = wrm->q_arr[i]; in csio_wr_destroy_queues()
1650 if (!wrm->num_q) { in csio_wrm_init()
1655 wrm->q_arr = kcalloc(wrm->num_q, sizeof(struct csio_q *), GFP_KERNEL); in csio_wrm_init()
1656 if (!wrm->q_arr) in csio_wrm_init()
1661 if (!wrm->q_arr[i]) { in csio_wrm_init()
1667 wrm->free_qidx = 0; in csio_wrm_init()
1672 kfree(wrm->q_arr); in csio_wrm_init()
1695 q = wrm->q_arr[i]; in csio_wrm_exit()
1697 if (wrm->free_qidx && (i < wrm->free_qidx)) { in csio_wrm_exit()
[all …]
H A Dcsio_hw.h456 struct csio_wrm wrm; /* Work request module*/ member
592 #define csio_hw_to_wrm(hw) ((struct csio_wrm *)(&(hw)->wrm))
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dtest_memory.t52 my $wrm='';
55 … $wrm= " (no weak references, disregard unless running with a _really_ old perl, like pre 5.8)";
68 … { warn "test $test_nb: possible memory leak parsing xml ($after > $before)$wrm"; $warn++; }
71 ok(1, "testing memory leaks for xml parsing$wrm");
82 … { warn "test $test_nb: possible memory leak parsing html ($after > $before)$wrm"; $warn++; }
85 ok(1, "testing memory leaks for html parsing$wrm");
99 … { warn "test $test_nb: possible memory leak parsing html ($after > $before)$wrm"; $warn++; }
102 ok(1, "testing memory leaks for html parsing using HTML::Tidy$wrm");
/dports/games/phalanx/Phalanx-XXV/
H A Dendgame.c291 int wrm = Wknow.rpf; in pawns() local
297 if( wlm+1<blm && wrm>wlm+3 ) whas=blm-wlm; in pawns()
302 if( wrm-1>brm && wrm>wlm+3 ) whas+=wrm-brm; in pawns()
304 if( brm-1>wrm && brm>blm+3 ) bhas+=brm-wrm; in pawns()
H A Dstatic.c1582 int wrm = Wknow.rpf; in score_position() local
1588 if( wlm+1<blm && wrm>wlm+3 ) whas=blm-wlm; in score_position()
1593 if( wrm-1>brm && wrm>wlm+3 ) whas+=wrm-brm; in score_position()
1595 if( brm-1>wrm && brm>blm+3 ) bhas+=brm-wrm; in score_position()
/dports/games/scid/scid/engines/phalanx-scid/
H A Dendgame.c258 int wrm = Wknow.rpf; in pawns() local
264 if( wlm+1<blm && wrm>wlm+3 ) whas=blm-wlm; in pawns()
269 if( wrm-1>brm && wrm>wlm+3 ) whas+=wrm-brm; in pawns()
271 if( brm-1>wrm && brm>blm+3 ) bhas+=brm-wrm; in pawns()
H A Dstatic.c1489 int wrm = Wknow.rpf; in score_position() local
1495 if( wlm+1<blm && wrm>wlm+3 ) whas=blm-wlm; in score_position()
1500 if( wrm-1>brm && wrm>wlm+3 ) whas+=wrm-brm; in score_position()
1502 if( brm-1>wrm && brm>blm+3 ) bhas+=brm-wrm; in score_position()
/dports/biology/p5-AcePerl/AcePerl-1.92/docs/
H A DACEDB.HOWTO82 Now examine and edit the file ~acedb/wspec/passwd.wrm. This contains
86 should examine the file ~acedb/wspec/server.wrm. This contains read
131 // The following line is a valid entry for wspec/serverpasswd.wrm
135 c. Find the file named serverpasswd.wrm located in the wspec/ subdirectory
147 hashes with makeUserPasswd, and entering them into the serverpasswd.wrm
300 ~acedb/elegans/database/log.wrm
301 ~acedb/elegans/database/serverlog.wrm
356 ~acedb/elegans/database/log.wrm
357 ~acedb/elegans/database/serverlog.wrm
H A DNEW_DB.HOWTO24 Before you begin, you must have a models.wrm file and one or more .ace
56 The file /usr/local/acedb/my_db/database/ACEDB.wrm does not exist,
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dacedb.vim7 " Syntax file to handle all $ACEDB/wspec/*.wrm files, primarily models.wrm
108 " The structure of the model.wrm file is sensitive to mixed tab and space
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dacedb.vim7 " Syntax file to handle all $ACEDB/wspec/*.wrm files, primarily models.wrm
108 " The structure of the model.wrm file is sensitive to mixed tab and space
/dports/devel/radare2/radare2-5.1.1/test/db/asm/
H A Di400420 ad "wrm" e0
/dports/games/openlierox/OpenLieroX/src/common/
H A DCGameScript.cpp1840 gs_worm_t *wrm = &Game->Worm; in CompileExtra() local
1842 ini.ReadFloat( "Worm", "AngleSpeed", &wrm->AngleSpeed, 150); in CompileExtra()
1843 ini.ReadFloat( "Worm", "GroundSpeed", &wrm->GroundSpeed, 8); in CompileExtra()
1844 ini.ReadFloat( "Worm", "AirSpeed", &wrm->AirSpeed, 1); in CompileExtra()
1845 ini.ReadFloat( "Worm", "Gravity", &wrm->Gravity, 175); in CompileExtra()
1846 ini.ReadFloat( "Worm", "JumpForce", &wrm->JumpForce, -140); in CompileExtra()
1847 ini.ReadFloat( "Worm", "AirFriction", &wrm->AirFriction, 0); in CompileExtra()
1848 ini.ReadFloat( "Worm", "GroundFriction", &wrm->GroundFriction, 0.6f); in CompileExtra()
/dports/games/openlierox/OpenLieroX/src/client/
H A DCClient_Draw.cpp2585 CWorm *wrm = *it; in DrawPlayerWaitingColumn() local
2586 SmartPointer<DynDrawIntf> wrmPicImg = wrm->getPicimg(); in DrawPlayerWaitingColumn()
2588 errors << "CClient::DrawPlayerWaitingColumn: Worm " << wrm->getID() << " picimg not set" << endl; in DrawPlayerWaitingColumn()
2595 if (wrm->getGameReady()) in DrawPlayerWaitingColumn()
2602 wrm->getPicimg()->draw(bmpDest, cur_x, cur_y); in DrawPlayerWaitingColumn()
2603 cur_x += wrm->getPicimg().get()->w + 5; // 5 - leave some space in DrawPlayerWaitingColumn()
2606 tLX->cFont.Draw(bmpDest, cur_x, cur_y, tLX->clNormalLabel, wrm->getName()); in DrawPlayerWaitingColumn()
2608 cur_y += MAX(wrm->getPicimg().get()->h, tLX->cFont.GetHeight()) + 2; in DrawPlayerWaitingColumn()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mcs40/
H A Dmcs40dasm.cpp37 OP(SIMPLE, I4004, wrm), OP(SIMPLE, I4004, wmp), OP(SIMPLE, I4004, wrr), OP(SIMPLE, I4004, wpm),
/dports/devel/asl/asl-current/tests/t_4004/
H A Dt_4004.asm224 wrm
/dports/emulators/mame/mame-mame0226/src/devices/cpu/mcs40/
H A Dmcs40dasm.cpp37 OP(SIMPLE, I4004, wrm), OP(SIMPLE, I4004, wmp), OP(SIMPLE, I4004, wrr), OP(SIMPLE, I4004, wpm),

12345678910