Home
last modified time | relevance | path

Searched refs:refined (Results 1 – 25 of 3050) sorted by relevance

12345678910>>...122

/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dnutdrv_qx_voltronic-qs-hex.c197 char refined[SMALLBUF] = ""; in voltronic_qs_hex_preprocess_qs_answer() local
207 snprintf(refined, sizeof(refined), "%s", "#"); in voltronic_qs_hex_preprocess_qs_answer()
216 snprintfcat(refined, sizeof(refined), "%s", " "); in voltronic_qs_hex_preprocess_qs_answer()
227 snprintfcat(refined, sizeof(refined), "%02x", 0x0D); in voltronic_qs_hex_preprocess_qs_answer()
230 snprintfcat(refined, sizeof(refined), "%02x", 0x11); in voltronic_qs_hex_preprocess_qs_answer()
233 snprintfcat(refined, sizeof(refined), "%02x", 0x13); in voltronic_qs_hex_preprocess_qs_answer()
236 snprintfcat(refined, sizeof(refined), "%02x", 0x0A); in voltronic_qs_hex_preprocess_qs_answer()
239 snprintfcat(refined, sizeof(refined), "%02x", 0x20); in voltronic_qs_hex_preprocess_qs_answer()
243 snprintfcat(refined, sizeof(refined), "%02x", ((unsigned char *)item->answer)[i]); in voltronic_qs_hex_preprocess_qs_answer()
259 snprintfcat(refined, sizeof(refined), "%02x", ((unsigned char *)item->answer)[i]); in voltronic_qs_hex_preprocess_qs_answer()
[all …]
H A Dnutdrv_qx_bestups.c302 char refined[SMALLBUF] = "", in bestups_preprocess_id_answer() local
328 snprintf(refined, sizeof(refined), "%s", token); in bestups_preprocess_id_answer()
331 snprintfcat(refined, sizeof(refined), ",%4s", token); in bestups_preprocess_id_answer()
334 snprintfcat(refined, sizeof(refined), ",%6s", token); in bestups_preprocess_id_answer()
337 snprintfcat(refined, sizeof(refined), ",%s", token); in bestups_preprocess_id_answer()
342 if (i != 7 || strlen(refined) != 28) { in bestups_preprocess_id_answer()
343 upsdebugx(2, "noncompliant reply: '%.*s'", (int)strcspn(refined, "\r"), refined); in bestups_preprocess_id_answer()
347 upsdebugx(4, "read: '%.*s'", (int)strcspn(refined, "\r"), refined); in bestups_preprocess_id_answer()
350 return snprintf(item->answer, sizeof(item->answer), "%s", refined); in bestups_preprocess_id_answer()
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dnutdrv_qx_voltronic-qs-hex.c197 char refined[SMALLBUF] = ""; in voltronic_qs_hex_preprocess_qs_answer() local
207 snprintf(refined, sizeof(refined), "%s", "#"); in voltronic_qs_hex_preprocess_qs_answer()
216 snprintfcat(refined, sizeof(refined), "%s", " "); in voltronic_qs_hex_preprocess_qs_answer()
227 snprintfcat(refined, sizeof(refined), "%02x", 0x0D); in voltronic_qs_hex_preprocess_qs_answer()
230 snprintfcat(refined, sizeof(refined), "%02x", 0x11); in voltronic_qs_hex_preprocess_qs_answer()
233 snprintfcat(refined, sizeof(refined), "%02x", 0x13); in voltronic_qs_hex_preprocess_qs_answer()
236 snprintfcat(refined, sizeof(refined), "%02x", 0x0A); in voltronic_qs_hex_preprocess_qs_answer()
239 snprintfcat(refined, sizeof(refined), "%02x", 0x20); in voltronic_qs_hex_preprocess_qs_answer()
243 snprintfcat(refined, sizeof(refined), "%02x", ((unsigned char *)item->answer)[i]); in voltronic_qs_hex_preprocess_qs_answer()
259 snprintfcat(refined, sizeof(refined), "%02x", ((unsigned char *)item->answer)[i]); in voltronic_qs_hex_preprocess_qs_answer()
[all …]
H A Dnutdrv_qx_bestups.c303 char refined[SMALLBUF] = "", in bestups_preprocess_id_answer() local
329 snprintf(refined, sizeof(refined), "%s", token); in bestups_preprocess_id_answer()
332 snprintfcat(refined, sizeof(refined), ",%4s", token); in bestups_preprocess_id_answer()
335 snprintfcat(refined, sizeof(refined), ",%6s", token); in bestups_preprocess_id_answer()
338 snprintfcat(refined, sizeof(refined), ",%s", token); in bestups_preprocess_id_answer()
343 if (i != 7 || strlen(refined) != 28) { in bestups_preprocess_id_answer()
344 upsdebugx(2, "noncompliant reply: '%.*s'", (int)strcspn(refined, "\r"), refined); in bestups_preprocess_id_answer()
348 upsdebugx(4, "read: '%.*s'", (int)strcspn(refined, "\r"), refined); in bestups_preprocess_id_answer()
351 return snprintf(item->answer, sizeof(item->answer), "%s", refined); in bestups_preprocess_id_answer()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wuffs/src/lib/internal/racdict/
H A Dracdict.go140 refined := refineResourceData(raw)
141 if len(refined) > MaxInclLength {
144 wrapped := make([]byte, len(refined)+8)
145 wrapped[0] = uint8(len(refined) >> 0)
146 wrapped[1] = uint8(len(refined) >> 8)
147 wrapped[2] = uint8(len(refined) >> 16)
148 wrapped[3] = uint8(len(refined) >> 24)
149 copy(wrapped[4:], refined)
150 checksum := crc32.ChecksumIEEE(refined)
199 if len(refined) > MaxInclLength {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lib/internal/racdict/
H A Dracdict.go140 refined := refineResourceData(raw)
141 if len(refined) > MaxInclLength {
144 wrapped := make([]byte, len(refined)+8)
145 wrapped[0] = uint8(len(refined) >> 0)
146 wrapped[1] = uint8(len(refined) >> 8)
147 wrapped[2] = uint8(len(refined) >> 16)
148 wrapped[3] = uint8(len(refined) >> 24)
149 copy(wrapped[4:], refined)
150 checksum := crc32.ChecksumIEEE(refined)
199 if len(refined) > MaxInclLength {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DIntervalInference.cs172 return false.Without (out refined);
180 return true.With (interval, out refined);
191 return false.Without (out refined);
199 return true.With (interval, out refined);
210 return false.Without (out refined);
218 return true.With (interval, out refined);
238 return true.With (interval, out refined);
272 TInterval refined;
439 if (refined.IsBottom) {
466 if (refined.IsBottom) {
[all …]
H A DIntervalRationalAssumerBase.cs95 TInterval refined; in AssumeLessThan()
99 (intv, right, env, out refined)) in AssumeLessThan()
102 return env.With (right, refined); in AssumeLessThan()
109 TInterval refined; in AssumeLessEqualThan()
113 (intv, right, env, out refined)) in AssumeLessEqualThan()
116 return env.With (right, refined); in AssumeLessEqualThan()
/dports/textproc/yodl/yodl-5fa97b175c85581d01329013cfdb4239f019b023/yodl/src/yodl/
H A Dinsertxxincludepath.c35 char *refined = refine_XXincludePath(arg); in insert_XXincludePath() local
41 symbol_insert(&symtab, "XXincludePath", refined) != FAILED in insert_XXincludePath()
45 message("Include path: `%s'", refined); in insert_XXincludePath()
47 free(refined); in insert_XXincludePath()
/dports/net/wayvnc/wayvnc-0.4.1/src/
H A Ddamage-refinery.c86 struct pixman_region16* refined, uint32_t tx, uint32_t ty, in damage_refine_tile() argument
95 pixman_region_union_rect(refined, refined, tx * 32, ty * 32, 32, in damage_refine_tile()
116 struct pixman_region16* refined, in damage_refine() argument
134 damage_refine_tile(self, refined, tx, ty, buffer); in damage_refine()
137 pixman_region_intersect_rect(refined, refined, 0, 0, self->width, in damage_refine()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/
H A Drelease-notes.md47 * refined - kOfxImageEffectPropSupportsTiles
49 * refined - kOfxImageEffectPropRenderScale (Interact action was missing in supported actions)
50 * refined - prop kOfxBitDepthHalf (kOfxImageEffectPropPixelDepth)
51 * refined - prop kOfxBitDepthHalf (kOfxImageClipPropUnmappedPixelDepth)
52 * refined - prop kOfxBitDepthHalf (kOfxImageEffectPropSupportedPixelDepths)
65 * refined - paramGetValue, paramSetValue: precision about when it's safe to use - i.e. Instance Cha…
74 * refined - OfxProgressSuiteV1
83 * refined - kOfxImageEffectPropOpenGLRenderSupported
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/
H A Drelease-notes.md47 * refined - kOfxImageEffectPropSupportsTiles
49 * refined - kOfxImageEffectPropRenderScale (Interact action was missing in supported actions)
50 * refined - prop kOfxBitDepthHalf (kOfxImageEffectPropPixelDepth)
51 * refined - prop kOfxBitDepthHalf (kOfxImageClipPropUnmappedPixelDepth)
52 * refined - prop kOfxBitDepthHalf (kOfxImageEffectPropSupportedPixelDepths)
65 * refined - paramGetValue, paramSetValue: precision about when it's safe to use - i.e. Instance Cha…
74 * refined - OfxProgressSuiteV1
83 * refined - kOfxImageEffectPropOpenGLRenderSupported
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/numerics/
H A Dcell_data_transfer.templates.h165 for (const auto &refined : refined_cells_active_index) in unpack() local
168 children_values = refinement_strategy(refined.first, in[refined.second]); in unpack()
169 Assert(refined.first->n_children() == children_values.size(), in unpack()
174 child_index < refined.first->n_children(); in unpack()
177 const auto &child = refined.first->child(child_index); in unpack()
/dports/graphics/colmap/colmap-3.6/lib/VLFeat/
H A Dcovdet.c1298 refined->xi = x ; in vl_refine_local_extreum_3()
1299 refined->yi = y ; in vl_refine_local_extreum_3()
1300 refined->zi = z ; in vl_refine_local_extreum_3()
1301 refined->x = x + b[0] ; in vl_refine_local_extreum_3()
1312 0 <= refined->x && refined->x <= (signed)width - 1 && in vl_refine_local_extreum_3()
1313 0 <= refined->y && refined->y <= (signed)height - 1 && in vl_refine_local_extreum_3()
1314 0 <= refined->z && refined->z <= (signed)depth - 1 ; in vl_refine_local_extreum_3()
1410 refined->xi = x ; in vl_refine_local_extreum_2()
1411 refined->yi = y ; in vl_refine_local_extreum_2()
1421 0 <= refined->x && refined->x <= (signed)width - 1 && in vl_refine_local_extreum_2()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DXmlSchemaGroupRef.cs19 XmlSchemaGroup refined; field in System.Xml.Schema.XmlSchemaGroupRef
46 get { return refined; }
47 set { refined = value; }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/
H A Dreverb_model_estimator_unittest.cc35 cfg.filter.refined.length_blocks = 40; in CreateConfigForTest()
50 aec3_config_.filter.refined.length_blocks * kBlockSize, in ReverbModelEstimatorTest()
54 aec3_config_.filter.refined.length_blocks)), in ReverbModelEstimatorTest()
81 aec3_config_.filter.refined.length_blocks * kBlockSize); in CreateImpulseResponseWithDecay()
84 RTC_DCHECK_EQ(H2_k.size(), aec3_config_.filter.refined.length_blocks); in CreateImpulseResponseWithDecay()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/aec3/
H A Dreverb_model_estimator_unittest.cc35 cfg.filter.refined.length_blocks = 40; in CreateConfigForTest()
50 aec3_config_.filter.refined.length_blocks * kBlockSize, in ReverbModelEstimatorTest()
54 aec3_config_.filter.refined.length_blocks)), in ReverbModelEstimatorTest()
81 aec3_config_.filter.refined.length_blocks * kBlockSize); in CreateImpulseResponseWithDecay()
84 RTC_DCHECK_EQ(H2_k.size(), aec3_config_.filter.refined.length_blocks); in CreateImpulseResponseWithDecay()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/aec3/
H A Dreverb_model_estimator_unittest.cc35 cfg.filter.refined.length_blocks = 40; in CreateConfigForTest()
50 aec3_config_.filter.refined.length_blocks * kBlockSize, in ReverbModelEstimatorTest()
54 aec3_config_.filter.refined.length_blocks)), in ReverbModelEstimatorTest()
81 aec3_config_.filter.refined.length_blocks * kBlockSize); in CreateImpulseResponseWithDecay()
84 RTC_DCHECK_EQ(H2_k.size(), aec3_config_.filter.refined.length_blocks); in CreateImpulseResponseWithDecay()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/aec3/
H A Dreverb_model_estimator_unittest.cc35 cfg.filter.refined.length_blocks = 40; in CreateConfigForTest()
50 aec3_config_.filter.refined.length_blocks * kBlockSize, in ReverbModelEstimatorTest()
54 aec3_config_.filter.refined.length_blocks)), in ReverbModelEstimatorTest()
81 aec3_config_.filter.refined.length_blocks * kBlockSize); in CreateImpulseResponseWithDecay()
84 RTC_DCHECK_EQ(H2_k.size(), aec3_config_.filter.refined.length_blocks); in CreateImpulseResponseWithDecay()
/dports/net/py-pyroute2.core/pyroute2.core-0.6.5/pr2modules/netlink/diag/
H A Dss2.py211 refined = {'UNIX': {'flows': []}}
244 refined['UNIX']['flows'].append(vessel)
247 for flow in refined['UNIX']['flows']:
255 return refined
290 refined = {'TCP': {'flows': []}}
308 refined['TCP']['flows'].append(vessel)
311 for flow in refined['TCP']['flows']:
320 for flow in refined['TCP']['flows']:
329 return refined
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A Drepr.h62 TfToken const &refined, in HdReprSelector() argument
64 : refinedToken(refined) in HdReprSelector()
69 TfToken const &refined, in HdReprSelector() argument
72 : refinedToken(refined) in HdReprSelector()
/dports/math/vtk8/VTK-8.2.0/Geovis/Core/
H A DvtkGeoProjectionSource.cxx144 vtkSmartPointer<vtkPolyData> refined = vtkSmartPointer<vtkPolyData>::New(); in RefineAndComputeError() local
161 refined->DeepCopy(transformFilter->GetOutput()); in RefineAndComputeError()
179 latLonArr = refined->GetPointData()->GetArray("LatLong"); in RefineAndComputeError()
186 rgridSize[1] = refined->GetNumberOfPoints() / rgridSize[0]; in RefineAndComputeError()
212 refined->GetPoint(ind00, pt00); in RefineAndComputeError()
213 refined->GetPoint(ind01, pt01); in RefineAndComputeError()
214 refined->GetPoint(ind11, pt11); in RefineAndComputeError()
215 refined->GetPoint(ind10, pt10); in RefineAndComputeError()
222 refined->GetPoint(rlatInd * rgridSize[0] + rlonInd, curPt); in RefineAndComputeError()
/dports/math/vtk6/VTK-6.2.0/Geovis/Core/
H A DvtkGeoProjectionSource.cxx143 vtkSmartPointer<vtkPolyData> refined = vtkSmartPointer<vtkPolyData>::New(); in RefineAndComputeError() local
160 refined->DeepCopy(transformFilter->GetOutput()); in RefineAndComputeError()
178 latLonArr = refined->GetPointData()->GetArray("LatLong"); in RefineAndComputeError()
185 rgridSize[1] = refined->GetNumberOfPoints() / rgridSize[0]; in RefineAndComputeError()
211 refined->GetPoint(ind00, pt00); in RefineAndComputeError()
212 refined->GetPoint(ind01, pt01); in RefineAndComputeError()
213 refined->GetPoint(ind11, pt11); in RefineAndComputeError()
214 refined->GetPoint(ind10, pt10); in RefineAndComputeError()
221 refined->GetPoint(rlatInd * rgridSize[0] + rlonInd, curPt); in RefineAndComputeError()
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/audio/
H A Decho_canceller3_config.cc121 res = res & FloorLimit(&c->filter.refined.length_blocks, 1); in Validate()
122 res = res & Limit(&c->filter.refined.leakage_converged, 0.f, 1000.f); in Validate()
123 res = res & Limit(&c->filter.refined.leakage_diverged, 0.f, 1000.f); in Validate()
124 res = res & Limit(&c->filter.refined.error_floor, 0.f, 1000.f); in Validate()
125 res = res & Limit(&c->filter.refined.error_ceil, 0.f, 100000000.f); in Validate()
126 res = res & Limit(&c->filter.refined.noise_gate, 0.f, 100000000.f); in Validate()
135 if (c->filter.refined.length_blocks < in Validate()
137 c->filter.refined_initial.length_blocks = c->filter.refined.length_blocks; in Validate()
165 res = res & Limit(&c->erle.num_sections, 1, c->filter.refined.length_blocks); in Validate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/audio/
H A Decho_canceller3_config.cc121 res = res & FloorLimit(&c->filter.refined.length_blocks, 1); in Validate()
122 res = res & Limit(&c->filter.refined.leakage_converged, 0.f, 1000.f); in Validate()
123 res = res & Limit(&c->filter.refined.leakage_diverged, 0.f, 1000.f); in Validate()
124 res = res & Limit(&c->filter.refined.error_floor, 0.f, 1000.f); in Validate()
125 res = res & Limit(&c->filter.refined.error_ceil, 0.f, 100000000.f); in Validate()
126 res = res & Limit(&c->filter.refined.noise_gate, 0.f, 100000000.f); in Validate()
135 if (c->filter.refined.length_blocks < in Validate()
137 c->filter.refined_initial.length_blocks = c->filter.refined.length_blocks; in Validate()
164 res = res & Limit(&c->erle.num_sections, 1, c->filter.refined.length_blocks); in Validate()

12345678910>>...122