Home
last modified time | relevance | path

Searched refs:dsr (Results 1 – 25 of 1547) sorted by relevance

12345678910>>...62

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/dsr/
H A Dwscript7 'model/dsr-routing.cc',
8 'model/dsr-options.cc',
9 'model/dsr-fs-header.cc',
13 'model/dsr-rsendbuff.cc',
14 'model/dsr-rcache.cc',
19 'helper/dsr-helper.cc',
35 headers.module = 'dsr'
37 'model/dsr-routing.h',
38 'model/dsr-options.h',
44 'model/dsr-rcache.h',
[all …]
/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Danalyze2vips.c94 G_STRUCT_OFFSET( struct dsr, hk.extents ), 4 },
259 print_dsr( struct dsr *d ) in print_dsr()
300 static struct dsr *
303 struct dsr *d; in read_header()
309 if( len != sizeof( struct dsr ) ) { in read_header()
318 g_assert( sizeof( struct dsr ) == 348 ); in read_header()
367 get_vips_properties( struct dsr *d, in get_vips_properties()
442 attach_meta( VipsImage *out, struct dsr *d ) in attach_meta()
493 struct dsr *d; in vips__isanalyze()
527 struct dsr *d; in vips__analyze_read_header()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Logger/
H A DLintLogger.php52 $dsr = &$lint['dsr'];
53 $offsets[] = &$dsr[0];
54 $offsets[] = &$dsr[1];
57 if ( ( $dsr[2] ?? 0 ) > 1 ) { // widths 0,1,null are fine
58 $dsr[2] = $dsr[0] + $dsr[2];
59 $offsets[] = &$dsr[2];
64 $dsr[3] = $dsr[1] - $dsr[3];
65 $offsets[] = &$dsr[3];
73 $dsr = &$lint['dsr'];
75 $dsr[2] = $dsr[2] - $dsr[0];
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Logger/
H A DLintLogger.php52 $dsr = &$lint['dsr'];
53 $offsets[] = &$dsr[0];
54 $offsets[] = &$dsr[1];
57 if ( ( $dsr[2] ?? 0 ) > 1 ) { // widths 0,1,null are fine
58 $dsr[2] = $dsr[0] + $dsr[2];
59 $offsets[] = &$dsr[2];
64 $dsr[3] = $dsr[1] - $dsr[3];
65 $offsets[] = &$dsr[3];
73 $dsr = &$lint['dsr'];
76 $dsr[2] = $dsr[2] - $dsr[0];
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Logger/
H A DLintLogger.php52 $dsr = &$lint['dsr'];
53 $offsets[] = &$dsr[0];
54 $offsets[] = &$dsr[1];
57 if ( ( $dsr[2] ?? 0 ) > 1 ) { // widths 0,1,null are fine
58 $dsr[2] = $dsr[0] + $dsr[2];
59 $offsets[] = &$dsr[2];
64 $dsr[3] = $dsr[1] - $dsr[3];
65 $offsets[] = &$dsr[3];
73 $dsr = &$lint['dsr'];
76 $dsr[2] = $dsr[2] - $dsr[0];
[all …]
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Ddiscovery.py19 dsr = parse.parse_qs(part[4])
21 dsr = parse.parse_qs(query)
23 dsr = {}
31 dsr[key] = dsr[key][0]
35 if "return" in dsr:
47 if "policy" not in dsr:
55 if "isPassive" in dsr and dsr["isPassive"] == "true":
56 dsr["isPassive"] = True
58 dsr["isPassive"] = False
60 if not "returnIDParam" in dsr:
[all …]
/dports/net-mgmt/argus3/argus-3.0.8.2/common/
H A Dargus_util.c675 ((unsigned int *)(dsr + 1))[0] = ntohl(((unsigned int *)(dsr + 1))[0]); in ArgusNtoH()
676 ((unsigned int *)(dsr + 1))[1] = ntohl(((unsigned int *)(dsr + 1))[1]); in ArgusNtoH()
677 ((unsigned int *)(dsr + 1))[2] = ntohl(((unsigned int *)(dsr + 1))[2]); in ArgusNtoH()
678 ((unsigned int *)(dsr + 1))[3] = ntohl(((unsigned int *)(dsr + 1))[3]); in ArgusNtoH()
683 ((unsigned int *)(dsr + 1))[0] = ntohl(((unsigned int *)(dsr + 1))[0]); in ArgusNtoH()
852 ((dsr->type == ARGUS_DATA_DSR) ? ntohs(dsr->argus_dsrvl16.len) : in ArgusNtoH()
855 dsr->argus_dsrvl16.len = ntohs(dsr->argus_dsrvl16.len); in ArgusNtoH()
857 dsr = (struct ArgusDSRHeader *)((char *)dsr + cnt); in ArgusNtoH()
1400 ((dsr->type == ARGUS_DATA_DSR) ? dsr->argus_dsrvl16.len : in ArgusHtoN()
1403 dsr->argus_dsrvl16.len = htons(dsr->argus_dsrvl16.len); in ArgusHtoN()
[all …]
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Ddiscovery.py19 dsr = parse.parse_qs(part[4])
21 dsr = parse.parse_qs(query)
23 dsr = {}
29 if len(dsr[key]) != 1:
31 dsr[key] = dsr[key][0]
35 if "return" in dsr:
51 if "policy" not in dsr:
62 if "isPassive" in dsr and dsr["isPassive"] == "true":
63 dsr["isPassive"] = True
65 dsr["isPassive"] = False
[all …]
/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Ddiscovery.py19 dsr = parse.parse_qs(part[4])
21 dsr = parse.parse_qs(query)
23 dsr = {}
29 if len(dsr[key]) != 1:
31 dsr[key] = dsr[key][0]
35 if "return" in dsr:
51 if "policy" not in dsr:
62 if "isPassive" in dsr and dsr["isPassive"] == "true":
63 dsr["isPassive"] = True
65 dsr["isPassive"] = False
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/buildandroid/assetbridge/obj/local/armeabi/objs/assetbridge/
H A Dassetbridge.o.d2 /home/dsr/Projects/opencpn_sf/opencpn/build_Qt521_armv7/assetbridge/jni/assetbridge.c \
3 /home/dsr/Projects/android-ndk/android-ndk-r10/platforms/android-3/arch-arm/usr/include/stdio.h \
4 …/home/dsr/Projects/android-ndk/android-ndk-r10/platforms/android-3/arch-arm/usr/include/sys/cdefs.…
7 …/home/dsr/Projects/android-ndk/android-ndk-r10/platforms/android-3/arch-arm/usr/include/sys/types.…
8 /home/dsr/Projects/android-ndk/android-ndk-r10/platforms/android-3/arch-arm/usr/include/stdint.h \
26 /home/dsr/Projects/android-ndk/android-ndk-r10/platforms/android-3/arch-arm/usr/include/jni.h \
27 /home/dsr/Projects/opencpn_sf/opencpn/build_Qt521_armv7/assetbridge/jni/assetbridge.h
29 /home/dsr/Projects/android-ndk/android-ndk-r10/platforms/android-3/arch-arm/usr/include/stdio.h:
39 /home/dsr/Projects/android-ndk/android-ndk-r10/platforms/android-3/arch-arm/usr/include/stdint.h:
75 /home/dsr/Projects/android-ndk/android-ndk-r10/platforms/android-3/arch-arm/usr/include/jni.h:
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rtc/
H A Drtc-imxdi.c113 u32 dsr; member
191 if (dsr & DSR_VTD) in di_report_tamper_info()
195 if (dsr & DSR_CTD) in di_report_tamper_info()
199 if (dsr & DSR_TTD) in di_report_tamper_info()
203 if (dsr & DSR_SAD) in di_report_tamper_info()
208 if (dsr & DSR_EBD) in di_report_tamper_info()
412 u32 dsr; in di_handle_state() local
507 imxdi->dsr = 0; in di_write_wait()
557 u32 dcr, dsr; in dryice_rtc_set_time() local
662 u32 dsr, dier; in dryice_irq() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rtc/
H A Drtc-imxdi.c113 u32 dsr; member
191 if (dsr & DSR_VTD) in di_report_tamper_info()
195 if (dsr & DSR_CTD) in di_report_tamper_info()
199 if (dsr & DSR_TTD) in di_report_tamper_info()
203 if (dsr & DSR_SAD) in di_report_tamper_info()
208 if (dsr & DSR_EBD) in di_report_tamper_info()
412 u32 dsr; in di_handle_state() local
507 imxdi->dsr = 0; in di_write_wait()
557 u32 dcr, dsr; in dryice_rtc_set_time() local
662 u32 dsr, dier; in dryice_irq() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rtc/
H A Drtc-imxdi.c113 u32 dsr; member
191 if (dsr & DSR_VTD) in di_report_tamper_info()
195 if (dsr & DSR_CTD) in di_report_tamper_info()
199 if (dsr & DSR_TTD) in di_report_tamper_info()
203 if (dsr & DSR_SAD) in di_report_tamper_info()
208 if (dsr & DSR_EBD) in di_report_tamper_info()
412 u32 dsr; in di_handle_state() local
507 imxdi->dsr = 0; in di_write_wait()
557 u32 dcr, dsr; in dryice_rtc_set_time() local
662 u32 dsr, dier; in dryice_irq() local
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/dird/
H A Dstats.cc217 DeviceStatisticsDbRecord dsr; in statistics_thread() local
220 &dsr.ReadBytes, &dsr.WriteBytes, &dsr.SpoolSize, in statistics_thread()
221 &dsr.NumWaiting, &dsr.NumWriters, &dsr.ReadTime, in statistics_thread()
222 &dsr.WriteTime, &dsr.MediaId, &dsr.VolCatBytes, in statistics_thread()
223 &dsr.VolCatFiles, &dsr.VolCatBlocks) == 13) { in statistics_thread()
227 dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, in statistics_thread()
228 dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
232 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, in statistics_thread()
233 dsr.WriteTime); in statistics_thread()
237 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, in statistics_thread()
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/dird/
H A Dstats.cc217 DeviceStatisticsDbRecord dsr; in statistics_thread() local
220 &dsr.ReadBytes, &dsr.WriteBytes, &dsr.SpoolSize, in statistics_thread()
221 &dsr.NumWaiting, &dsr.NumWriters, &dsr.ReadTime, in statistics_thread()
222 &dsr.WriteTime, &dsr.MediaId, &dsr.VolCatBytes, in statistics_thread()
223 &dsr.VolCatFiles, &dsr.VolCatBlocks) == 13) { in statistics_thread()
227 dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, in statistics_thread()
228 dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
232 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, in statistics_thread()
233 dsr.WriteTime); in statistics_thread()
237 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, in statistics_thread()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/dird/
H A Dstats.cc217 DeviceStatisticsDbRecord dsr; in statistics_thread() local
220 &dsr.ReadBytes, &dsr.WriteBytes, &dsr.SpoolSize, in statistics_thread()
221 &dsr.NumWaiting, &dsr.NumWriters, &dsr.ReadTime, in statistics_thread()
222 &dsr.WriteTime, &dsr.MediaId, &dsr.VolCatBytes, in statistics_thread()
223 &dsr.VolCatFiles, &dsr.VolCatBlocks) == 13) { in statistics_thread()
227 dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, in statistics_thread()
228 dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
232 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, in statistics_thread()
233 dsr.WriteTime); in statistics_thread()
237 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, in statistics_thread()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/dird/
H A Dstats.cc218 DeviceStatisticsDbRecord dsr; in statistics_thread() local
221 &dsr.ReadBytes, &dsr.WriteBytes, &dsr.SpoolSize, in statistics_thread()
222 &dsr.NumWaiting, &dsr.NumWriters, &dsr.ReadTime, in statistics_thread()
223 &dsr.WriteTime, &dsr.MediaId, &dsr.VolCatBytes, in statistics_thread()
224 &dsr.VolCatFiles, &dsr.VolCatBlocks) in statistics_thread()
229 dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, in statistics_thread()
230 dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
234 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, in statistics_thread()
235 dsr.WriteTime); in statistics_thread()
239 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, in statistics_thread()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/dird/
H A Dstats.cc218 DeviceStatisticsDbRecord dsr; in statistics_thread() local
221 &dsr.ReadBytes, &dsr.WriteBytes, &dsr.SpoolSize, in statistics_thread()
222 &dsr.NumWaiting, &dsr.NumWriters, &dsr.ReadTime, in statistics_thread()
223 &dsr.WriteTime, &dsr.MediaId, &dsr.VolCatBytes, in statistics_thread()
224 &dsr.VolCatFiles, &dsr.VolCatBlocks) in statistics_thread()
229 dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, in statistics_thread()
230 dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
234 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, in statistics_thread()
235 dsr.WriteTime); in statistics_thread()
239 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, in statistics_thread()
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/dird/
H A Dstats.cc218 DeviceStatisticsDbRecord dsr; in statistics_thread() local
221 &dsr.ReadBytes, &dsr.WriteBytes, &dsr.SpoolSize, in statistics_thread()
222 &dsr.NumWaiting, &dsr.NumWriters, &dsr.ReadTime, in statistics_thread()
223 &dsr.WriteTime, &dsr.MediaId, &dsr.VolCatBytes, in statistics_thread()
224 &dsr.VolCatFiles, &dsr.VolCatBlocks) in statistics_thread()
229 dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, in statistics_thread()
230 dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
234 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, in statistics_thread()
235 dsr.WriteTime); in statistics_thread()
239 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, in statistics_thread()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/dird/
H A Dstats.cc218 DeviceStatisticsDbRecord dsr; in statistics_thread() local
221 &dsr.ReadBytes, &dsr.WriteBytes, &dsr.SpoolSize, in statistics_thread()
222 &dsr.NumWaiting, &dsr.NumWriters, &dsr.ReadTime, in statistics_thread()
223 &dsr.WriteTime, &dsr.MediaId, &dsr.VolCatBytes, in statistics_thread()
224 &dsr.VolCatFiles, &dsr.VolCatBlocks) in statistics_thread()
229 dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, in statistics_thread()
230 dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
234 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, in statistics_thread()
235 dsr.WriteTime); in statistics_thread()
239 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, in statistics_thread()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/dird/
H A Dstats.cc217 DeviceStatisticsDbRecord dsr; in statistics_thread() local
220 &dsr.ReadBytes, &dsr.WriteBytes, &dsr.SpoolSize, in statistics_thread()
221 &dsr.NumWaiting, &dsr.NumWriters, &dsr.ReadTime, in statistics_thread()
222 &dsr.WriteTime, &dsr.MediaId, &dsr.VolCatBytes, in statistics_thread()
223 &dsr.VolCatFiles, &dsr.VolCatBlocks) == 13) { in statistics_thread()
227 dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, in statistics_thread()
228 dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
232 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, in statistics_thread()
233 dsr.WriteTime); in statistics_thread()
237 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, in statistics_thread()
[all …]
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/dird/
H A Dstats.cc216 DeviceStatisticsDbRecord dsr; in statistics_thread() local
218 memset(&dsr, 0, sizeof(dsr)); in statistics_thread()
219 if (sscanf(sd->msg, DevStats, &dsr.SampleTime, DevName.c_str(), &dsr.ReadBytes, in statistics_thread()
220 &dsr.WriteBytes, &dsr.SpoolSize, &dsr.NumWaiting, &dsr.NumWriters, in statistics_thread()
221 &dsr.ReadTime, &dsr.WriteTime, &dsr.MediaId, in statistics_thread()
222 &dsr.VolCatBytes, &dsr.VolCatFiles, &dsr.VolCatBlocks) == 13) { in statistics_thread()
225dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
227 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, dsr.WriteTime); in statistics_thread()
229 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, dsr.VolCatBlocks); in statistics_thread()
231 if (!LookupDevice(jcr, DevName.c_str(), StorageId, &dsr.DeviceId)) { in statistics_thread()
[all …]
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/dird/
H A Dstats.cc216 DeviceStatisticsDbRecord dsr; in statistics_thread() local
218 memset(&dsr, 0, sizeof(dsr)); in statistics_thread()
219 if (sscanf(sd->msg, DevStats, &dsr.SampleTime, DevName.c_str(), &dsr.ReadBytes, in statistics_thread()
220 &dsr.WriteBytes, &dsr.SpoolSize, &dsr.NumWaiting, &dsr.NumWriters, in statistics_thread()
221 &dsr.ReadTime, &dsr.WriteTime, &dsr.MediaId, in statistics_thread()
222 &dsr.VolCatBytes, &dsr.VolCatFiles, &dsr.VolCatBlocks) == 13) { in statistics_thread()
225dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
227 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, dsr.WriteTime); in statistics_thread()
229 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, dsr.VolCatBlocks); in statistics_thread()
231 if (!LookupDevice(jcr, DevName.c_str(), StorageId, &dsr.DeviceId)) { in statistics_thread()
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/dird/
H A Dstats.cc216 DeviceStatisticsDbRecord dsr; in statistics_thread() local
218 memset(&dsr, 0, sizeof(dsr)); in statistics_thread()
219 if (sscanf(sd->msg, DevStats, &dsr.SampleTime, DevName.c_str(), &dsr.ReadBytes, in statistics_thread()
220 &dsr.WriteBytes, &dsr.SpoolSize, &dsr.NumWaiting, &dsr.NumWriters, in statistics_thread()
221 &dsr.ReadTime, &dsr.WriteTime, &dsr.MediaId, in statistics_thread()
222 &dsr.VolCatBytes, &dsr.VolCatFiles, &dsr.VolCatBlocks) == 13) { in statistics_thread()
225dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
227 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, dsr.WriteTime); in statistics_thread()
229 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, dsr.VolCatBlocks); in statistics_thread()
231 if (!LookupDevice(jcr, DevName.c_str(), StorageId, &dsr.DeviceId)) { in statistics_thread()
[all …]
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/dird/
H A Dstats.cc216 DeviceStatisticsDbRecord dsr; in statistics_thread() local
218 memset(&dsr, 0, sizeof(dsr)); in statistics_thread()
219 if (sscanf(sd->msg, DevStats, &dsr.SampleTime, DevName.c_str(), &dsr.ReadBytes, in statistics_thread()
220 &dsr.WriteBytes, &dsr.SpoolSize, &dsr.NumWaiting, &dsr.NumWriters, in statistics_thread()
221 &dsr.ReadTime, &dsr.WriteTime, &dsr.MediaId, in statistics_thread()
222 &dsr.VolCatBytes, &dsr.VolCatFiles, &dsr.VolCatBlocks) == 13) { in statistics_thread()
225dsr.SampleTime, DevName.c_str(), dsr.ReadBytes, dsr.WriteBytes, dsr.SpoolSize); in statistics_thread()
227 dsr.NumWaiting, dsr.NumWriters, dsr.ReadTime, dsr.WriteTime); in statistics_thread()
229 dsr.MediaId, dsr.VolCatBytes, dsr.VolCatFiles, dsr.VolCatBlocks); in statistics_thread()
231 if (!LookupDevice(jcr, DevName.c_str(), StorageId, &dsr.DeviceId)) { in statistics_thread()
[all …]

12345678910>>...62