Searched refs:Z_POW2_CEIL (Results 1 – 9 of 9) sorted by relevance
29 char static_array1[Z_POW2_CEIL(1)];30 char static_array2[Z_POW2_CEIL(2)];31 char static_array3[Z_POW2_CEIL(3)];32 char static_array4[Z_POW2_CEIL(4)];33 char static_array5[Z_POW2_CEIL(5)];34 char static_array7[Z_POW2_CEIL(7)];35 char static_array8[Z_POW2_CEIL(8)];36 char static_array9[Z_POW2_CEIL(9)];60 unsigned int result = Z_POW2_CEIL(x); in test_pow2_ceil_x()
243 #define ARCH_THREAD_STACK_OBJ_ALIGN(size) Z_POW2_CEIL(size)244 #define ARCH_THREAD_STACK_SIZE_ADJUST(size) Z_POW2_CEIL(size)
52 Z_POW2_CEIL(MAX(sizeof(z_arch_esf_t) + CONFIG_PMP_STACK_GUARD_MIN_SIZE, \119 Z_POW2_CEIL(MAX(MAX(size, CONFIG_PRIVILEGED_STACK_SIZE), \
46 uint32_t mask = MAX(128, Z_POW2_CEIL(4 * (16 + CONFIG_NUM_IRQS))) - 1; in ZTEST()
203 Z_POW2_CEIL(ROUND_UP((size), Z_ARC_MPU_ALIGN))
63 # define HEAP_ALIGN Z_POW2_CEIL(MAX(sizeof(double), Z_RISCV_STACK_GUARD_SIZE))
141 Z_POW2_CEIL(COND_CODE_1(CONFIG_CBPRINTF_PACKAGE_LONGDOUBLE, \
620 #define Z_POW2_CEIL(x) \ macro
736 :c:macro:`Z_POW2_CEIL()`. :c:macro:`K_THREAD_STACK_RESERVED` must be 0.