OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_bits
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/mips/cavium/dev/
octeon_cib.c
115
u_int
max_bits
;
local in function:octeon_cib_attach
139
if (of_getprop_uint32(phandle, "cavium,max-bits", &
max_bits
) != 0) {
143
if (
max_bits
== 0 ||
max_bits
> 64) {
148
sc->sc_intr = kmem_zalloc(sizeof(*sc->sc_intr) *
max_bits
, KM_SLEEP);
149
sc->sc_nintr =
max_bits
;
/src/lib/libresolv/
support.c
79
*
max_bits
The maximum possible significant bits.
85
dst_s_calculate_bits(const u_char *str, const int
max_bits
)
90
for (bits =
max_bits
; *p == 0x00 && bits > 0; p++)
dst_internal.h
130
int dst_s_calculate_bits( const u_int8_t *str, const int
max_bits
);
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vm.h
433
unsigned
max_bits
);
amdgpu_vm.c
2691
* @
max_bits
: max address space size in bits
2696
unsigned
max_bits
)
2698
unsigned int max_size = 1 << (
max_bits
- 30);
2759
min((unsigned)amdgpu_vm_block_size,
max_bits
Completed in 17 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025