Home
last modified time | relevance | path

Searched refs:max_bits (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c178 int max_bits; member
487 int max_bits) in gx_matrix_to_fixed_coeff() argument
510 scale = sizeof(long) * 8 - 1 - max_bits - scale; in gx_matrix_to_fixed_coeff()
529 pfc->max_bits = max_bits; in gx_matrix_to_fixed_coeff()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.h473 unsigned max_bits);
H A Damdgpu_vm.c2100 unsigned max_bits) in amdgpu_vm_adjust_size() argument
2102 unsigned int max_size = 1 << (max_bits - 30); in amdgpu_vm_adjust_size()
2170 min((unsigned)amdgpu_vm_block_size, max_bits in amdgpu_vm_adjust_size()