/third_party/rust/crates/regex/src/ |
H A D | dfa.rs | 652 // then it's impossible to extend the set of matches since in exec_at() 1661 self.table.extend(repeat(STATE_UNKNOWN).take(self.num_byte_classes)); in add()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | angletypes.h | 148 void ExtendRectangle(const Rectangle &source, const Rectangle &extend, Rectangle *extended);
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | assembler-arm64.cc | 3887 Extend extend, unsigned left_shift) { in EmitExtendShift() 3893 unsigned high_bit = (8 << (extend & 0x3)) - 1; in EmitExtendShift() 3898 switch (extend) { in EmitExtendShift() 3912 // Nothing to extend. Just shift. in EmitExtendShift() 3920 // No need to extend as the extended bits would be shifted away. in EmitExtendShift() 3942 ExtendMode(operand.extend()) | ImmExtendShift(operand.shift_amount()) | in DataProcExtendedRegister() 3971 Extend ext = addr.extend(); in LoadStore() 3886 EmitExtendShift(const Register& rd, const Register& rn, Extend extend, unsigned left_shift) EmitExtendShift() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3792 // extend the extracted value back to the original type. Here, we account 3793 // for the extract and the added cost of the sign extend if needed. 4597 // sign extend the extracted values below. 4612 // If necessary, sign-extend or zero-extend ScalarRoot to the larger type 4614 auto extend = [&](Value *ScalarRoot, Value *Ex, Type *ScalarType) { 4653 Ex = extend(ScalarRoot, Ex, Scalar->getType()); 4678 Ex = extend(ScalarRoot, Ex, Scalar->getType()); 4686 Ex = extend(ScalarRoot, Ex, Scalar->getType()); 4693 Ex = extend(ScalarRoo [all...] |
/third_party/python/Lib/test/ |
H A D | test_os.py | 2584 self.created_paths.extend([dir_name, file_name]) 3846 funcs.extend(( 3854 funcs.extend(( 3880 funcs.extend(( 4242 names.extend(('symlink_dir', 'symlink_file.txt'))
|
H A D | test_ast.py | 1680 tests.extend(["test/test_grammar.py", "test/test_unpack_ex.py"]) 1926 consts.extend((Ellipsis, None))
|
H A D | test_builtin.py | 1987 self.assertRaises(ValueError, array.extend, bad_iter) 2185 child_output.extend(chunk)
|
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)
|
/third_party/rust/crates/syn/src/ |
H A D | item.rs | 1081 attrs.extend(item.replace_attrs(Vec::new())); 2735 attrs.extend(content.call(Attribute::parse_inner)?); in parse_impl_item_fn()
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 4322 ext.l %d0 # sign extend displacement 18788 mov.w %d0,%a0 # sign extend displacement 18801 mov.w %d0,%a0 # sign extend displacement 18814 mov.w %d0,%a0 # sign extend displacement 18827 mov.w %d0,%a0 # sign extend displacement 18840 mov.w %d0,%a0 # sign extend displacement 18853 mov.w %d0,%a0 # sign extend displacement 18866 mov.w %d0,%a0 # sign extend displacement 18879 mov.w %d0,%a0 # sign extend displacement 18921 ext.l %d0 # sign extend wor [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 4322 ext.l %d0 # sign extend displacement 18788 mov.w %d0,%a0 # sign extend displacement 18801 mov.w %d0,%a0 # sign extend displacement 18814 mov.w %d0,%a0 # sign extend displacement 18827 mov.w %d0,%a0 # sign extend displacement 18840 mov.w %d0,%a0 # sign extend displacement 18853 mov.w %d0,%a0 # sign extend displacement 18866 mov.w %d0,%a0 # sign extend displacement 18879 mov.w %d0,%a0 # sign extend displacement 18921 ext.l %d0 # sign extend wor [all...] |
/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/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
|