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

1 2

  /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) {
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/gpl3/gdb/dist/gdb/
ui-style.c 235 int target_size = 0; variable
239 target_size = 8;
242 target_size = 16;
245 target_size = 256;
249 if (is_simple() && m_value < target_size)
257 for (int i = 0; i < target_size; ++i)
ui-style.c 235 int target_size = 0; variable
239 target_size = 8;
242 target_size = 16;
245 target_size = 256;
249 if (is_simple() && m_value < target_size)
257 for (int i = 0; i < target_size; ++i)
  /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
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
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/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)
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)
  /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)
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/mpl/dhcp/bind/dist/lib/dns/
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...]
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/mpl/bind/dist/lib/dns/
master.c 277 isc_buffer_init(&target, target_mem, target_size); \
764 int target_size = MINTSIZ; /* only one rdata at a time */ local
779 target_mem = isc_mem_get(lctx->mctx, target_size);
786 isc_buffer_init(&target, target_mem, target_size);
868 isc_buffer_init(&target, target_mem, target_size);
907 isc_mem_put(lctx->mctx, target_mem, target_size);
1040 int target_size = TSIZ; local
1065 * Allocate target_size of buffer space. This is greater than twice
1068 target_mem = isc_mem_get(mctx, target_size);
1069 isc_buffer_init(&target, target_mem, target_size);
2346 int target_size = TSIZ; local
    [all...]
master.c 277 isc_buffer_init(&target, target_mem, target_size); \
764 int target_size = MINTSIZ; /* only one rdata at a time */ local
779 target_mem = isc_mem_get(lctx->mctx, target_size);
786 isc_buffer_init(&target, target_mem, target_size);
868 isc_buffer_init(&target, target_mem, target_size);
907 isc_mem_put(lctx->mctx, target_mem, target_size);
1040 int target_size = TSIZ; local
1065 * Allocate target_size of buffer space. This is greater than twice
1068 target_mem = isc_mem_get(mctx, target_size);
1069 isc_buffer_init(&target, target_mem, target_size);
2346 int target_size = TSIZ; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quic_txp_test.c 1668 size_t target_size = dyn_script_1_start_from + (size_t)idx; local
1669 int expect_handshake_pkt_in_same_dgram = (target_size <= 1115);
1671 dyn_script_1[dyn_script_1_crypto_idx].buf_len = target_size;
1683 TEST_error("failed dyn script 1 with target size %zu", target_size);
quic_txp_test.c 1668 size_t target_size = dyn_script_1_start_from + (size_t)idx; local
1669 int expect_handshake_pkt_in_same_dgram = (target_size <= 1115);
1671 dyn_script_1[dyn_script_1_crypto_idx].buf_len = target_size;
1683 TEST_error("failed dyn script 1 with target size %zu", target_size);
  /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
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
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/dist/libgomp/
target.c 2428 uintptr_t target_size = target_var->end - target_var->start; local
2431 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size)
target.c 2428 uintptr_t target_size = target_var->end - target_var->start; local
2431 if (!is_link_var && (uintptr_t) host_var_table[i * 2 + 1] != target_size)
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_rar5.c 1474 size_t target_size = 0; local
1490 if(!read_var_sized(a, &target_size, NULL))
1492 *extra_data_size -= target_size + 1;
1494 if(target_size > (MAX_NAME_IN_CHARS - 1)) {
1500 if(target_size == 0) {
1506 if(!read_ahead(a, target_size, &p))
1509 memcpy(target_utf8_buf, p, target_size);
1510 target_utf8_buf[target_size] = 0;
1512 if(ARCHIVE_OK != consume(a, (int64_t)target_size))

Completed in 149 milliseconds

1 2