/third_party/musl/src/malloc/oldmalloc/ |
H A D | malloc.c | 292 struct chunk *next, *split; in trim() local 297 split = (void *)((char *)self + n); in trim() 301 split->psize = n | C_INUSE; in trim() 302 split->csize = n1-n; in trim() 305 calculate_checksum(split, next); in trim() 316 bin_chunk(split, i); in trim() 468 struct chunk *split = (void *)((char *)self + n); in realloc() local 472 self->csize = split->psize = n | C_INUSE; in realloc() 473 split->csize = next->psize = n0-n | C_INUSE; in realloc() 478 __bin_chunk(split); in realloc() [all...] |
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/ |
H A D | malloc.c | 280 struct chunk *next, *split; in trim() local 285 split = (void *)((char *)self + n); in trim() 287 split->psize = n | C_INUSE; in trim() 288 split->csize = n1-n; in trim() 290 calculate_checksum(split, next); in trim() 298 bin_chunk(split, i); in trim() 436 struct chunk *split = (void *)((char *)self + n); in realloc() local 438 self->csize = split->psize = n | C_INUSE; in realloc() 439 split->csize = next->psize = n0-n | C_INUSE; in realloc() 442 __bin_chunk(split); in realloc() [all...] |
/test/testfwk/xdevice/plugins/ohos/src/ohos/parser/ |
H A D | c_parser_lite.py | 157 start_time.split(".")[-1]) 160 end_time.split(".")[-1]) 177 test_class = message.split(".c:")[0].split(" ")[-1].split("/")[-1] 184 start_time.split(".")[-1]) 187 end_time.split(".")[-1]) 189 message_list = message[message_index + 3:].split(":")
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | asm.py | 126 parts = op.split(".") 147 head = line.split(" ")[0] 167 mods = head[len(ins.name) + 1:].split(".") 171 operands = [x.strip() for x in tail.split(",") if len(x.strip()) > 0] 179 parts = op[1:].split(':') 222 parts = op.split('.') 311 parts = op.split(':') 380 lines = args.infile.read().strip().split('\n')
|
/third_party/node/deps/v8/src/inspector/ |
H A D | string-util.cc | 19 std::pair<uint8_t, uint8_t> SplitByte(uint8_t byte, uint8_t split) { in SplitByte() argument 20 return {byte >> split, (byte & ((1 << split) - 1)) << (6 - split)}; in SplitByte() 42 auto split = SplitByte((*bytes_)[n], 2 + 2 * (n % 3)); in toBase64() local 43 result.push_back(table[split.first | last]); in toBase64() 47 result.push_back(table[split.second]); in toBase64() 50 last = split.second; in toBase64()
|
/third_party/python/Lib/ |
H A D | gettext.py | 222 # split up the locale into its base components 376 for b_item in tmsg.split(b'\n'): 385 k, v = item.split(':', 1) 393 self._charset = v.split('charset=')[1] 395 v = v.split(';') 396 plural = v[1].split('plural=')[1] 410 msgid1, msgid2 = msg.split(b'\x00') 411 tmsg = tmsg.split(b'\x00') 476 languages = val.split(':')
|
H A D | ntpath.py | 27 __all__ = ["normcase","isabs","join","splitdrive","split","splitext", 208 def split(p): function 244 return split(p)[1] 251 return split(p)[0] 517 comps = path.split(sep) 665 path, name = split(path) 769 start_list = [x for x in start_rest.split(sep) if x] 770 path_list = [x for x in path_rest.split(sep) if x] 815 split_paths = [p.split(sep) for d, p in drivesplits] 829 common = path.split(se [all...] |
H A D | locale.py | 197 parts = formatted.split('.') 418 code, modifier = code.split('@', 1) 422 langname, encoding = code.split('.')[:2] 448 if code.split('@', 1)[1].lower() == modifier: 462 code, modifier = code.split('@', 1) 473 code, defmod = code.split('@', 1) 496 code, modifier = code.split('@', 1) 504 return tuple(code.split('.')[:2]) 586 localename = localename.split(':')[0]
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
H A D | bit_writer_utils.c | 109 const int split = (bw->range_ * prob) >> 8; in VP8PutBit() local 111 bw->value_ += split + 1; in VP8PutBit() 112 bw->range_ -= split + 1; in VP8PutBit() 114 bw->range_ = split; in VP8PutBit() 127 const int split = bw->range_ >> 1; in VP8PutBitUniform() local 129 bw->value_ += split + 1; in VP8PutBitUniform() 130 bw->range_ -= split + 1; in VP8PutBitUniform() 132 bw->range_ = split; in VP8PutBitUniform()
|
/third_party/protobuf/objectivec/DevTools/ |
H A D | pddm.py | 208 directive = line.split(' ', 1)[0] 246 for part in args_str.split(','): 297 args = [x.strip() for x in args_str.split(',')] 456 directive = line.split(' ', 1)[0] 491 lines = [x.rstrip() for x in expand_result.split('\n')] 516 directive = line.split(' ', 1)[0] 555 import_name = self.first_line.split(' ', 1)[1].strip() 593 directive = line.split(' ', 1)[0]
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_vars.c | 161 /* To avoid list confusion (we'll be adding things as we split variables), in split_var_list_structs() 162 * pull all of the variables we plan to split off of the list in split_var_list_structs() 174 /* We can't split a variable that's referenced with deref that has any in split_var_list_structs() 214 * variables we're planning to split. in split_struct_derefs_impl() 225 * variable should not have been split. However, we have no way of in split_struct_derefs_impl() 348 bool split; member 392 /* We can't split a variable that's referenced with deref that has any in init_var_list_array_infos() 410 /* All levels start out initially as split */ in init_var_list_array_infos() 411 info->levels[i].split = true; in init_var_list_array_infos() 460 * indirect, mark the given level as not being split in mark_array_deref_used() 502 create_split_array_vars(struct array_var_info *var_info, unsigned level, struct array_split *split, const char *name, nir_shader *shader, nir_function_impl *impl, void *mem_ctx) create_split_array_vars() argument 820 struct array_split *split = &info->root_split; split_array_access_impl() local [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | string-prototype-split.js | 16 res = str.split("a", Infinity); 22 res = str.split(/\/\//, -1);
|
/third_party/jerryscript/tests/jerry/es5.1/ |
H A D | string-prototype-split.js | 16 res = str.split("a", Infinity); 19 res = str.split(/\/\//, -1);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp | 406 QStringList lines = info.split(QRegExp("\\n")); in add_station() 519 params.split(QRegExp(" (?=[^']*('[^']*'[^']*)*$)")); in add_p2p_group_client() 592 QStringList lines = bss.split(QRegExp("\\n")); in add_bss() 644 lines = bss.split(QRegExp("\\n")); in add_bss() 831 QStringList items = text.split(' '); in event_notify() 845 split('|'); in event_notify() 866 QStringList items = text.split(' '); in event_notify() 877 QStringList items = text.split(' '); in event_notify() 904 text.split(QRegExp(" (?=[^']*('[^']*'[^']*)*$)")); in event_notify() 952 QStringList items = text.split(' '); in event_notify() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | peers.cpp | 406 QStringList lines = info.split(QRegExp("\\n")); in add_station() 521 params.split(QRegExp(" (?=[^']*('[^']*'[^']*)*$)")); in add_p2p_group_client() 594 QStringList lines = bss.split(QRegExp("\\n")); in add_bss() 646 lines = bss.split(QRegExp("\\n")); in add_bss() 833 QStringList items = text.split(' '); in event_notify() 847 split('|'); in event_notify() 868 QStringList items = text.split(' '); in event_notify() 879 QStringList items = text.split(' '); in event_notify() 906 text.split(QRegExp(" (?=[^']*('[^']*'[^']*)*$)")); in event_notify() 954 QStringList items = text.split(' '); in event_notify() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DataLayout.cpp | 197 /// Checked version of split, to ensure mandatory subparts. 198 static std::pair<StringRef, StringRef> split(StringRef Str, char Separator) { in split() function 200 std::pair<StringRef, StringRef> Split = Str.split(Separator); in split() 235 std::pair<StringRef, StringRef> Split = split(Desc, '-'); in parseSpecifier() 239 Split = split(Split.first, ':'); in parseSpecifier() 247 Split = split(Rest, ':'); in parseSpecifier() 282 Split = split(Rest, ':'); in parseSpecifier() 291 Split = split(Rest, ':'); in parseSpecifier() 304 Split = split(Rest, ':'); in parseSpecifier() 312 Split = split(Res in parseSpecifier() [all...] |
/third_party/python/Lib/urllib/ |
H A D | parse.py | 275 ParseResult, but does not split params. 502 url, fragment = url.split('#', 1) 504 url, query = url.split('?', 1) 569 base_parts = bpath.split('/') 577 segments = path.split('/') 579 segments = base_parts + path.split('/') 633 string.split 637 bits = string.split(b'%') 672 string.split 678 bits = _asciire.split(strin [all...] |
/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/ |
H A D | malloc.c | 273 struct chunk *next, *split; in trim() local 278 split = (void *)((char *)self + n); in trim() 280 split->psize = n | C_INUSE; in trim() 281 split->csize = n1-n; in trim() 288 bin_chunk(split, i); in trim() 398 struct chunk *split = (void *)((char *)self + n); in realloc() local 399 self->csize = split->psize = n | C_INUSE; in realloc() 400 split->csize = next->psize = n0-n | C_INUSE; in realloc() 401 __bin_chunk(split); in realloc()
|
/third_party/python/Tools/scripts/ |
H A D | freeze_modules.py | 100 ntpath.join(*path.split(os.path.sep)), 101 ntpath.join(*base.split(os.path.sep)), 109 posixpath.join(*path.split(os.path.sep)), 110 posixpath.join(*base.split(os.path.sep)), 236 pyfile = os.path.join(STDLIB_DIR, *frozenid.split('.')) + '.py' 385 return all(n.isidentifier() for n in modname.split('.')) 390 pkgdir = os.path.join(STDLIB_DIR, *pkgname.split('.')) 441 return os.path.join(pathentry, *modname.split('.'), '__init__.py') 442 return os.path.join(pathentry, *modname.split('.')) + '.py'
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_merge_regs.c | 55 * register allocation we may have to split the live interval. 120 value.offset += instr->split.off * reg_elem_size(value.reg); in chase_copies() 378 struct ir3_instruction *split) in aggressive_coalesce_split() 380 try_merge_defs(live, split->srcs[0]->def, split->dsts[0], in aggressive_coalesce_split() 381 split->split.off * reg_elem_size(split->dsts[0])); in aggressive_coalesce_split() 559 /* Second pass: aggressively coalesce parallelcopy, split, collect */ in ir3_merge_regs() 377 aggressive_coalesce_split(struct ir3_liveness *live, struct ir3_instruction *split) aggressive_coalesce_split() argument
|
/applications/standard/contacts_data/ability/sinicization/src/ |
H A D | construction_name.cpp | 39 std::wstring split(L"||"); in GetConstructionName() 40 std::wstring initials = characterTransliterate.Join(container.initialsContainer_, split); in GetConstructionName() 41 std::wstring nameFullFight = characterTransliterate.Join(container.nameFullFightContainer_, split); in GetConstructionName()
|
/third_party/astc-encoder/Test/ |
H A D | astc_size_binary.py | 70 size = float(line.split()[1]) 105 parts = line.split() 121 parts = line.split()
|
/third_party/node/lib/internal/ |
H A D | v8_prof_polyfill.js | 127 firstLine = firstLine.split(','); 128 const curVer = expected.split(/[.-]/); 159 filtered = filtered.split('\n');
|
/third_party/node/tools/configure.d/ |
H A D | nodedownload.py | 84 packedsuffix = packedfile.lower().split('.')[-1] # .zip, .tgz etc 107 theOpts = set(opt.split(',')) 118 for anOpt in opt.split(','):
|
/third_party/node/deps/v8/tools/ignition/ |
H A D | linux_perf_bytecode_annotate.py | 57 symbol_and_offset = line.split(" ", 1)[1] 63 yield int(symbol_and_offset.split("+", 1)[1], 16) 103 disassembly_offset = int(line.split()[1])
|