Home
last modified time | relevance | path

Searched refs:vfg (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_vfg.py35vfg = proj.analyses.VFG(cfg, function_start=function_start, context_sensitivity_level=2, interfunc…
44 nose.tools.assert_greater(len(vfg.final_states), 0)
45 states = vfg.final_states
74vfg = proj.analyses.VFG(cfg, start=main.addr, context_sensitivity_level=1, interfunction_level=3,
78 function_final_states = vfg._function_final_states
133vfg = proj.analyses.VFG(cfg, start=0x40071d, context_sensitivity_level=10, interfunction_level=10,
137 all_block_addresses = set([ n.addr for n in vfg.graph.nodes() ])
144 nose.tools.assert_true(authenticate.addr in vfg.function_final_states)
145 authenticate_final_states = vfg.function_final_states[authenticate.addr]
153 nose.tools.assert_equal(vfg._execution_counter[0x4007b3], 1)
[all …]
H A Dbroken_variableseekr.py60 vfg = fauxware[arch].analyses.VFG(start=start)
61 variable_seekr = angr.VariableSeekr(fauxware[arch], cfg, vfg)
80 vfg = cfg_1[arch].analyses.VFG(start=start)
81 variable_seekr = angr.VariableSeekr(cfg_1[arch], cfg, vfg)
102 vfg = allcmps[arch].vfg
103 variable_seekr = angr.VariableSeekr(allcmps[arch], cfg, vfg)
126 vfg = basic_buffer_overflows[arch].vfg
127 variable_seekr = angr.VariableSeekr(basic_buffer_overflows[arch], cfg, vfg)
150 vfg = uninitialized_reads[arch].vfg
151 variable_seekr = angr.VariableSeekr(uninitialized_reads[arch], cfg, vfg)
H A Dtest_serialization.py13 vfg = p.analyses.VFG(cfg=cfg)
15 state = v.dumps(vfg)
17 nose.tools.assert_equal(vfg.final_states, vfg2.final_states)
18 nose.tools.assert_equal(set(vfg.graph.nodes()), set(vfg2.graph.nodes()))
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/vulkan/
H A Dgfx8_cmd_buffer.c607 vfg.DistributionMode = in genX()
610 vfg.DistributionGranularity = BatchLevelGranularity; in genX()
613 vfg.GranularityThresholdDisable = 1; in genX()
614 vfg.ListCutIndexEnable = d->primitive_restart_enable; in genX()
616 vfg.ListNBatchSizeScale = 0; in genX()
618 vfg.List3BatchSizeScale = 2; in genX()
620 vfg.List2BatchSizeScale = 1; in genX()
622 vfg.List1BatchSizeScale = 2; in genX()
624 vfg.StripBatchSizeScale = 3; in genX()
626 vfg.PatchBatchSizeScale = 1; in genX()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dtexturedspenc.c245 float covf[6], vfr, vfg, vfb; in optimize_colors() local
293 vfg = (float) (max[1] - min[1]); in optimize_colors()
297 float r = vfr * covf[0] + vfg * covf[1] + vfb * covf[2]; in optimize_colors()
298 float g = vfr * covf[1] + vfg * covf[3] + vfb * covf[4]; in optimize_colors()
299 float b = vfr * covf[2] + vfg * covf[4] + vfb * covf[5]; in optimize_colors()
302 vfg = g; in optimize_colors()
307 if (fabs(vfg) > magn) in optimize_colors()
308 magn = fabs(vfg); in optimize_colors()
321 v_g = (int) (vfg * magn); in optimize_colors()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dtexturedspenc.c245 float covf[6], vfr, vfg, vfb; in optimize_colors() local
293 vfg = (float) (max[1] - min[1]); in optimize_colors()
297 float r = vfr * covf[0] + vfg * covf[1] + vfb * covf[2]; in optimize_colors()
298 float g = vfr * covf[1] + vfg * covf[3] + vfb * covf[4]; in optimize_colors()
299 float b = vfr * covf[2] + vfg * covf[4] + vfb * covf[5]; in optimize_colors()
302 vfg = g; in optimize_colors()
307 if (fabs(vfg) > magn) in optimize_colors()
308 magn = fabs(vfg); in optimize_colors()
321 v_g = (int) (vfg * magn); in optimize_colors()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dtexturedspenc.c245 float covf[6], vfr, vfg, vfb; in optimize_colors() local
293 vfg = (float) (max[1] - min[1]); in optimize_colors()
297 float r = vfr * covf[0] + vfg * covf[1] + vfb * covf[2]; in optimize_colors()
298 float g = vfr * covf[1] + vfg * covf[3] + vfb * covf[4]; in optimize_colors()
299 float b = vfr * covf[2] + vfg * covf[4] + vfb * covf[5]; in optimize_colors()
302 vfg = g; in optimize_colors()
307 if (fabs(vfg) > magn) in optimize_colors()
308 magn = fabs(vfg); in optimize_colors()
321 v_g = (int) (vfg * magn); in optimize_colors()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dtexturedspenc.c245 float covf[6], vfr, vfg, vfb; in optimize_colors() local
293 vfg = (float) (max[1] - min[1]); in optimize_colors()
297 float r = vfr * covf[0] + vfg * covf[1] + vfb * covf[2]; in optimize_colors()
298 float g = vfr * covf[1] + vfg * covf[3] + vfb * covf[4]; in optimize_colors()
299 float b = vfr * covf[2] + vfg * covf[4] + vfb * covf[5]; in optimize_colors()
302 vfg = g; in optimize_colors()
307 if (fabs(vfg) > magn) in optimize_colors()
308 magn = fabs(vfg); in optimize_colors()
321 v_g = (int) (vfg * magn); in optimize_colors()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dtexturedspenc.c245 float covf[6], vfr, vfg, vfb; in optimize_colors() local
293 vfg = (float) (max[1] - min[1]); in optimize_colors()
297 float r = vfr * covf[0] + vfg * covf[1] + vfb * covf[2]; in optimize_colors()
298 float g = vfr * covf[1] + vfg * covf[3] + vfb * covf[4]; in optimize_colors()
299 float b = vfr * covf[2] + vfg * covf[4] + vfb * covf[5]; in optimize_colors()
302 vfg = g; in optimize_colors()
307 if (fabs(vfg) > magn) in optimize_colors()
308 magn = fabs(vfg); in optimize_colors()
321 v_g = (int) (vfg * magn); in optimize_colors()
/dports/devel/stb/stb-f54acd4/
H A Dstb_dxt.h321 float covf[6],vfr,vfg,vfb; in stb__OptimizeColorsBlock() local
369 vfg = (float) (max[1] - min[1]); in stb__OptimizeColorsBlock()
374 float r = vfr*covf[0] + vfg*covf[1] + vfb*covf[2]; in stb__OptimizeColorsBlock()
375 float g = vfr*covf[1] + vfg*covf[3] + vfb*covf[4]; in stb__OptimizeColorsBlock()
376 float b = vfr*covf[2] + vfg*covf[4] + vfb*covf[5]; in stb__OptimizeColorsBlock()
379 vfg = g; in stb__OptimizeColorsBlock()
384 if (STBD_FABS(vfg) > magn) magn = STBD_FABS(vfg); in stb__OptimizeColorsBlock()
394 v_g = (int) (vfg * magn); in stb__OptimizeColorsBlock()
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb_dxt.h317 float covf[6],vfr,vfg,vfb; in stb__OptimizeColorsBlock() local
365 vfg = (float) (max[1] - min[1]); in stb__OptimizeColorsBlock()
370 float r = vfr*covf[0] + vfg*covf[1] + vfb*covf[2]; in stb__OptimizeColorsBlock()
371 float g = vfr*covf[1] + vfg*covf[3] + vfb*covf[4]; in stb__OptimizeColorsBlock()
372 float b = vfr*covf[2] + vfg*covf[4] + vfb*covf[5]; in stb__OptimizeColorsBlock()
375 vfg = g; in stb__OptimizeColorsBlock()
380 if (STBD_FABS(vfg) > magn) magn = STBD_FABS(vfg); in stb__OptimizeColorsBlock()
390 v_g = (int) (vfg * magn); in stb__OptimizeColorsBlock()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_dxt.h319 float covf[6],vfr,vfg,vfb; in stb__OptimizeColorsBlock() local
367 vfg = (float) (max[1] - min[1]); in stb__OptimizeColorsBlock()
372 float r = vfr*covf[0] + vfg*covf[1] + vfb*covf[2]; in stb__OptimizeColorsBlock()
373 float g = vfr*covf[1] + vfg*covf[3] + vfb*covf[4]; in stb__OptimizeColorsBlock()
374 float b = vfr*covf[2] + vfg*covf[4] + vfb*covf[5]; in stb__OptimizeColorsBlock()
377 vfg = g; in stb__OptimizeColorsBlock()
382 if (STBD_FABS(vfg) > magn) magn = STBD_FABS(vfg); in stb__OptimizeColorsBlock()
392 v_g = (int) (vfg * magn); in stb__OptimizeColorsBlock()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_dxt.h319 float covf[6],vfr,vfg,vfb; in stb__OptimizeColorsBlock() local
367 vfg = (float) (max[1] - min[1]); in stb__OptimizeColorsBlock()
372 float r = vfr*covf[0] + vfg*covf[1] + vfb*covf[2]; in stb__OptimizeColorsBlock()
373 float g = vfr*covf[1] + vfg*covf[3] + vfb*covf[4]; in stb__OptimizeColorsBlock()
374 float b = vfr*covf[2] + vfg*covf[4] + vfb*covf[5]; in stb__OptimizeColorsBlock()
377 vfg = g; in stb__OptimizeColorsBlock()
382 if (STBD_FABS(vfg) > magn) magn = STBD_FABS(vfg); in stb__OptimizeColorsBlock()
392 v_g = (int) (vfg * magn); in stb__OptimizeColorsBlock()
/dports/textproc/link-grammar/link-grammar-5.8.0/data/kz/
H A D4.0.dict94 =мақ.vfg =мек.vfg =пақ.vfg =пек.vfg: Vfg-;
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dpattern-view.c375 int vfg = 6;
379 vfg = 2;
383 vfg = 1;
389 vfg = fg = 0;
415 draw_text(buf, x, y, vfg, bg);
446 draw_text(buf, x, y, vfg, bg);
529 int vfg = 6;
533 vfg = 2;
537 vfg = 1;
543 vfg = fg = 0;
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Dvsa_ddg.py38 vfg=None, argument
58 if vfg is None and start_addr is None:
61 if vfg is not None:
62 self._vfg = vfg
H A D__init__.py10 from .vfg import VFG
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/stb_dxt/
H A Dstb_dxt.h347 float covf[6],vfr,vfg,vfb; in stb__OptimizeColorsBlock() local
424 vfg = (float) (max[1] - min[1]); in stb__OptimizeColorsBlock()
429 float r = vfr*covf[0] + vfg*covf[1] + vfb*covf[2]; in stb__OptimizeColorsBlock()
430 float g = vfr*covf[1] + vfg*covf[3] + vfb*covf[4]; in stb__OptimizeColorsBlock()
431 float b = vfr*covf[2] + vfg*covf[4] + vfb*covf[5]; in stb__OptimizeColorsBlock()
434 vfg = g; in stb__OptimizeColorsBlock()
439 if (fabs(vfg) > magn) magn = fabs(vfg); in stb__OptimizeColorsBlock()
450 v_g = (int) (vfg * magn); in stb__OptimizeColorsBlock()
/dports/audio/py-music21/music21-7.1.0/music21/corpus/ryansMammoth/
H A DMorningfairHornpipe.abc11 |:vfg|afdf .a2(gf)|gece .g2(fe)|fafd Bged|.c2.A2.A2 (fe)|
H A DDuxburyHornpipe.abc13 |: vfg \
H A DStatenIslandHornpipe.abc12 |: vfg \
H A DPrinceAlbertsHornpipe.abc9 vfg|gece dBGB|cBcA .G2(EF)|GcBc Ad^cd|.B2.G2 .G2(fg)|
H A DForestersHornpipe.abc9 vfg|a^gaf dfba|a^gaf .d2(cd)|"0"eAfA "0"eAfA|"0"edcB .A2(fg)|
H A DFirstFlirtationFling.abc10 | a4) (uc3.f) | (e3.c)"SEGUE"A3c | d3cB3A | G3f e2(vfg \
H A DRickersHornpipe.abc9 vfg \

1234567