Home
last modified time | relevance | path

Searched refs:start_bit (Results 1 – 2 of 2) sorted by relevance

/lib/
A Dpacking_test.c13 size_t start_bit; member
42 .start_bit = 95,
51 .start_bit = 95,
60 .start_bit = 95,
69 .start_bit = 95,
78 .start_bit = 95,
87 .start_bit = 95,
96 .start_bit = 95,
105 .start_bit = 95,
119 .start_bit = 95,
[all …]
A Dgenalloc.c301 start_bit = 0; in gen_pool_alloc_algo_owner()
304 start_bit = algo(chunk->bits, end_bit, start_bit, in gen_pool_alloc_algo_owner()
306 if (start_bit >= end_bit) in gen_pool_alloc_algo_owner()
701 unsigned long start_bit; in gen_pool_fixed_alloc() local
711 if (start_bit != offset_bit) in gen_pool_fixed_alloc()
712 start_bit = size; in gen_pool_fixed_alloc()
713 return start_bit; in gen_pool_fixed_alloc()
758 unsigned long start_bit = size; in gen_pool_best_fit() local
768 start_bit = index; in gen_pool_best_fit()
770 return start_bit; in gen_pool_best_fit()
[all …]

Completed in 8 milliseconds