HomeSort by: relevance | last modified time | path
    Searched defs:combined (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdbsupport/
errors.cc 92 std::string combined = perror_string (string, errnum); local
94 error (_("%s."), combined.c_str ());
  /src/external/gpl3/gdb.old/dist/gdbsupport/
errors.cc 92 std::string combined = perror_string (string, errnum); local
94 error (_("%s."), combined.c_str ());
  /src/external/bsd/unbound/dist/testcode/
petal.c 550 char combined[2048]; local
562 snprintf(combined, sizeof(combined), "%s%s", host, file);
571 printf("%s requests %s\n", out, combined);
575 provide_file_10(ssl, combined);
576 else provide_file_chunked(ssl, combined);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 501 Waitcnt combined(const Waitcnt &Other) const { function in struct:llvm::AMDGPU::Waitcnt
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
macos-ioloop.c 400 dispatch_data_t data = NULL, new_data, combined; local
439 combined = dispatch_data_create_concat(data, new_data);
442 data = combined;
478 combined = dispatch_data_create_concat(new_data, data);
481 if (combined == NULL) {
482 ERROR("no memory for combined");
485 data = combined;
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 997 bool combined = false; local
1019 combined = true;
1026 else if (combined || next < last)
1030 combined = true;
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 977 bool combined = false; local
999 combined = true;
1006 else if (combined || next < last)
1010 combined = true;
  /src/external/gpl3/gcc/dist/gcc/
graphite-scop-detection.cc 511 sese_l combined (entry, exit);
513 DEBUG_PRINT (dp << "[merged-sese] s1: "; print_sese (dump_file, combined));
515 return combined;
565 sese_l combined = merge_sese (s, next); local
566 if (! combined
567 || harmful_loop_in_region (combined))
573 s = combined;
803 /* Go through all loops and check that they are still valid in the combined
opts.cc 1249 "%<-fsanitize=pointer-compare%> must be combined with "
1253 "%<-fsanitize=pointer-subtract%> must be combined with "
3892 char *combined = concat (language_string, " ", version_string, " ", local
3895 return combined;
tree-predcom.cc 87 4) The chains are combined together if possible. If the corresponding
88 elements of two chains are always combined together with the same
302 has_max_use_after (false), all_always_accessed (false), combined (false),
309 combined, and the type of the result. */
342 /* True if this chain was combined together with some other chain. */
343 unsigned combined : 1; member in struct:chain
518 /* Checks whether R1 and R2 are combined together using CODE, with the
525 they are combined in a single statement, and returns this statement. */
606 chain->combined ? " (combined)" : "")
    [all...]
genrecog.cc 3161 a new leaf pattern if they fail to match when combined with all child
3665 result in COMBINED and use NEXT as a temporary. */
3667 int_set *combined = &tmp1, *next = &tmp2;
3672 next->safe_grow (trans1->labels.length () + combined->length (), true);
3675 combined->begin (), combined->end (),
3678 std::swap (next, combined);
3683 if (exclude && *combined == *exclude)
3714 belong to *COMBINED - TRANS1->labels. We can then test the
3718 gcc_assert (new_trans->labels != *combined);
3663 int_set *combined = &tmp1, *next = &tmp2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-scop-detection.cc 502 sese_l combined (entry, exit);
504 DEBUG_PRINT (dp << "[merged-sese] s1: "; print_sese (dump_file, combined));
506 return combined;
531 sese_l combined = merge_sese (s, next); local
532 if (! combined
533 || harmful_loop_in_region (combined))
539 s = combined;
700 /* Go through all loops and check that they are still valid in the combined
opts.cc 1203 "%<-fsanitize=pointer-compare%> must be combined with "
1207 "%<-fsanitize=pointer-subtract%> must be combined with "
3740 char *combined = concat (language_string, " ", version_string, " ", local
3743 return combined;
tree-predcom.cc 87 4) The chains are combined together if possible. If the corresponding
88 elements of two chains are always combined together with the same
302 has_max_use_after (false), all_always_accessed (false), combined (false),
309 combined, and the type of the result. */
342 /* True if this chain was combined together with some other chain. */
343 unsigned combined : 1; member in struct:chain
518 /* Checks whether R1 and R2 are combined together using CODE, with the
525 they are combined in a single statement, and returns this statement. */
606 chain->combined ? " (combined)" : "")
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 947 bool combined = false; local
969 combined = true;
976 else if (combined || next < last)
980 combined = true;
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 938 bool combined = false; local
960 combined = true;
967 else if (combined || next < last)
971 combined = true;
  /src/external/gpl3/binutils/dist/bfd/
coffgen.c 2206 combined_entry_type *combined = coffsymbol (symbol)->native; local
2210 fprintf (file, "[%3ld]", (long) (combined - root));
2213 if (combined < obj_raw_syments (abfd)
2214 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd))
2220 BFD_ASSERT (combined->is_sym);
2221 if (! combined->fix_value)
2222 val = (bfd_vma) combined->u.syment.n_value;
2224 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root)
2228 combined->u.syment.n_scnum,
2229 combined->u.syment.n_flags
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
coffgen.c 2198 combined_entry_type *combined = coffsymbol (symbol)->native; local
2202 fprintf (file, "[%3ld]", (long) (combined - root));
2205 if (combined < obj_raw_syments (abfd)
2206 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd))
2212 BFD_ASSERT (combined->is_sym);
2213 if (! combined->fix_value)
2214 val = (bfd_vma) combined->u.syment.n_value;
2216 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root)
2220 combined->u.syment.n_scnum,
2221 combined->u.syment.n_flags
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
coffgen.c 2181 combined_entry_type *combined = coffsymbol (symbol)->native; local
2185 fprintf (file, "[%3ld]", (long) (combined - root));
2188 if (combined < obj_raw_syments (abfd)
2189 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd))
2195 BFD_ASSERT (combined->is_sym);
2196 if (! combined->fix_value)
2197 val = (bfd_vma) combined->u.syment.n_value;
2199 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root)
2203 combined->u.syment.n_scnum,
2204 combined->u.syment.n_flags
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
coffgen.c 2182 combined_entry_type *combined = coffsymbol (symbol)->native; local
2186 fprintf (file, "[%3ld]", (long) (combined - root));
2189 if (combined < obj_raw_syments (abfd)
2190 || combined >= obj_raw_syments (abfd) + obj_raw_syment_count (abfd))
2196 BFD_ASSERT (combined->is_sym);
2197 if (! combined->fix_value)
2198 val = (bfd_vma) combined->u.syment.n_value;
2200 val = (((uintptr_t) combined->u.syment.n_value - (uintptr_t) root)
2204 combined->u.syment.n_scnum,
2205 combined->u.syment.n_flags
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
utils.c 646 std::string combined = perror_string (string);
647 warning (_("%s"), combined.c_str ());
645 std::string combined = perror_string (string); local
  /src/external/gpl3/gdb.old/dist/gdb/
utils.c 643 std::string combined = perror_string (string);
644 warning (_("%s"), combined.c_str ());
642 std::string combined = perror_string (string); local
  /src/external/mit/isl/dist/
isl_map_simplify.c 2536 isl_basic_set *combined = NULL; local
2567 combined = isl_basic_set_cow(isl_basic_set_copy(context));
2568 combined = isl_basic_set_extend_constraints(combined, 0, bset->n_ineq);
2569 tab = isl_tab_from_basic_set(combined, 0);
2579 combined = isl_basic_set_add_ineq(combined, ineq->row[i]);
2597 test = isl_basic_set_dup(combined);
2613 isl_basic_set_free(combined);
2619 isl_basic_set_free(combined);
    [all...]
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 4497 * len = 1: combined = { input[0], 0x01, input[0], input[0] }
4498 * len = 2: combined = { input[1], 0x02, input[0], input[1] }
4499 * len = 3: combined = { input[2], 0x03, input[0], input[1] }
4504 xxh_u32 const combined = ((xxh_u32)c1 << 16) | ((xxh_u32)c2 << 24) local
4507 xxh_u64 const keyed = (xxh_u64)combined ^ bitflip;
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 6136 /* Translate combined OpenACC 'parallel loop', 'kernels loop', 'serial loop'
7579 bool combined = true, free_clausesa = false; local
7602 combined = false;
7625 if (combined)
7707 /* For combined !$omp target teams, the num_teams and

Completed in 102 milliseconds

1 2