/netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
H A D | r600_blit.c | 1717 int max_bytes; in r600_blit_copy() local 1728 max_bytes = 8192; in r600_blit_copy() 1739 h = (cur_size / max_bytes); in r600_blit_copy() 1745 cur_size = max_bytes; in r600_blit_copy() 1747 if (cur_size > max_bytes) in r600_blit_copy() 1748 cur_size = max_bytes; in r600_blit_copy() 1749 if (cur_size > (max_bytes - dst_x)) in r600_blit_copy() 1750 cur_size = (max_bytes - dst_x); in r600_blit_copy() 1751 if (cur_size > (max_bytes - src_x)) in r600_blit_copy() 1752 cur_size = (max_bytes - src_x); in r600_blit_copy() [all …]
|
/netbsd-src/external/bsd/wpa/dist/src/wps/ |
H A D | httpread.c | 56 int max_bytes; /* maximum file size else abort it */ member 169 if (h->content_length < 0 || h->content_length > h->max_bytes) { in httpread_hdr_option_analyze() 329 h->max_bytes = 0; in httpread_hdr_analyze() 337 h->max_bytes = 0; in httpread_hdr_analyze() 450 if (h->max_bytes == 0) { in httpread_read_handler() 491 if (h->body_nbytes >= h->max_bytes) { in httpread_read_handler() 494 h->body_nbytes, h->max_bytes); in httpread_read_handler() 507 new_alloc_nbytes > h->max_bytes + in httpread_read_handler() 513 h->max_bytes); in httpread_read_handler() 548 h->chunk_size > h->max_bytes) { in httpread_read_handler() [all …]
|
H A D | httpread.h | 74 int max_bytes, /* maximum file size else abort it */
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | radeon_atombios_i2c.c | 112 int i, remaining, current_count, buffer_offset, max_bytes, ret; in radeon_atom_hw_i2c_xfer() local 133 max_bytes = ATOM_MAX_HW_I2C_READ; in radeon_atom_hw_i2c_xfer() 136 max_bytes = ATOM_MAX_HW_I2C_WRITE; in radeon_atom_hw_i2c_xfer() 140 if (remaining > max_bytes) in radeon_atom_hw_i2c_xfer() 141 current_count = max_bytes; in radeon_atom_hw_i2c_xfer()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | amdgpu_atombios_i2c.c | 119 int i, remaining, current_count, buffer_offset, max_bytes, ret; in amdgpu_atombios_i2c_xfer() local 140 max_bytes = ATOM_MAX_HW_I2C_READ; in amdgpu_atombios_i2c_xfer() 143 max_bytes = ATOM_MAX_HW_I2C_WRITE; in amdgpu_atombios_i2c_xfer() 147 if (remaining > max_bytes) in amdgpu_atombios_i2c_xfer() 148 current_count = max_bytes; in amdgpu_atombios_i2c_xfer()
|
H A D | amdgpu_vram_mgr.c | 341 uint64_t vis_usage = 0, mem_bytes, max_bytes; in amdgpu_vram_mgr_new() local 349 max_bytes = adev->gmc.mc_vram_size; in amdgpu_vram_mgr_new() 351 max_bytes -= AMDGPU_VM_RESERVED_VRAM; in amdgpu_vram_mgr_new() 355 if (atomic64_add_return(mem_bytes, &mgr->usage) > max_bytes) { in amdgpu_vram_mgr_new()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-string.cc | 941 HOST_WIDE_INT max_bytes; in expand_compare_loop() local 947 max_bytes = 0; in expand_compare_loop() 949 max_bytes = 128; in expand_compare_loop() 952 max_bytes = 32; in expand_compare_loop() 954 max_bytes = 128; in expand_compare_loop() 958 max_bytes = 0; in expand_compare_loop() 961 max_bytes = 128; in expand_compare_loop() 963 max_bytes = 64; in expand_compare_loop() 968 max_bytes = 191; in expand_compare_loop() 970 max_bytes = 0; in expand_compare_loop() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-string.c | 941 HOST_WIDE_INT max_bytes; in expand_compare_loop() local 947 max_bytes = 0; in expand_compare_loop() 949 max_bytes = 128; in expand_compare_loop() 952 max_bytes = 32; in expand_compare_loop() 954 max_bytes = 128; in expand_compare_loop() 958 max_bytes = 0; in expand_compare_loop() 961 max_bytes = 128; in expand_compare_loop() 963 max_bytes = 64; in expand_compare_loop() 968 max_bytes = 191; in expand_compare_loop() 970 max_bytes = 0; in expand_compare_loop() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RAND_load_file.pod | 11 int RAND_load_file(const char *filename, long max_bytes); 20 adds them to the PRNG. If B<max_bytes> is nonnegative, 21 up to B<max_bytes> are read; 22 if B<max_bytes> is -1, the complete file is read.
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | RAND_load_file.pod | 11 int RAND_load_file(const char *filename, long max_bytes); 20 adds them to the PRNG. If B<max_bytes> is nonnegative, 21 up to B<max_bytes> are read; 22 if B<max_bytes> is -1, the complete file is read.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | tc-riscv.h | 150 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes) argument
|
H A D | tc-i386.h | 269 unsigned int max_bytes; member 295 (FRAGP)->tc_frag_data.max_bytes = (MAX_BYTES); \ 322 && (unsigned int) __count <= fragP->tc_frag_data.max_bytes) \
|
H A D | tc-aarch64.h | 182 #define TC_FRAG_INIT(fragp, max_bytes) aarch64_init_frag (fragp, max_bytes) argument
|
H A D | tc-arm.h | 232 #define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes) argument
|
H A D | tc-rl78.h | 56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) argument
|
H A D | tc-rx.h | 68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp) argument
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | tc-riscv.h | 167 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes) argument
|
H A D | tc-i386.h | 316 unsigned int max_bytes; member 346 (FRAGP)->tc_frag_data.max_bytes = (MAX_BYTES); \ 376 && (unsigned int) __count <= fragP->tc_frag_data.max_bytes) \
|
H A D | tc-aarch64.h | 184 #define TC_FRAG_INIT(fragp, max_bytes) aarch64_init_frag (fragp, max_bytes) argument
|
H A D | tc-arm.h | 231 #define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes) argument
|
H A D | tc-rl78.h | 56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) argument
|
H A D | tc-rx.h | 68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp) argument
|
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_audio_component.h | 63 unsigned char *buf, int max_bytes);
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | rand.h | 53 int RAND_load_file(const char *file, long max_bytes);
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | rand.h | 98 int RAND_load_file(const char *file, long max_bytes);
|