Home
last modified time | relevance | path

Searched refs:extend (Results 776 - 800 of 1975) sorted by relevance

1...<<31323334353637383940>>...79

/third_party/ffmpeg/libavfilter/
H A Daf_hdcd.c933 #define HDCD_ANA_PE_DESC "samples where peak extend occurs"
954 /** always extend peaks above -3dBFS even if PE isn't signaled
994 { "force_pe", "Always extend peaks above -3dBFS even when PE is not signaled.",
1207 static int hdcd_analyze(int32_t *samples, int count, int stride, int gain, int target_gain, int extend, int mode, int cdt_active, int tg_mismatch) in hdcd_analyze() argument
1218 samples[i * stride] = hdcd_analyze_gen(sample, !!(pel && extend), 1); in hdcd_analyze()
1267 static int hdcd_envelope(int32_t *samples, int count, int stride, int vbits, int gain, int target_gain, int extend) in hdcd_envelope() argument
1280 if (extend) { in hdcd_envelope()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c223 nn->fw_ver.extend, nn->fw_ver.class, in nfp_net_get_drvinfo()
/third_party/python/Lib/idlelib/
H A Dpyshell.py571 path.extend(sys.path)
/third_party/python/Lib/
H A D_pyio.py1275 self._write_buf.extend(b)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_proactor_events.py978 self.data.extend(data)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveIntervals.cpp295 // Now extend LR to reach all uses. in computeRegUnitRange()
629 LRCalc->extend(LR, Idx, /*PhysReg=*/0, Undefs); in extendToIndices()
953 /// Toolkit used by handleMove to trim or extend live intervals.
1161 // If NewIdx is behind the last segment, extend that and append a new one. in handleMoveDown()
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp1244 if (!coincidences->extend(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd)) { in missingCoincidence()
/third_party/python/Lib/xml/dom/
H A Dminidom.py1761 stack.extend([child for child in node.childNodes
/third_party/python/Lib/test/
H A Dtest_regrtest.py598 self.regrtest_args.extend(('--timeout', '3600', '-j4'))
H A Dtest_bigmem.py1146 l.extend(l)
H A Dtest_float.py1550 values.extend((INF, NAN))
H A Dtest_xmlrpc.py1497 self.log.extend(args)
H A Dtest_argparse.py2034 Sig('--foo', action="extend", nargs="+", type=str),
5212 def extend(str_to_convert): function
5216 parser.add_argument('--test', type=extend, default='*')
H A Dtest_re.py72 b.extend(b'x'*400)
76 b.extend(b'x'*400)
/third_party/python/Lib/unittest/test/
H A Dtest_case.py793 b.extend(a)
/third_party/python/Parser/
H A Dasdl_c.py371 # XXX should extend get_c_type() to handle this
603 args.extend([a.name for a in prod.attributes])
/third_party/python/Lib/xml/etree/
H A DElementTree.py247 def extend(self, elements): member in Element
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs1808 out.extend(ty.lifetime.iter().cloned()); in collect_lifetimes()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs1808 out.extend(ty.lifetime.iter().cloned()); in collect_lifetimes()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc2717 // Extract and sign- or zero-extend 32-bit arguments for widening operations.
2782 // If extend is true, extend the sign of the extracted bitfield.
2784 bool extend = false;
2792 extend = true;
2813 : ((extend && ((src >> S) & 1) ? topbits_preshift : 0) << (diff + 1));
/third_party/skia/tests/
H A DPathTest.cpp728 path.addRect(SkRect::MakeLTRB(1, 2, 3, 4)); // should extend the bounds in test_bounds_crbug_513799()
3980 static void test_addPathMode(skiatest::Reporter* reporter, bool explicitMoveTo, bool extend) { in test_addPathMode() argument
3990 p.addPath(q, extend ? SkPath::kExtend_AddPathMode : SkPath::kAppend_AddPathMode); in test_addPathMode()
3996 REPORTER_ASSERT(reporter, verbs[2] == (extend ? SkPath::kLine_Verb : SkPath::kMove_Verb)); in test_addPathMode()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h841 // Signed extend byte.
844 // Signed extend halfword.
847 // Signed extend word.
889 // Unsigned extend byte.
892 // Unsigned extend halfword.
895 // Unsigned extend word.
3006 // Signed extend long.
3009 // Signed extend long (second part).
3024 // Unsigned extend long.
3027 // Unsigned extend lon
[all...]
/third_party/python/Python/
H A Dcompile.c4380 int build, int add, int extend, int tuple) in starunpack_helper()
4405 ADDOP_I(c, extend, 1); in starunpack_helper()
4446 ADDOP_I(c, extend, 1); in starunpack_helper()
9058 * then remove the jump and extend this block with the target.
4379 starunpack_helper(struct compiler *c, asdl_expr_seq *elts, int pushed, int build, int add, int extend, int tuple) starunpack_helper() argument
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dres_func.S1990 bfexts %d0{#25:#7},%d0 |sign extend d0 for bindec
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dres_func.S1990 bfexts %d0{#25:#7},%d0 |sign extend d0 for bindec

Completed in 82 milliseconds

1...<<31323334353637383940>>...79