Home
last modified time | relevance | path

Searched refs:IS_POWER_OF_TWO (Results 1 – 12 of 12) sorted by relevance

/optee_os/out/arm/export-ta_arm32/host_include/
A Dutil.h96 #define IS_POWER_OF_TWO(x) (((x) != 0) && (((x) & (~(x) + 1)) == (x))) macro
/optee_os/out/arm/export-ta_arm64/include/
A Dutil.h96 #define IS_POWER_OF_TWO(x) (((x) != 0) && (((x) & (~(x) + 1)) == (x))) macro
/optee_os/out/arm/export-ta_arm64/host_include/
A Dutil.h96 #define IS_POWER_OF_TWO(x) (((x) != 0) && (((x) & (~(x) + 1)) == (x))) macro
/optee_os/lib/libutils/ext/include/
A Dutil.h96 #define IS_POWER_OF_TWO(x) (((x) != 0) && (((x) & (~(x) + 1)) == (x))) macro
/optee_os/out/arm/export-ta_arm32/include/
A Dutil.h96 #define IS_POWER_OF_TWO(x) (((x) != 0) && (((x) & (~(x) + 1)) == (x))) macro
/optee_os/core/mm/
A Dvm.c231 if (!IS_POWER_OF_TWO(granul)) in umap_add_region()
1164 assert(!granule || IS_POWER_OF_TWO(granule)); in tee_mmu_user_va2pa_attr()
1205 assert(!granule || IS_POWER_OF_TWO(granule)); in vm_pa2va()
A Dmobj.c389 assert(IS_POWER_OF_TWO(granule)); in mobj_shm_get_phys_offs()
A Dfobj.c146 COMPILE_TIME_ASSERT(IS_POWER_OF_TWO(sizeof(struct rwp_state_padded))); in rwp_paged_iv_alloc()
/optee_os/lib/libutils/isoc/
A Dbget_malloc.c355 if (!alignment || !IS_POWER_OF_TWO(alignment)) in raw_memalign()
A Dbget.c628 if (align < 0 || (align > 0 && !IS_POWER_OF_TWO((unsigned long)align)))
/optee_os/core/drivers/
A Dstm32_i2c.c872 assert(IS_POWER_OF_TWO(bit_mask) && !(awaited_value & ~1U)); in wait_isr_event()
/optee_os/ldelf/
A Dta_elf.c908 !IS_POWER_OF_TWO(align)) in parse_property_segment()

Completed in 23 milliseconds