Home
last modified time | relevance | path

Searched refs:syncmode (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/trellis/prjtrellis-5eb0ad87/fuzzers/ECP5/103-gsr/
H A Dfuzzer.py11 def get_substs(gsrmode="ACTIVE_LOW", syncmode="NONE"): argument
16 if syncmode == "NONE":
17 syncmode = "#OFF"
18 return dict(comment=comment, gsrmode=gsrmode, syncmode=syncmode)
30 lambda x: get_substs(syncmode=x), empty_bitfile, False)
H A Dgsr.ncl16 ${comment} "SYNCMODE:${syncmode}";
/dports/www/moodle310/moodle/enrol/lti/classes/task/
H A Dsync_members.php196 * @param int $syncmode The tool's membersyncmode.
199 protected function should_sync_unenrol($syncmode) { argument
200 …return $syncmode == helper::MEMBER_SYNC_ENROL_AND_UNENROL || $syncmode == helper::MEMBER_SYNC_UNEN…
206 * @param int $syncmode The tool's membersyncmode.
209 protected function should_sync_enrol($syncmode) { argument
210 …return $syncmode == helper::MEMBER_SYNC_ENROL_AND_UNENROL || $syncmode == helper::MEMBER_SYNC_ENRO…
/dports/www/moodle311/moodle/enrol/lti/classes/task/
H A Dsync_members.php196 * @param int $syncmode The tool's membersyncmode.
199 protected function should_sync_unenrol($syncmode) { argument
200 …return $syncmode == helper::MEMBER_SYNC_ENROL_AND_UNENROL || $syncmode == helper::MEMBER_SYNC_UNEN…
206 * @param int $syncmode The tool's membersyncmode.
209 protected function should_sync_enrol($syncmode) { argument
210 …return $syncmode == helper::MEMBER_SYNC_ENROL_AND_UNENROL || $syncmode == helper::MEMBER_SYNC_ENRO…
/dports/www/moodle39/moodle/enrol/lti/classes/task/
H A Dsync_members.php196 * @param int $syncmode The tool's membersyncmode.
199 protected function should_sync_unenrol($syncmode) { argument
200 …return $syncmode == helper::MEMBER_SYNC_ENROL_AND_UNENROL || $syncmode == helper::MEMBER_SYNC_UNEN…
206 * @param int $syncmode The tool's membersyncmode.
209 protected function should_sync_enrol($syncmode) { argument
210 …return $syncmode == helper::MEMBER_SYNC_ENROL_AND_UNENROL || $syncmode == helper::MEMBER_SYNC_ENRO…
/dports/sysutils/safecopy/safecopy-1.7/src/
H A Dlowlevel.c14 int seekable, int recovery, int syncmode) { in read_desperately() argument
218 int seekable, int recovery, int syncmode) { in read_desperately() argument
228 *fd=open(filename,O_RDONLY | O_NONBLOCK | syncmode ); in read_desperately()
244 *fd=open(filename,O_RDONLY | O_NONBLOCK | syncmode ); in read_desperately()
256 *fd=open(filename,O_RDONLY | O_NONBLOCK | syncmode ); in read_desperately()
266 *fd=open(filename,O_RDONLY | O_NONBLOCK | syncmode ); in read_desperately()
H A Dlowlevel.h13 int seekable, int recovery, int syncmode);
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/
H A Dredasm_context.cpp73 const char* syncmode = getenv("SYNC_MODE"); in sync() local
74 return syncmode && !std::strcmp(syncmode, "1"); in sync()
/dports/www/moodle39/moodle/enrol/lti/tests/
H A Dsync_members_test.php348 * @param int $syncmode The tool's membersyncmode.
351 public function should_sync_unenrol($syncmode) { argument
352 $shouldsync = parent::should_sync_unenrol($syncmode);
359 * @param int $syncmode The tool's membersyncmode.
362 public function should_sync_enrol($syncmode) { argument
363 $shouldsync = parent::should_sync_enrol($syncmode);
/dports/www/moodle310/moodle/enrol/lti/tests/
H A Dsync_members_test.php348 * @param int $syncmode The tool's membersyncmode.
351 public function should_sync_unenrol($syncmode) { argument
352 $shouldsync = parent::should_sync_unenrol($syncmode);
359 * @param int $syncmode The tool's membersyncmode.
362 public function should_sync_enrol($syncmode) { argument
363 $shouldsync = parent::should_sync_enrol($syncmode);
/dports/www/moodle311/moodle/enrol/lti/tests/
H A Dsync_members_test.php348 * @param int $syncmode The tool's membersyncmode.
351 public function should_sync_unenrol($syncmode) { argument
352 $shouldsync = parent::should_sync_unenrol($syncmode);
359 * @param int $syncmode The tool's membersyncmode.
362 public function should_sync_enrol($syncmode) { argument
363 $shouldsync = parent::should_sync_enrol($syncmode);
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/qdbm/
H A Dhovel.c134 dbf->syncmode = (dpomode & DP_OWRITER) && (read_write & GDBM_SYNC) ? TRUE : FALSE; in gdbm_open()
256 dbf->syncmode = (dpomode & DP_OWRITER) && (read_write & GDBM_SYNC) ? TRUE : FALSE; in gdbm_open2()
265 if(dbf->syncmode) dpsync(dbf->depot); in gdbm_close()
268 if(dbf->syncmode) crsync(dbf->curia); in gdbm_close()
294 if(dbf->syncmode && !dpsync(dbf->depot)){ in gdbm_store()
309 if(dbf->syncmode && !crsync(dbf->curia)){ in gdbm_store()
334 if(dbf->syncmode && !dpsync(dbf->depot)){ in gdbm_delete()
347 if(dbf->syncmode && !crsync(dbf->curia)){ in gdbm_delete()
H A Dhovel.h74 int syncmode; /* whether to be besyncronous mode */ member
/dports/databases/qdbm-plus/qdbm-1.8.78/
H A Dhovel.c134 dbf->syncmode = (dpomode & DP_OWRITER) && (read_write & GDBM_SYNC) ? TRUE : FALSE; in gdbm_open()
256 dbf->syncmode = (dpomode & DP_OWRITER) && (read_write & GDBM_SYNC) ? TRUE : FALSE; in gdbm_open2()
265 if(dbf->syncmode) dpsync(dbf->depot); in gdbm_close()
268 if(dbf->syncmode) crsync(dbf->curia); in gdbm_close()
294 if(dbf->syncmode && !dpsync(dbf->depot)){ in gdbm_store()
309 if(dbf->syncmode && !crsync(dbf->curia)){ in gdbm_store()
334 if(dbf->syncmode && !dpsync(dbf->depot)){ in gdbm_delete()
347 if(dbf->syncmode && !crsync(dbf->curia)){ in gdbm_delete()
H A Dhovel.h74 int syncmode; /* whether to be besyncronous mode */ member
/dports/databases/qdbm/qdbm-1.8.78/
H A Dhovel.c134 dbf->syncmode = (dpomode & DP_OWRITER) && (read_write & GDBM_SYNC) ? TRUE : FALSE; in gdbm_open()
256 dbf->syncmode = (dpomode & DP_OWRITER) && (read_write & GDBM_SYNC) ? TRUE : FALSE; in gdbm_open2()
265 if(dbf->syncmode) dpsync(dbf->depot); in gdbm_close()
268 if(dbf->syncmode) crsync(dbf->curia); in gdbm_close()
294 if(dbf->syncmode && !dpsync(dbf->depot)){ in gdbm_store()
309 if(dbf->syncmode && !crsync(dbf->curia)){ in gdbm_store()
334 if(dbf->syncmode && !dpsync(dbf->depot)){ in gdbm_delete()
347 if(dbf->syncmode && !crsync(dbf->curia)){ in gdbm_delete()
H A Dhovel.h74 int syncmode; /* whether to be besyncronous mode */ member
/dports/textproc/estraier/estraier-1.2.30/qdbm/
H A Dhovel.c134 dbf->syncmode = (dpomode & DP_OWRITER) && (read_write & GDBM_SYNC) ? TRUE : FALSE; in gdbm_open()
256 dbf->syncmode = (dpomode & DP_OWRITER) && (read_write & GDBM_SYNC) ? TRUE : FALSE; in gdbm_open2()
265 if(dbf->syncmode) dpsync(dbf->depot); in gdbm_close()
268 if(dbf->syncmode) crsync(dbf->curia); in gdbm_close()
294 if(dbf->syncmode && !dpsync(dbf->depot)){ in gdbm_store()
309 if(dbf->syncmode && !crsync(dbf->curia)){ in gdbm_store()
334 if(dbf->syncmode && !dpsync(dbf->depot)){ in gdbm_delete()
347 if(dbf->syncmode && !crsync(dbf->curia)){ in gdbm_delete()
/dports/devel/staf/src/staf/lang/perl-5.8/PLSTAF/
H A DPLSTAF.pm35 my $syncmode = PLSTAF::SyncReq();
37 $self->{SYNC} = \$syncmode;
/dports/misc/heyu2/heyu-2.10/
H A Dcmd.c1301 if ( syncmode != NO_SYNC ) in send_buffer()
1302 wait_external_trigger(syncmode); in send_buffer()
1359 int syncmode ) in send_address() argument
1443 unsigned int showstatus, int syncmode ) in send_command() argument
2319 int syncmode; in direct_command() local
2336 syncmode = line_sync_mode(); in direct_command()
2569 if ( send_address(hcode, bitmap, syncmode) != 0 || in direct_command()
2603 if ( send_address(hcode, bitmap, syncmode) != 0 || in direct_command()
2654 syncmode = subcode ? RISE_SYNC : syncmode ; in direct_command()
2851 send_command(testbuf, argc - 1, 0, syncmode); in direct_command()
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/
H A D.gitignore57 /example/syncmode/syncmode
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dsyncdir.c836 gint syncmode; in sync_all_playlists() local
840 syncmode = get_playlist_prefs_int (pl, KEY_SYNCMODE); in sync_all_playlists()
841 if (syncmode != SYNC_PLAYLIST_MODE_NONE) in sync_all_playlists()
853 if (syncmode == SYNC_PLAYLIST_MODE_MANUAL) in sync_all_playlists()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9322.c264 u8 syncmode; member
427 reg = ili->conf->syncmode; in ili9322_init()
450 ili->conf->syncmode); in ili9322_init()
919 .syncmode = ILI9322_IF_CTRL_SYNC_DISABLED,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9322.c264 u8 syncmode; member
427 reg = ili->conf->syncmode; in ili9322_init()
450 ili->conf->syncmode); in ili9322_init()
919 .syncmode = ILI9322_IF_CTRL_SYNC_DISABLED,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9322.c264 u8 syncmode; member
427 reg = ili->conf->syncmode; in ili9322_init()
450 ili->conf->syncmode); in ili9322_init()
919 .syncmode = ILI9322_IF_CTRL_SYNC_DISABLED,

1234