| /src/external/bsd/jemalloc/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/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/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;
|
| amdgpu_vram_mgr.c | 341 uint64_t vis_usage = 0, mem_bytes, max_bytes; local 349 max_bytes = adev->gmc.mc_vram_size; 351 max_bytes -= AMDGPU_VM_RESERVED_VRAM; 355 if (atomic64_add_return(mem_bytes, &mgr->usage) > max_bytes) {
|
| amdgpu_ttm.c | 2251 uint32_t max_bytes; local 2261 max_bytes = adev->mman.buffer_funcs->copy_max_bytes; 2262 num_loops = DIV_ROUND_UP(byte_count, max_bytes); 2284 uint32_t cur_size_in_bytes = min(byte_count, max_bytes); 2318 uint32_t max_bytes = adev->mman.buffer_funcs->fill_max_bytes; local 2345 num_loops += DIV_ROUND_UP_ULL(byte_count, max_bytes); 2377 max_bytes);
|
| /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/dev/ic/ |
| rtl81x9.c | 919 uint16_t rx_bytes, max_bytes; local 929 max_bytes = (RTK_RXBUFLEN - cur_rx) + limit; 931 max_bytes = limit - cur_rx; 992 if (rx_bytes > max_bytes)
|
| /src/external/bsd/wpa/dist/src/wps/ |
| 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/cddl/osnet/dist/uts/common/fs/zfs/ |
| vdev_queue.c | 545 uint64_t max_bytes = zfs_dirty_data_max * local 558 if (dirty > max_bytes) 563 * slope = (max_writes - min_writes) / (max_bytes - min_bytes) 570 (max_bytes - min_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/external/gpl3/binutils/dist/gas/config/ |
| 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 \
|
| tc-loongarch.c | 1236 unsigned max_bytes = 8; /* Branch and jump instructions. */ local 1244 append_relaxed_branch_insn (ip, max_bytes, min_bytes,
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| 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 \
|
| tc-loongarch.c | 1218 unsigned max_bytes = 8; /* Branch and jump instructions. */ local 1226 append_relaxed_branch_insn (ip, max_bytes, min_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...] |
| /src/external/gpl3/gcc.old/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; 968 max_bytes = 191; 970 max_bytes = 0 2017 unsigned HOST_WIDE_INT max_bytes = rs6000_block_compare_inline_limit; local [all...] |