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

1 2 3

  /src/external/gpl3/gdb.old/dist/gdbsupport/
errors.cc 92 std::string combined = perror_string (string, errnum); local
94 error (_("%s."), combined.c_str ());
errors.cc 92 std::string combined = perror_string (string, errnum); local
94 error (_("%s."), combined.c_str ());
  /src/external/gpl3/gdb/dist/gdbsupport/
errors.cc 92 std::string combined = perror_string (string, errnum); local
94 error (_("%s."), combined.c_str ());
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 567 char combined[2048]; local
579 snprintf(combined, sizeof(combined), "%s%s", host, file);
588 printf("%s requests %s\n", out, combined);
592 provide_file_10(ssl, combined);
593 else provide_file_chunked(ssl, combined);
petal.c 567 char combined[2048]; local
579 snprintf(combined, sizeof(combined), "%s%s", host, file);
588 printf("%s requests %s\n", out, combined);
592 provide_file_10(ssl, combined);
593 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
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;
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;
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;
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
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;
  /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
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
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 947 bool combined = false; local
969 combined = true;
976 else if (combined || next < last)
980 combined = true;
i386-gen.c 947 bool combined = false; local
969 combined = true;
976 else if (combined || next < last)
980 combined = true;
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 977 bool combined = false; local
999 combined = true;
1006 else if (combined || next < last)
1010 combined = true;
i386-gen.c 977 bool combined = false; local
999 combined = true;
1006 else if (combined || next < last)
1010 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...]

Completed in 115 milliseconds

1 2 3