Home
last modified time | relevance | path

Searched refs:in_band (Results 1 – 25 of 38) sorted by relevance

12

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_node_mgmt_epg/tasks/
H A Dmain.yml26 type: in_band
49 type: in_band
69 type: in_band
87 type: in_band
105 type: in_band
123 type: in_band
133 type: in_band
171 type: in_band
189 type: in_band
215 type: in_band
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/tests/integration/targets/aci_static_node_mgmt_address/tasks/
H A Dmain.yml26 type: in_band
43 type: in_band
61 type: in_band
87 type: in_band
111 type: in_band
135 type: in_band
177 type: in_band
200 type: in_band
215 type: in_band
245 type: in_band
[all …]
/dports/databases/postgis32/postgis-3.2.0/raster/rt_pg/
H A Drtpg_gdal.c650 rt_band in_band = NULL; in RASTER_InterpolateRaster() local
709 in_band = rt_raster_get_band(in_rast, band_number-1); in RASTER_InterpolateRaster()
710 if (!in_band) in RASTER_InterpolateRaster()
719 in_band_width = rt_band_get_width(in_band); in RASTER_InterpolateRaster()
720 in_band_height = rt_band_get_height(in_band); in RASTER_InterpolateRaster()
721 in_band_pixtype = rt_band_get_pixtype(in_band); in RASTER_InterpolateRaster()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkBandedPolyDataContourFilter.cxx814 auto in_band = [&clip_scalar, &polygon](int i) { in RequestData() local
821 assert(in_band(*r1)); in RequestData()
822 assert(in_band(*l1)); in RequestData()
825 auto r2 = std::find_if_not(r1, l1, in_band); in RequestData()
826 auto l2 = std::find_if_not(RevIt(l1), RevIt(r2), in_band).base() - 1; in RequestData()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/aci/plugins/modules/
H A Daci_node_mgmt_epg.py263 in_band=list([
H A Daci_static_node_mgmt_address.py292 in_band=list([
/dports/graphics/blender/blender-2.91.0/source/blender/sequencer/intern/
H A Deffects.c1897 static float in_band(float width, float dist, int side, int dir) in in_band() function
1975 output = in_band(width, hyp, 1, 1); in check_zone()
1978 output = in_band(width, hyp, 0, 1); in check_zone()
1983 output = in_band(width, hyp, 0, 1); in check_zone()
1986 output = in_band(width, hyp, 1, 1); in check_zone()
2019 output = in_band(hwidth, hyp, 0, 1); in check_zone()
2022 output = in_band(hwidth, hyp2, 0, 1); in check_zone()
2026 output = in_band(hwidth, hyp, 1, 1); in check_zone()
2029 output = in_band(hwidth, hyp2, 1, 1); in check_zone()
2032 output = in_band(hwidth, hyp2, 1, 1) * in_band(hwidth, hyp, 1, 1); in check_zone()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dpickle.py832 in_band = True
834 in_band = bool(self._buffer_callback(obj))
835 if in_band:
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dpickle.py832 in_band = True
834 in_band = bool(self._buffer_callback(obj))
835 if in_band:
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dpickle.py832 in_band = True
834 in_band = bool(self._buffer_callback(obj))
835 if in_band:
/dports/lang/python39/Python-3.9.9/Lib/
H A Dpickle.py832 in_band = True
834 in_band = bool(self._buffer_callback(obj))
835 if in_band:
/dports/lang/python38/Python-3.8.12/Lib/
H A Dpickle.py832 in_band = True
834 in_band = bool(self._buffer_callback(obj))
835 if in_band:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dpickle.py832 in_band = True
834 in_band = bool(self._buffer_callback(obj))
835 if in_band:
/dports/lang/python310/Python-3.10.1/Lib/
H A Dpickle.py833 in_band = True
835 in_band = bool(self._buffer_callback(obj))
836 if in_band:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dpickle.py833 in_band = True
835 in_band = bool(self._buffer_callback(obj))
836 if in_band:
/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Dsao-avx2.c551 __m256i in_band = _mm256_cmpeq_epi8 (zero, bmbp_bads); in calc_sao_offset_array_avx2() local
572 offsets[i] = _mm256_blendv_epi8 (vals, offs, in_band); in calc_sao_offset_array_avx2()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/late/
H A Dlifetimes.rs1555 let in_band = lifetime_params.iter().find(|(kind, _)| *kind == LifetimeParamKind::InBand); in check_mixed_explicit_and_in_band_defs() localVariable
1557 if let (Some((_, explicit_span)), Some((_, in_band_span))) = (explicit, in_band) { in check_mixed_explicit_and_in_band_defs()
1870 let in_band = matches!( in lifetime_deletion_span() localVariable
1874 if in_band { in lifetime_deletion_span()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxfill.c905 bool in_band = ymin <= fo->ymax && ymax >= fo->ymin; in init_contour_cursor() local
907 q->monotonic_y = !in_band || in init_contour_cursor()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxfill.c905 bool in_band = ymin <= fo->ymax && ymax >= fo->ymin; in init_contour_cursor() local
907 q->monotonic_y = !in_band || in init_contour_cursor()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_pickle.c2536 int in_band = 1; in save_picklebuffer() local
2543 in_band = PyObject_IsTrue(ret); in save_picklebuffer()
2545 if (in_band == -1) { in save_picklebuffer()
2549 if (in_band) { in save_picklebuffer()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_pickle.c2534 int in_band = 1; in save_picklebuffer() local
2540 in_band = PyObject_IsTrue(ret); in save_picklebuffer()
2542 if (in_band == -1) { in save_picklebuffer()
2546 if (in_band) { in save_picklebuffer()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_pickle.c2536 int in_band = 1; in save_picklebuffer() local
2543 in_band = PyObject_IsTrue(ret); in save_picklebuffer()
2545 if (in_band == -1) { in save_picklebuffer()
2549 if (in_band) { in save_picklebuffer()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_pickle.c2538 int in_band = 1; in save_picklebuffer() local
2544 in_band = PyObject_IsTrue(ret); in save_picklebuffer()
2546 if (in_band == -1) { in save_picklebuffer()
2550 if (in_band) { in save_picklebuffer()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_pickle.c2536 int in_band = 1; in save_picklebuffer() local
2543 in_band = PyObject_IsTrue(ret); in save_picklebuffer()
2545 if (in_band == -1) { in save_picklebuffer()
2549 if (in_band) { in save_picklebuffer()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_pickle.c2536 int in_band = 1; in save_picklebuffer() local
2543 in_band = PyObject_IsTrue(ret); in save_picklebuffer()
2545 if (in_band == -1) { in save_picklebuffer()
2549 if (in_band) { in save_picklebuffer()

12