HomeSort by: relevance | last modified time | path
    Searched refs:target_size (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
sym-file.exp 36 set target_size TARGET_UNKNOWN
38 set target_size TARGET_LP64
40 set target_size TARGET_ILP32
56 set exec_opts [list debug "additional_flags= -I$srcdir/../../include/ -D$target_size\
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
sym-file.exp 36 set target_size TARGET_UNKNOWN
38 set target_size TARGET_LP64
40 set target_size TARGET_ILP32
56 set exec_opts [list debug "additional_flags= -I$srcdir/../../include/ -D$target_size\
  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
amdgpu_hdcp_log.c 43 uint32_t target_size = (byte_size * bytes_per_line + newline_size) * line_count + local
48 if (buf_size >= target_size) {
  /src/external/mpl/bind/dist/lib/dns/include/dns/
journal.h 306 uint32_t flags, uint32_t target_size);
308 * Attempt to compact the journal if it is greater that 'target_size'.
310 * that may be dropped in order to get the journal below `target_size`.
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
journal.h 307 uint32_t flags, uint32_t target_size);
309 * Attempt to compact the journal if it is greater that 'target_size'.
311 * that may be dropped in order to get the journal below `target_size`.
  /src/external/bsd/libbind/dist/isc/
memcluster.c 136 meminit(size_t init_max_size, size_t target_size) {
149 if (target_size == 0U)
152 mem_target = target_size;
  /src/external/mpl/bind/dist/lib/dns/
master.c 275 isc_buffer_init(&target, target_mem, target_size); \
783 int target_size = MINTSIZ; /* only one rdata at a time */ local
798 target_mem = isc_mem_get(lctx->mctx, target_size);
805 isc_buffer_init(&target, target_mem, target_size);
887 isc_buffer_init(&target, target_mem, target_size);
926 isc_mem_put(lctx->mctx, target_mem, target_size);
1059 int target_size = TSIZ; local
1084 * Allocate target_size of buffer space. This is greater than twice
1087 target_mem = isc_mem_get(mctx, target_size);
1088 isc_buffer_init(&target, target_mem, target_size);
2365 int target_size = TSIZ; local
    [all...]
journal.c 2446 uint32_t flags, uint32_t target_size) {
2522 if (target_size < DNS_JOURNAL_SIZE_MIN) {
2523 target_size = DNS_JOURNAL_SIZE_MIN;
2525 if (target_size < indexend * 2) {
2526 target_size = target_size / 2 + indexend;
2532 if (!rewrite && (uint32_t)j1->header.end.offset < target_size) {
2543 if (target_size >= indexend) {
2544 target_size -= indexend;
2555 target_size / 2) &
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
configure 15834 target_size=32
15839 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15840 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15841 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15842 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15843 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
15844 aarch64_pei_le_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
15845 aarch64_pe_le_vec) tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
15846 aarch64_pe_bigobj_le_vec) tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
15847 alpha_ecoff_le_vec) tb="$tb coff-alpha.lo ecoff.lo $ecoff"; target_size=64 ;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
configure 15473 target_size=32
15478 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15479 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15480 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15481 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15482 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15483 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15484 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
15485 aarch64_pei_le_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
15486 aarch64_pe_le_vec) tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
configure 15814 target_size=32
15819 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15820 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15821 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15822 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15823 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15824 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15825 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
15826 aarch64_pei_le_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
15827 aarch64_pe_le_vec) tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
configure 15816 target_size=32
15821 aarch64_elf32_be_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15822 aarch64_elf32_le_vec) tb="$tb elf32-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf32.lo $elf"; target_size=64 ;;
15823 aarch64_elf64_be_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15824 aarch64_elf64_be_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15825 aarch64_elf64_le_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15826 aarch64_elf64_le_cloudabi_vec) tb="$tb elf64-aarch64.lo elfxx-aarch64.lo elf-ifunc.lo elf64.lo $elf"; target_size=64 ;;
15827 aarch64_mach_o_vec) tb="$tb mach-o-aarch64.lo"; target_size=64 ;;
15828 aarch64_pei_le_vec) tb="$tb pei-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;;
15829 aarch64_pe_le_vec) tb="$tb pe-aarch64.lo pe-aarch64igen.lo $coff"; target_size=64 ;
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
journal.c 2464 uint32_t flags, uint32_t target_size) {
2539 if (target_size < DNS_JOURNAL_SIZE_MIN) {
2540 target_size = DNS_JOURNAL_SIZE_MIN;
2542 if (target_size < indexend * 2) {
2543 target_size = target_size / 2 + indexend;
2549 if (!rewrite && (uint32_t)j1->header.end.offset < target_size) {
2560 if (target_size >= indexend) {
2561 target_size -= indexend;
2572 target_size / 2) &
    [all...]
master.c 272 isc_buffer_init(&target, target_mem, target_size); \
819 int target_size = MINTSIZ; /* only one rdata at a time */ local
834 target_mem = isc_mem_get(lctx->mctx, target_size);
841 isc_buffer_init(&target, target_mem, target_size);
923 isc_buffer_init(&target, target_mem, target_size);
962 isc_mem_put(lctx->mctx, target_mem, target_size);
1096 int target_size = TSIZ; local
1122 * Allocate target_size of buffer space. This is greater than twice
1125 target_mem = isc_mem_get(mctx, target_size);
1126 isc_buffer_init(&target, target_mem, target_size);
2428 int target_size = TSIZ; local
    [all...]
  /src/external/lgpl2/userspace-rcu/dist/src/
rculfhash.c 2238 unsigned long target_size = size << growth; local
2240 target_size = min(target_size, ht->max_nr_buckets);
2241 if (resize_target_grow(ht, target_size) >= target_size)
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 9040 get_text_align_power (unsigned target_size)
9042 if (target_size <= 4)
9045 if (target_size <= 8)
9048 if (target_size <= 16)
9051 if (target_size <= 32)
9054 if (target_size <= 64)
9057 if (target_size <= 128)
9060 if (target_size <= 256)
9063 if (target_size <= 512)
9066 if (target_size <= 1024
9286 int target_size; local
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 9040 get_text_align_power (unsigned target_size)
9042 if (target_size <= 4)
9045 if (target_size <= 8)
9048 if (target_size <= 16)
9051 if (target_size <= 32)
9054 if (target_size <= 64)
9057 if (target_size <= 128)
9060 if (target_size <= 256)
9063 if (target_size <= 512)
9066 if (target_size <= 1024
9286 int target_size; local
    [all...]
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 1470 size_t target_size = 0; local
1486 if(!read_var_sized(a, &target_size, NULL))
1488 *extra_data_size -= target_size + 1;
1490 if(target_size > (MAX_NAME_IN_CHARS - 1)) {
1496 if(target_size == 0) {
1502 if(!read_ahead(a, target_size, &p))
1505 memcpy(target_utf8_buf, p, target_size);
1506 target_utf8_buf[target_size] = 0;
1508 if(ARCHIVE_OK != consume(a, (int64_t)target_size))
  /src/crypto/external/apache2/openssl/dist/test/
quic_txp_test.c 1682 size_t target_size = dyn_script_1_start_from + (size_t)idx; local
1683 int expect_handshake_pkt_in_same_dgram = (target_size <= 1115);
1685 dyn_script_1[dyn_script_1_crypto_idx].buf_len = target_size;
1697 TEST_error("failed dyn script 1 with target size %zu", target_size);
  /src/external/gpl3/gdb/dist/gdb/stubs/
m32r-stub.c 1135 unsigned long target_size; /* the size of the target instr */ member in struct:STEPPING_CONTEXT
  /src/external/gpl3/gdb.old/dist/gdb/stubs/
m32r-stub.c 1135 unsigned long target_size; /* the size of the target instr */ member in struct:STEPPING_CONTEXT
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 953 int target_size = GET_MODE_BITSIZE (GET_MODE (target));
954 machine_mode mode = int_mode_for_size (target_size, 0).require ();
961 if (target_size > compare_size)
966 else if (target_size < compare_size)
969 (compare_size - target_size) / BITS_PER_UNIT);
950 int target_size = GET_MODE_BITSIZE (GET_MODE (target)); local
  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 1927 unsigned int target_size
1936 = (backwards ? target_size / UNITS_PER_WORD - i - 1 : i);
1966 if (target_size > nwords * UNITS_PER_WORD)
1970 total_words = target_size / UNITS_PER_WORD;
1923 unsigned int target_size local
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 1914 unsigned int target_size
1923 = (backwards ? target_size / UNITS_PER_WORD - i - 1 : i);
1952 if (target_size > nwords * UNITS_PER_WORD)
1956 total_words = target_size / UNITS_PER_WORD;
1910 unsigned int target_size local
  /src/external/gpl3/gcc.old/dist/libgomp/
target.c 2154 uintptr_t target_size = target_var->end - target_var->start; local
2157 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size)

Completed in 131 milliseconds

1 2