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

1 2 3

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
sec_opts.h 26 size_t max_bytes; member in struct:sec_opts_s
31 * net-deallocation keeps bytes_cur very near to max_bytes, so that
50 /* max_bytes */ \
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
sec_opts.h 26 size_t max_bytes; member in struct:sec_opts_s
31 * net-deallocation keeps bytes_cur very near to max_bytes, so that
50 /* max_bytes */ \
  /src/external/lgpl2/userspace-rcu/dist/src/
compat-smp.h 133 * max_bytes: the maximum number of bytes to write in the buffer.
138 static inline int get_cpu_mask_from_sysfs(char *buf, size_t max_bytes, const char *path)
155 max_bytes - total_bytes_read);
166 assert(total_bytes_read <= max_bytes);
167 } while (max_bytes > total_bytes_read && bytes_read != 0);
172 if (total_bytes_read < max_bytes)
175 buf[max_bytes - 1] = '\0';
193 * max_bytes: the maximum number of bytes to write in the buffer.
197 static inline int get_possible_cpu_mask_from_sysfs(char *buf, size_t max_bytes)
199 return get_cpu_mask_from_sysfs(buf, max_bytes,
    [all...]
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
sec_opts.h 27 * until we are 1/4 below max_bytes.
29 size_t max_bytes; member in struct:sec_opts_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
sec_opts.h 27 * until we are 1/4 below max_bytes.
29 size_t max_bytes; member in struct:sec_opts_s
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_i2c.c 112 int i, remaining, current_count, buffer_offset, max_bytes, ret; local
131 /* max_bytes are a limitation of ProcessI2cChannelTransaction not the hw */
133 max_bytes = ATOM_MAX_HW_I2C_READ;
136 max_bytes = ATOM_MAX_HW_I2C_WRITE;
140 if (remaining > max_bytes)
141 current_count = max_bytes;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_audio_component.h 59 * Note that the returned size may be over @max_bytes. Then it
63 unsigned char *buf, int max_bytes);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_i2c.c 119 int i, remaining, current_count, buffer_offset, max_bytes, ret; local
138 /* max_bytes are a limitation of ProcessI2cChannelTransaction not the hw */
140 max_bytes = ATOM_MAX_HW_I2C_READ;
143 max_bytes = ATOM_MAX_HW_I2C_WRITE;
147 if (remaining > max_bytes)
148 current_count = max_bytes;
  /src/external/bsd/wpa/dist/src/wps/
httpread.h 66 * Pass max_bytes == 0 to not read body at all (required for e.g.
74 int max_bytes, /* maximum file size else abort it */
httpread.c 56 int max_bytes; /* maximum file size else abort it */ member in struct:httpread
169 if (h->content_length < 0 || h->content_length > h->max_bytes) {
329 h->max_bytes = 0;
337 h->max_bytes = 0;
450 if (h->max_bytes == 0) {
491 if (h->body_nbytes >= h->max_bytes) {
493 "httpread: body_nbytes=%d >= max_bytes=%d",
494 h->body_nbytes, h->max_bytes);
507 new_alloc_nbytes > h->max_bytes +
510 "httpread: Unacceptable body length %d (body_alloc_nbytes=%u max_bytes=%u)"
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
hpa_sec_integration.c 163 sec_opts.max_bytes = NALLOCS * PAGE;
202 hpa_stats.secstats.bytes, sec_opts.max_bytes, "sec should be full");
211 expect_zu_eq(hpa_stats.secstats.bytes, 0.75 * sec_opts.max_bytes,
221 expect_zu_eq(hpa_stats.secstats.bytes, 0.75 * sec_opts.max_bytes - PAGE,
222 "sec should have max_bytes minus one page that just came from it");
230 expect_zu_eq(hpa_stats.secstats.bytes, 0.75 * sec_opts.max_bytes, "");
sec.c 39 opts.max_bytes = 512 * PAGE;
55 opts.max_bytes = 512 * PAGE;
71 opts.max_bytes = 4 * PAGE;
92 /* Try to overfill and confirm that max_bytes is respected. */
104 stats.bytes, opts.max_bytes, "SEC can't have more than max_bytes");
116 opts.max_bytes = 4 * PAGE;
170 opts.max_bytes = 2 * PAGE;
191 /* Sec can take one more as well and we will be exactly at max_bytes */
198 expect_zu_eq(stats.bytes, opts.max_bytes, "Size should match deallocs")
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-riscv.h 172 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes)
tc-rl78.h 56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp)
tc-rx.h 68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp)
tc-i386.h 319 unsigned int max_bytes; member in struct:i386_tc_frag_data
341 #define TC_FRAG_INIT(fragP, max_bytes) i386_frag_init (fragP, max_bytes)
358 know (fragP->tc_frag_data.max_bytes >= (valueT) __count \
359 || (fragP->tc_frag_data.max_bytes \
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-riscv.h 172 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes)
tc-rl78.h 56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp)
tc-rx.h 68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp)
tc-i386.h 326 unsigned int max_bytes; member in struct:i386_tc_frag_data
346 #define TC_FRAG_INIT(FRAGP, MAX_BYTES) \
356 (FRAGP)->tc_frag_data.max_bytes = (MAX_BYTES); \
387 know (fragP->tc_frag_data.max_bytes >= (valueT) __count \
388 || (fragP->tc_frag_data.max_bytes \
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
rand.h 53 int RAND_load_file(const char *file, long max_bytes);
  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1717 int max_bytes; local
1728 max_bytes = 8192;
1739 h = (cur_size / max_bytes);
1745 cur_size = max_bytes;
1747 if (cur_size > max_bytes)
1748 cur_size = max_bytes;
1749 if (cur_size > (max_bytes - dst_x))
1750 cur_size = (max_bytes - dst_x);
1751 if (cur_size > (max_bytes - src_x))
1752 cur_size = (max_bytes - src_x)
    [all...]
  /src/crypto/external/bsd/openssl/dist/include/openssl/
rand.h 98 int RAND_load_file(const char *file, long max_bytes);
  /src/external/bsd/jemalloc/dist/src/
sec.c 193 if (bin->bytes_cur <= sec->opts.max_bytes) {
198 /* we want to flush 1/4 of max_bytes */
199 size_t bytes_target = sec->opts.max_bytes - (sec->opts.max_bytes >> 2);
280 if (bin->bytes_cur + new_cached_bytes <= sec->opts.max_bytes) {
290 while (bin->bytes_cur + size <= sec->opts.max_bytes) {
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-string.cc 941 HOST_WIDE_INT max_bytes;
947 max_bytes = 0;
949 max_bytes = 128;
952 max_bytes = 32;
954 max_bytes = 128;
958 max_bytes = 0;
961 max_bytes = 128;
963 max_bytes = 64;
969 max_bytes = 191;
971 max_bytes = 0
2015 unsigned HOST_WIDE_INT max_bytes = rs6000_block_compare_inline_limit; local
    [all...]

Completed in 60 milliseconds

1 2 3