Searched refs:common_prefix (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/ |
| D | update_mca_test_checks.py | 121 def _break_down_block(block_info, common_prefix): argument 160 result.append((common_prefix, line[0])) 265 def _get_block_infos(run_infos, test_path, args, common_prefix): # noqa argument 381 if common_prefix and len(block_infos[block_num]) > 1: 387 breakdown = _break_down_block(block_infos[block_num], common_prefix) 394 def _write_block(output, block, not_prefix_set, common_prefix, prefix_pad): argument 415 if num_lines_of_prefix > 1 or any(p == common_prefix 435 args, common_prefix, prefix_pad): argument 482 common_prefix, 504 common_prefix, [all …]
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBCommandInterpreter.cpp | 266 std::string common_prefix = lldb_matches.LongestCommonPrefix(); in HandleCompletionWithDescriptions() local 268 common_prefix.erase(0, partial_name_len); in HandleCompletionWithDescriptions() 274 common_prefix = in HandleCompletionWithDescriptions() 275 Args::EscapeLLDBCommandArgument(common_prefix, quote_char); in HandleCompletionWithDescriptions() 277 common_prefix.push_back(quote_char); in HandleCompletionWithDescriptions() 278 common_prefix.push_back(' '); in HandleCompletionWithDescriptions() 280 lldb_matches.InsertStringAtIndex(0, common_prefix.c_str()); in HandleCompletionWithDescriptions()
|
| /openbsd/src/usr.sbin/unbound/edns-subnet/ |
| D | subnetmod.c | 519 common_prefix(uint8_t *a, uint8_t *b, uint8_t net) in common_prefix() function 589 !common_prefix(s_out->subnet_addr, s_in->subnet_addr, in eval_response()
|
| /openbsd/src/usr.sbin/ldapd/ |
| D | btree.c | 299 static void common_prefix(struct btree *bt, struct btkey *min, 362 common_prefix(struct btree *bt, struct btkey *min, struct btkey *max, in common_prefix() function 1360 common_prefix(bt, &lprefix, &uprefix, &mp->prefix); in find_common_prefix() 2248 common_prefix(bt, &srckey, &dst->prefix, &tmpkey); in btree_move_node() 2398 common_prefix(bt, &src->prefix, &dst->prefix, &dstpfx); in btree_merge()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| D | p784.C | 1184 friend String common_prefix(const String& x, const String& y,
|