Home
last modified time | relevance | path

Searched refs:scandata (Results 1 – 25 of 114) sorted by relevance

12345

/dports/security/clamav/clamav-0.104.2/clamd/
H A Dscanner.c144 int type = scandata->type; in scan_callback()
175 scandata->total++; in scan_callback()
183 scandata->errors++; in scan_callback()
189 scandata->errors++; in scan_callback()
259 scandata->errors++; in scan_callback()
269 context.scandata = scandata; in scan_callback()
270 … = cl_scanfile_callback(filename, &virname, &scandata->scanned, scandata->engine, scandat… in scan_callback()
290 scandata->errors++; in scan_callback()
303 scandata->infected++; in scan_callback()
319 scandata->errors++; in scan_callback()
[all …]
H A Dsession.c201 struct scan_cb_data scandata; in command() local
215 data.data = &scandata; in command()
216 memset(&scandata, 0, sizeof(scandata)); in command()
219 scandata.odesc = desc; in command()
220 scandata.conn = conn; in command()
222 scandata.engine = engine; in command()
223 scandata.opts = opts; in command()
291 return scandata.errors > 0 ? scandata.errors : 0; in command()
367 scandata.type = type; in command()
391 error = scandata.errors; in command()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/clamd/
H A Dscanner.c143 int type = scandata->type; in scan_callback()
174 scandata->total++; in scan_callback()
182 scandata->errors++; in scan_callback()
188 scandata->errors++; in scan_callback()
258 scandata->errors++; in scan_callback()
271 scandata->errors++; in scan_callback()
279 context.scandata = scandata; in scan_callback()
280 … = cl_scanfile_callback(filename, &virname, &scandata->scanned, scandata->engine, scandat… in scan_callback()
302 scandata->infected++; in scan_callback()
318 scandata->errors++; in scan_callback()
[all …]
H A Dsession.c202 struct scan_cb_data scandata; in command() local
216 data.data = &scandata; in command()
217 memset(&scandata, 0, sizeof(scandata)); in command()
220 scandata.odesc = desc; in command()
221 scandata.conn = conn; in command()
223 scandata.engine = engine; in command()
224 scandata.opts = opts; in command()
292 return scandata.errors > 0 ? scandata.errors : 0; in command()
380 scandata.type = type; in command()
404 error = scandata.errors; in command()
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/test/qa-tests/buildscripts/resmokelib/testing/
H A Dhooks.py616 def __init__(self, logger, fixture, full=DEFAULT_FULL, scandata=DEFAULT_SCANDATA): argument
622 if not isinstance(scandata, bool):
628 self.scandata = scandata
649 conn, sb, self.full, self.scandata)
679 def _check_all_collections(conn, sb, full, scandata): argument
692 conn[db_name].validate_collection(coll_name, full=full, scandata=scandata)
/dports/security/silktools/silk-3.19.1/src/rwscan/tests/
H A Drwscanquery-sqlite.pl26 $file{scandata} = get_data_or_exit77('scandata');
129 $file{scandata},
H A Drwscan-blr-only.pl13 $file{scandata} = get_data_or_exit77('scandata');
H A Drwscan-trw-only.pl14 $file{scandata} = get_data_or_exit77('scandata');
H A Drwscan-hybrid.pl14 $file{scandata} = get_data_or_exit77('scandata');
/dports/math/py-pynleq2/pysces-0.9.8/pysces/
H A DRateChar.py401 self.scandata = scandata
409 self.flux_min = abs(self.scandata[:,1:]).min()/self.parent.min_fluxrange_factor
410 self.flux_max = self.scandata[:,1:].max()*self.parent.max_fluxrange_factor
411 self.scan_points = len(self.scandata)
625 numpy.savetxt(of,self.scandata,fmt='%05.2f',delimiter = '\t')
772 res_sup += self.parent.scandata[:,flux+1]
773 supply_total = self.ax.plot(self.parent.scandata[:,0],
784 demand_total = self.ax.plot(self.parent.scandata[:,0],
800 supply_flux[reaction] = self.ax.plot(self.parent.scandata[:,0],
801 self.parent.scandata[:,column+1],
[all …]
/dports/biology/py-PySCeS/pysces-1.0.0/pysces/
H A DRateChar.py467 self.scandata = scandata
480 abs(self.scandata[:, 1:]).min() / self.parent.min_fluxrange_factor
483 self.scan_points = len(self.scandata)
697 numpy.savetxt(of, self.scandata, fmt='%05.2f', delimiter='\t')
848 res_sup += self.parent.scandata[:, flux + 1]
850 self.parent.scandata[:, 0],
861 res_dem += self.parent.scandata[
865 self.parent.scandata[:, 0],
883 self.parent.scandata[:, 0],
884 self.parent.scandata[:, column + 1],
[all …]
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/coders/
H A Dcineon.c494 *scandata; in ReadCINEONImage() local
804 scandata=MagickAllocateResourceLimitedMemory(unsigned char *,scandata_bytes); in ReadCINEONImage()
805 if (scandata == (unsigned char *) NULL) in ReadCINEONImage()
807 scanline=scandata; in ReadCINEONImage()
817 scanline=scandata; in ReadCINEONImage()
823 scanline=scandata; in ReadCINEONImage()
846 MagickFreeResourceLimitedMemory(scandata); in ReadCINEONImage()
853 scandata=MagickAllocateResourceLimitedMemory(unsigned char *,scandata_bytes); in ReadCINEONImage()
854 if (scandata == (unsigned char *) NULL) in ReadCINEONImage()
865 scanline=scandata; in ReadCINEONImage()
[all …]
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Davhuff.cpp642 const uint8_t *scandata; in rle_and_histo_bitmap() local
643 for (scandata = source + item_advance; scandata < end; scandata += item_advance) in rle_and_histo_bitmap()
644 if (*scandata == prevdata) in rle_and_histo_bitmap()
650 if (scandata >= end && zerocount >= 8) in rle_and_histo_bitmap()
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Davhuff.cpp642 const uint8_t *scandata; in rle_and_histo_bitmap() local
643 for (scandata = source + item_advance; scandata < end; scandata += item_advance) in rle_and_histo_bitmap()
644 if (*scandata == prevdata) in rle_and_histo_bitmap()
650 if (scandata >= end && zerocount >= 8) in rle_and_histo_bitmap()
/dports/security/silktools/silk-3.19.1/tests/
H A DMakefile.am7 EXTRA_DIST = SiLKTests.pm daemon_test.py make-data.pl make-scandata.pl \
19 scandata.rwf sips-004-008.rw small.pdu \
26 make_scans = make-scandata.pl
167 scandata.rwf: $(RWTUC) silk.conf $(make_scans)
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dleland_vidhrdw.c188 UINT8 scandata[VIDEO_WIDTH * 8]; in update_for_scanline() local
189 UINT8 *dst = scandata; in update_for_scanline()
198 draw_scanline8(fgbitmap, 0, i, VIDEO_WIDTH * 8, scandata, NULL, -1); in update_for_scanline()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dleland_vidhrdw.c188 UINT8 scandata[VIDEO_WIDTH * 8]; in update_for_scanline() local
189 UINT8 *dst = scandata; in update_for_scanline()
198 draw_scanline8(fgbitmap, 0, i, VIDEO_WIDTH * 8, scandata, NULL, -1); in update_for_scanline()
/dports/cad/yosys/yosys-yosys-0.12/techlibs/intel/cycloneiv/
H A Dcells_sim.v150 scandata,
281 input scandata; port
/dports/cad/yosys/yosys-yosys-0.12/techlibs/intel/max10/
H A Dcells_sim.v150 scandata,
279 input scandata; port
/dports/cad/yosys/yosys-yosys-0.12/techlibs/intel/cycloneive/
H A Dcells_sim.v149 scandata,
278 input scandata; port
/dports/cad/yosys/yosys-yosys-0.12/techlibs/intel/common/
H A Daltpll_bb.v36 scandata,
337 input scandata; port
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp1/megacells/
H A Dclk_doubler.v77 .scandata (),
H A Dpll.v70 .scandata (),
H A Ddspclkpll.v74 .scandata (),
/dports/security/silktools/silk-3.19.1/
H A Dbuild.mk223 SILK_TESTSCAN = $(top_builddir)/tests/scandata.rwf
225 cd $(top_builddir)/tests && $(MAKE) scandata.rwf

12345