Searched refs:BYTES2WORDS (Results 1 – 1 of 1) sorted by relevance
16 #define BYTES2WORDS(bytes) (round_up((bytes), sizeof(u32)) / sizeof(u32)) macro46 bn->n_words = BYTES2WORDS(max_size); in rk_bn_alloc()69 if (BYTES2WORDS(size) > bn->n_words) in rk_bn_set_data()