Home
last modified time | relevance | path

Searched refs:DIR_IN (Results 1 – 25 of 46) sorted by relevance

12

/dports/audio/musescore/MuseScore-3.6.1/build/
H A Dfunctions.cmake126 DIR_IN # the directory that all input file paths are relative to
127 FILE_IN # one file to go in the archive, with path relative to DIR_IN
133 "${DIR_IN}"
153 WORKING_DIRECTORY "${DIR_IN}" # run command in this directory
161 DIR_IN # the directory that all input file paths are relative to
167 "${DIR_IN}/META-INF/container.xml"
171 "${DIR_IN}"
/dports/net/siproxd/siproxd-0.8.2/src/
H A Dfwapi.c37 fwdata.direction = (rtp_direction == DIR_INCOMING)? DIR_IN: DIR_OUT; in fwapi_start_rtp()
58 fwdata.direction = (rtp_direction == DIR_INCOMING)? DIR_IN: DIR_OUT; in fwapi_stop_rtp()
H A Dfwapi.h30 #define DIR_IN 1 /* direction: incoming */
H A Dcustom_fw_module.c89 case DIR_IN: in custom_fw_control()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/tests/
H A Dsnapshots.rs6 const DIR_IN: &str = "tests/in"; const
50 let params = match fs::read_to_string(format!("{}/{}/{}.param.ron", root, DIR_IN, name)) { in check_targets()
273 let file = fs::read_to_string(format!("{}/{}/{}.wgsl", root, DIR_IN, name)) in convert_wgsl()
286 &fs::read(format!("{}/{}/{}.spv", root, DIR_IN, name)).expect("Couldn't find spv file"), in convert_spv()
327 &fs::read_to_string(format!("{}/{}/{}.glsl", root, DIR_IN, name)) in convert_glsl()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/tests/
H A Dsnapshots.rs6 const DIR_IN: &str = "tests/in"; const
50 let params = match fs::read_to_string(format!("{}/{}/{}.param.ron", root, DIR_IN, name)) { in check_targets()
273 let file = fs::read_to_string(format!("{}/{}/{}.wgsl", root, DIR_IN, name)) in convert_wgsl()
286 &fs::read(format!("{}/{}/{}.spv", root, DIR_IN, name)).expect("Couldn't find spv file"), in convert_spv()
327 &fs::read_to_string(format!("{}/{}/{}.glsl", root, DIR_IN, name)) in convert_glsl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dumass.c1195 if (sc->transfer_dir == DIR_IN) { in umass_bbb_state()
1237 (sc->transfer_dir == DIR_IN? in umass_bbb_state()
1252 if (sc->transfer_dir == DIR_IN) in umass_bbb_state()
1256 DIF(UDMASS_BBB, if (sc->transfer_dir == DIR_IN) in umass_bbb_state()
1271 (sc->transfer_dir == DIR_IN? "in":"out"), in umass_bbb_state()
1383 sc->transfer_dir == DIR_IN ? "IN" : "OUT", in umass_bbb_state()
1655 if (sc->transfer_dir == DIR_IN) { in umass_cbi_state()
1697 (sc->transfer_dir == DIR_IN? in umass_cbi_state()
1710 if (sc->transfer_dir == DIR_IN) in umass_cbi_state()
1714 DIF(UDMASS_CBI, if (sc->transfer_dir == DIR_IN) in umass_cbi_state()
[all …]
H A Dumassvar.h63 #define DIR_IN 1 macro
H A Dumass_scsipi.c269 dir = DIR_IN; in umass_scsipi_request()
441 DIR_IN, xs->timeout, 0, in umass_scsipi_cb()
H A Dumass_isdata.c344 dir = DIR_IN; in uisdata_bio1()
426 dir = DIR_IN; in uisdata_exec_command()
/dports/www/srt/srt-1.4.4/apps/
H A Dsrt-tunnel.cpp219 enum Dir { DIR_IN, DIR_OUT }; enumerator
242 Verb() << "START: " << media[DIR_IN]->uri() << " --> " << media[DIR_OUT]->uri(); in Start()
243 const std::string thrn = media[DIR_IN]->id() + ">" + media[DIR_OUT]->id(); in Start()
365 Medium* which_medium = media[DIR_IN]; in Worker()
371 which_medium = media[DIR_IN]; in Worker()
372 rdst = media[DIR_IN]->Read((outbuf)); in Worker()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/inc/
H A Dastparameter.hxx25 enum Direction { DIR_IN, DIR_OUT, DIR_INOUT }; enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/inc/
H A Dastparameter.hxx25 enum Direction { DIR_IN, DIR_OUT, DIR_INOUT }; enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/source/
H A Dastoperation.cxx72 case DIR_IN : in dumpBlob()
H A Didlc.cxx132 AstParameter* pParam = new AstParameter(DIR_IN, false, in predefineXInterface()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/source/
H A Dastoperation.cxx72 case DIR_IN : in dumpBlob()
H A Didlc.cxx132 AstParameter* pParam = new AstParameter(DIR_IN, false, in predefineXInterface()
/dports/games/tileworld/tworld-1.3.0/
H A Dlxlogic.c519 #define DIR_IN(dir) (dir) macro
522 #define NORTH_IN DIR_IN(NORTH)
523 #define WEST_IN DIR_IN(WEST)
524 #define SOUTH_IN DIR_IN(SOUTH)
525 #define EAST_IN DIR_IN(EAST)
775 if (!(movelaws[floorto].chip & DIR_IN(dir))) in canmakemove()
803 if (!(movelaws[floorto].block & DIR_IN(dir))) in canmakemove()
818 if (!(movelaws[floorto].creature & DIR_IN(dir))) in canmakemove()
/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h151 DIR_IN = 1, enumerator
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dgrammar.y77 DIR_IN, DIR_OUT, enumerator
221 case DIR_IN:
239 case DIR_IN:
1529 case DIR_IN:
1594 case DIR_IN:
2114 | IN { $$.direction = DIR_IN; }
/dports/misc/gpsim/gpsim-0.31.0/src/
H A Duart.h246 DIR_IN enumerator
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/rc/
H A Diguanair.c56 #define DIR_IN 0xdc macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/rc/
H A Diguanair.c56 #define DIR_IN 0xdc macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/rc/
H A Diguanair.c56 #define DIR_IN 0xdc macro
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dlibrary.h307 DIR_IN, ///< Input to called function. Data is treated as read-only. enumerator

12