Home
last modified time | relevance | path

Searched refs:max_bytes (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/sys/external/bsd/drm/dist/shared-core/
H A Dr600_blit.c1717 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 Dhttpread.c56 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 Dhttpread.h74 int max_bytes, /* maximum file size else abort it */
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios_i2c.c112 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 Damdgpu_atombios_i2c.c119 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 Damdgpu_vram_mgr.c341 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 Drs6000-string.cc941 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 Drs6000-string.c941 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 DRAND_load_file.pod11 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 DRAND_load_file.pod11 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 Dtc-riscv.h150 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes) argument
H A Dtc-i386.h269 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 Dtc-aarch64.h182 #define TC_FRAG_INIT(fragp, max_bytes) aarch64_init_frag (fragp, max_bytes) argument
H A Dtc-arm.h232 #define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes) argument
H A Dtc-rl78.h56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) argument
H A Dtc-rx.h68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp) argument
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-riscv.h167 #define TC_FRAG_INIT(fragp, max_bytes) riscv_init_frag (fragp, max_bytes) argument
H A Dtc-i386.h316 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 Dtc-aarch64.h184 #define TC_FRAG_INIT(fragp, max_bytes) aarch64_init_frag (fragp, max_bytes) argument
H A Dtc-arm.h231 #define TC_FRAG_INIT(fragp, max_bytes) arm_init_frag (fragp, max_bytes) argument
H A Dtc-rl78.h56 #define TC_FRAG_INIT(fragp, max_bytes) rl78_frag_init (fragp) argument
H A Dtc-rx.h68 #define TC_FRAG_INIT(fragp, max_bytes) rx_frag_init (fragp) argument
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_audio_component.h63 unsigned char *buf, int max_bytes);
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h53 int RAND_load_file(const char *file, long max_bytes);
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h98 int RAND_load_file(const char *file, long max_bytes);

123