/third_party/ffmpeg/libavfilter/ |
H A D | af_hdcd.c | 933 #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 D | nfp_net_ethtool.c | 223 nn->fw_ver.extend, nn->fw_ver.class, in nfp_net_get_drvinfo()
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 571 path.extend(sys.path)
|
/third_party/python/Lib/ |
H A D | _pyio.py | 1275 self._write_buf.extend(b)
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_proactor_events.py | 978 self.data.extend(data)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveIntervals.cpp | 295 // 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 D | SkOpSegment.cpp | 1244 if (!coincidences->extend(rootPriorPtT, rootPtT, rootOppStart, rootOppEnd)) { in missingCoincidence()
|
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 1761 stack.extend([child for child in node.childNodes
|
/third_party/python/Lib/test/ |
H A D | test_regrtest.py | 598 self.regrtest_args.extend(('--timeout', '3600', '-j4'))
|
H A D | test_bigmem.py | 1146 l.extend(l)
|
H A D | test_float.py | 1550 values.extend((INF, NAN))
|
H A D | test_xmlrpc.py | 1497 self.log.extend(args)
|
H A D | test_argparse.py | 2034 Sig('--foo', action="extend", nargs="+", type=str), 5212 def extend(str_to_convert): function 5216 parser.add_argument('--test', type=extend, default='*')
|
H A D | test_re.py | 72 b.extend(b'x'*400) 76 b.extend(b'x'*400)
|
/third_party/python/Lib/unittest/test/ |
H A D | test_case.py | 793 b.extend(a)
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 371 # 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 D | ElementTree.py | 247 def extend(self, elements): member in Element
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | attr.rs | 1808 out.extend(ty.lifetime.iter().cloned()); in collect_lifetimes()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | attr.rs | 1808 out.extend(ty.lifetime.iter().cloned()); in collect_lifetimes()
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 2717 // 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 D | PathTest.cpp | 728 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 D | assembler-aarch64.h | 841 // 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 D | compile.c | 4380 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 D | res_func.S | 1990 bfexts %d0{#25:#7},%d0 |sign extend d0 for bindec
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | res_func.S | 1990 bfexts %d0{#25:#7},%d0 |sign extend d0 for bindec
|