Searched refs:bits_limit (Results 1 – 2 of 2) sorted by relevance
130 typeset -i bits_limit=$3159 (( (( bits_limit & 2 )) == 0 )) ; then163 (( (( bits_limit & 1 )) == 0 )) ; then
693 uint32_t bits, bits_limit, i, *map, min_alloc, size; in pcib_alloc() local700 bits_limit = sc->sc_io_size / min_alloc; in pcib_alloc()706 bits_limit = sc->sc_mem_size / min_alloc; in pcib_alloc()714 for (i = 0; i + bits <= bits_limit; i += bits) in pcib_alloc()