/kernel/linux/linux-5.10/drivers/net/xen-netback/ |
H A D | netback.c | 51 /* Provide an option to disable split event channels at load time as 403 bool split = false; in xenvif_get_requests() local 420 split = true; in xenvif_get_requests() 430 if (!split) in xenvif_get_requests()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_resource.c | 802 int split[MAX_PIPES] = { 0 }; in dcn21_fast_validate_bw() local 845 vlevel = dcn20_validate_apply_pipe_split_flags(dc, context, vlevel, split, NULL); in dcn21_fast_validate_bw() 893 /* Skip 2nd half of already split pipe */ in dcn21_fast_validate_bw() 897 if (split[i] == 2) { in dcn21_fast_validate_bw() 899 /* pipe not split previously needs split */ in dcn21_fast_validate_bw()
|
/kernel/linux/linux-6.6/drivers/net/xen-netback/ |
H A D | netback.c | 51 /* Provide an option to disable split event channels at load time as 403 bool split = false; in xenvif_get_requests() local 420 split = true; in xenvif_get_requests() 430 if (!split) in xenvif_get_requests()
|
/kernel/linux/linux-6.6/sound/isa/ |
H A D | es18xx.c | 763 int split = 0; in snd_es18xx_interrupt() local 765 split = snd_es18xx_mixer_read(chip, 0x64) & 0x80; in snd_es18xx_interrupt() 771 if (!split) { in snd_es18xx_interrupt()
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | tx_float.asm | 30 ; avx512 split-radix 509 ; Perform a single even/odd split radix combination with loads and stores 566 ; Perform a single even/odd split radix combination with loads, deinterleaves and
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | ULocale.java | 1187 String [] variants = parser.getVariant().split("_"); in canonicalize() 1286 .split(" "); in canonicalize() 3701 String[] uattributes = getKeywordValue(key).split("[-_]"); in extensions()
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | make.py | 1018 dir = os.path.split(out)[0] 1141 (rule_source_dirname, rule_source_basename) = os.path.split(rule_source) 1272 filename = os.path.split(path)[1]
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 4261 output_location = assert.stack.split("\n", 1)[0].replace(/@?\w+:\/\/[^ "\/]+(?::\d+)?/g, " "); 4381 var components = input.split(substitution_re); 4520 var lines = stack.split("\n"); 4678 var components = name.split(".");
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | make.py | 1027 dir = os.path.split(out)[0] 1150 (rule_source_dirname, rule_source_basename) = os.path.split(rule_source) 1281 filename = os.path.split(path)[1]
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_indirect_draw.c | 751 nir_ssa_def *split = in get_invocation() local 759 nir_ishl(b, max_instance, split)), in get_invocation() 760 nir_ior(b, nir_ishl(b, split, nir_imm_int(b, 22)), in get_invocation()
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 699 lines = source.split("\n") 903 self.prompt_last_line = self.sys_ps1.split('\n')[-1] 1329 lines = s.split('\n')
|
H A D | editor.py | 393 insertpt = int(self.text.index("iomark").split(".")[1]) 401 lineat = int(self.text.index("insert").split('.')[1]) 445 line, column = self.text.index(INSERT).split('.')
|
/third_party/python/Lib/collections/ |
H A D | __init__.py | 375 field_names = field_names.replace(',', ' ').split() 1546 def split(self, sep=None, maxsplit=-1): member in UserString 1547 return self.data.split(sep, maxsplit)
|
/third_party/python/Lib/ |
H A D | subprocess.py | 721 parts = ver.split(maxsplit=1) 726 version = tuple(map(int, parts[1].split('.'))) 1926 errpipe_data.split(b':', 2))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | CommandLine.cpp | 481 std::pair<StringRef, StringRef> SplitArg = Arg.split('='); in LookupNearestOption() 522 // it does, we have to split up the value into multiple values. in CommaSeparateAndAddOccurrence() 646 /// see if this is a prefix or grouped option. If so, split arg into output an 1413 std::pair<StringRef, StringRef> Split = HelpStr.split('\n'); in printHelpStr() 1416 Split = Split.second.split('\n'); in printHelpStr()
|
/third_party/python/Lib/test/ |
H A D | test_float.py | 735 lhs, rhs = map(str.strip, line.split('->')) 736 fmt, arg = lhs.split() 766 with open(os.path.join(os.path.split(__file__)[0],
|
H A D | test_embed.py | 583 key, value = opt.split('=', 1) 689 paths = pythonpath_env.split(os.path.pathsep) 1575 self.assertEqual(Py_GetPath().split(os.path.pathsep),
|
H A D | test_bytes.py | 767 self.assertRaises(TypeError, self.type2test(b'a b').split, ' ') 771 self.assertRaises(TypeError, self.type2test(b'a b').split, 32) 777 self.assertEqual(b.split(), [b]) 779 self.assertEqual(b.split(), [b'\x1c\x1d\x1e\x1f']) 1839 self.assertEqual(b'a b'.split(memoryview(b' ')), [b'a', b'b']) 1908 for expr in ('val.split()[0]', 'val.rsplit()[0]',
|
H A D | test_statistics.py | 400 for d in map(D, "8.2 31.274 912.04 16.745 1.2047".split()): 460 for d in map(Decimal, "3.1415 298.12 3.47 18.996 0.00245".split()): 501 for d in map(Decimal, "1.0 3.5 36.08 61.79 7912.3648".split()): 544 for d in map(Decimal, "0.02 1.0 5.7 13.67 94.138 91027.9321".split()): 1833 data = 'fe fi fo fum fi fi'.split()
|
H A D | test_patma.py | 3096 match command.split(): # 1 3110 match command.split(): # 1 3124 match command.split(): # 1 3136 match command.split(): # 1 3146 match command.split(): # 1
|
H A D | test_unicode.py | 459 left + right, 'split', delim) 461 left + delim + right, 'split', delim) 463 left + right, 'split', delim * 2) 465 left + delim * 2 + right, 'split', delim *2) 2695 def split(name): function 2699 self.assertEqual(split("obj"), ["obj", []]) 2700 self.assertEqual(split("obj.arg"), ["obj", [(True, 'arg')]]) 2701 self.assertEqual(split("obj[key]"), ["obj", [(False, 'key')]]) 2702 self.assertEqual(split("obj.arg[key1][key2]"), [
|
H A D | test_posix.py | 196 os.chdir(os.path.split(sys.executable)[0]) 209 os.chdir(os.path.split(sys.executable)[0]) 1080 idg_groups = set(int(g) for g in groups.split()) 1090 if tuple(int(n) for n in dt.split('.')[0:2]) < (10, 6): 1961 self.mac_ver = tuple(int(part) for part in platform.mac_ver()[0].split("."))
|
/kernel/linux/linux-5.10/block/ |
H A D | bfq-iosched.c | 1255 * burst, or finally has just been split, then there is in bfq_handle_burst() 2746 * to enjoy weight raising if split soon. in bfq_bfqq_save_state() 4906 * bust_size--because of a split, but the current in bfq_put_queue() 4908 * (see comments on the case of a split in in bfq_put_queue() 6017 bool split, bool is_sync, in bfq_get_bfqq_handle_split() 6033 if (split && is_sync) { in bfq_get_bfqq_handle_split() 6125 bool bfqq_already_existing = false, split = false; in bfq_init_rq() local 6159 split = true; in bfq_init_rq() 6181 * addition, if the queue has also just been split, we have to in bfq_init_rq() 6186 if (split) { in bfq_init_rq() 6014 bfq_get_bfqq_handle_split(struct bfq_data *bfqd, struct bfq_io_cq *bic, struct bio *bio, bool split, bool is_sync, bool *new_queue) bfq_get_bfqq_handle_split() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core.c | 3124 u8 slot_index, u32 port_number, bool split, in __mlxsw_core_port_init() 3137 attrs.split = split; in __mlxsw_core_port_init() 3174 u8 slot_index, u32 port_number, bool split, in mlxsw_core_port_init() 3184 port_number, split, split_port_subnumber, in mlxsw_core_port_init() 3122 __mlxsw_core_port_init(struct mlxsw_core *mlxsw_core, u16 local_port, enum devlink_port_flavour flavour, u8 slot_index, u32 port_number, bool split, u32 split_port_subnumber, bool splittable, u32 lanes, const unsigned char *switch_id, unsigned char switch_id_len) __mlxsw_core_port_init() argument 3173 mlxsw_core_port_init(struct mlxsw_core *mlxsw_core, u16 local_port, u8 slot_index, u32 port_number, bool split, u32 split_port_subnumber, bool splittable, u32 lanes, const unsigned char *switch_id, unsigned char switch_id_len) mlxsw_core_port_init() argument
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_spill.cpp | 1499 Instruction* split{create_instruction<Pseudo_instruction>(aco_opcode::p_split_vector, in spill_vgpr() 1501 split->operands[0] = Operand(temp); in spill_vgpr() 1503 split->definitions[i] = bld.def(v1); in spill_vgpr() 1504 bld.insert(split); in spill_vgpr() 1506 Temp elem = split->definitions[i].getTemp(); in spill_vgpr()
|