Home
last modified time | relevance | path

Searched refs:invert (Results 551 - 575 of 914) sorted by relevance

1...<<21222324252627282930>>...37

/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstv0299.c574 if (state->config->invert) invval = (~invval) & 1; in stv0299_set_frontend()
611 if (state->config->invert) invval = (~invval) & 1; in stv0299_get_frontend()
/kernel/linux/linux-6.6/drivers/perf/
H A Darm_dmc620_pmu.c215 GEN_PMU_FORMAT_ATTR(invert); variable
284 ATTR_CFG_GET_FLD(attr, invert)); in dmc620_event_to_counter_control()
/kernel/linux/linux-6.6/drivers/media/common/b2c2/
H A Dflexcop-fe-tuner.c275 .invert = 0,
308 .invert = 1,
/third_party/qrcodegen/rust-no-heap/src/
H A Dlib.rs686 let invert: bool = { in apply_mask()
702 self.get_module_bounded(x, y) ^ invert); in apply_mask()
/third_party/skia/src/core/
H A DSkDraw_vertices.cpp169 if (!m.invert(&im)) { in update()
527 if (!ctm.invert(&ctmInv)) { in drawVertices()
H A DSkM44.cpp249 bool SkM44::invert(SkM44* inverse) const { in invert() function in SkM44
354 if (!SkM44::Cols(v4(s, 0), v4(s.cross(f), 0), v4(-f, 0), v4(eye, 1)).invert(&m)) { in LookAt()
/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp726 if (!viewMatrix.hasPerspective() && viewMatrix.invert(&vmi)) { in internalDrawPath()
729 if (!viewMatrix.invert(&localMatrix)) { in internalDrawPath()
/third_party/skia/tests/
H A DM44Test.cpp33 REPORTER_ASSERT(reporter, m.invert(&im)); in DEF_TEST()
63 REPORTER_ASSERT(reporter, m.invert(&im)); in DEF_TEST()
/third_party/python/Lib/test/
H A Dtest_peepholer.py85 for line, cmp_op, invert in (
93 self.assertInBytecode(code, cmp_op, invert)
308 ('~-2', 1), # unary invert
/third_party/ffmpeg/libavcodec/
H A Dvc1.c103 uint8_t invert, *planep = data; in bitplane_decoding() local
109 invert = get_bits1(gb); in bitplane_decoding()
116 *raw_flag = 1; //invert ignored in bitplane_decoding()
117 return invert; in bitplane_decoding()
206 planep[0] ^= invert; in bitplane_decoding()
213 if (planep[x-1] != planep[x-stride]) planep[x] ^= invert; in bitplane_decoding()
217 } else if (invert) { in bitplane_decoding()
222 return (imode << 1) + invert; in bitplane_decoding()
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c278 static BOOL invert = FALSE; variable
485 { OP_NODATA, 'v', NULL, "invert-match", "select non-matching lines" },
1831 invert if there was a non-fatal error
1903 return invert; /* No more matching; don't show the line again */ in match_patterns()
2759 if (match != invert) in pcre2grep()
2806 If we are in invert mode, however, nothing is printed and we do not restart in pcre2grep()
2811 if (!invert) in pcre2grep()
3003 if ((multiline || do_colour) && !invert) in pcre2grep()
3118 if (multiline && invert && match) in pcre2grep()
3609 case 'v': invert in handle_option()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/
H A Dbudget-ci.c689 .invert = 0,
826 .invert = 0,
837 .invert = 1,
1017 .invert = 0,
1023 .invert = 0,
/kernel/linux/linux-6.6/drivers/media/pci/ttpci/
H A Dbudget-ci.c689 .invert = 0,
826 .invert = 0,
837 .invert = 1,
1017 .invert = 0,
1023 .invert = 0,
/third_party/backends/backend/
H A Dqcam.c588 /* invert Nibble3 */ in qc_readbytes()
914 int shift, invert; in reader_process() local
921 invert = 16; in reader_process()
926 invert = 63; in reader_process()
944 if (val > 0 || invert != 16) in reader_process()
945 val = invert - val; in reader_process()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo_compute.c124 nir_ssa_def *invert; member
155 uint8_t invert : 1; member
221 STRUCT_MEMBER_BOOL(80, invert, 0); in init_pbo_shader_data()
342 bytes_per_row = nir_bcsel(b, sd->invert, in get_buffer_offset()
803 .invert = pack->Invert, in download_texture_compute()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_query.c918 bool flag_wait, invert; in r600_emit_query_predication() local
923 invert = ctx->render_cond_invert; in r600_emit_query_predication()
936 invert = !invert; in r600_emit_query_predication()
943 /* if true then invert, see GL_ARB_conditional_render_inverted */ in r600_emit_query_predication()
944 if (invert) in r600_emit_query_predication()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h168 void SetInvert(double invert);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_matrix.cpp160 if (skMatrix_.invert(&skMatrix)) { in Invert()
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dbdw-rt5677.c113 .invert = 1,
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra_wm8903.c102 .invert = 1,
H A Dtegra_rt5677.c112 .invert = 1
/kernel/linux/linux-5.10/include/linux/mfd/wm8350/
H A Dgpio.h345 int pol, int pull, int invert, int debounce);
/kernel/linux/linux-6.6/include/linux/mfd/wm8350/
H A Dgpio.h345 int pol, int pull, int invert, int debounce);
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dbdw-rt5677.c113 .invert = 1,
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_dispatch.c141 GL_API void GL_APIENTRY glSampleCoveragex (GLclampx value, GLboolean invert);

Completed in 34 milliseconds

1...<<21222324252627282930>>...37