Searched refs:DE_PTR_SIZE (Results 1 – 7 of 7) sorted by relevance
96 if (NOT DEFINED DE_PTR_SIZE)98 set(DE_PTR_SIZE ${CMAKE_SIZEOF_VOID_P}) variable100 set(DE_PTR_SIZE 4) variable106 if (DE_PTR_SIZE EQUAL 8)121 #if (NOT ((DE_PTR_SIZE EQUAL 4) OR (DE_PTR_SIZE EQUAL 8)))122 if (DE_PTR_SIZE EQUAL 4)123 elseif (DE_PTR_SIZE EQUAL 8)125 message(FATAL_ERROR "DE_PTR_SIZE (${DE_PTR_SIZE}) is invalid")145 message(STATUS "DE_PTR_SIZE = ${DE_PTR_SIZE}")159 add_definitions("-DDE_PTR_SIZE=${DE_PTR_SIZE}")
165 set(DE_PTR_SIZE 4) variable
38 DE_STATIC_ASSERT(DE_PTR_SIZE == sizeof(void*));41 …= DE_CPU_X86_64 || DE_CPU == DE_CPU_ARM_64 || DE_CPU == DE_CPU_MIPS_64) && (DE_PTR_SIZE == 8)) && \42 …!((DE_CPU == DE_CPU_X86 || DE_CPU == DE_CPU_ARM || DE_CPU == DE_CPU_MIPS) && (DE_PTR_SIZE…
299 #if defined(DE_PTR_SIZE)302 # define DE_PTR_SIZE 8 macro304 # define DE_PTR_SIZE 4 /* default to 32-bit */ macro
435 #if (DE_PTR_SIZE == 4) in dePointerHash()437 #elif (DE_PTR_SIZE == 8) in dePointerHash()
47 …DE_POOL_DEFAULT_ALLOC_ALIGNMENT = DE_PTR_SIZE /*!< Default alignment for pool allocations (in byt…
196 …dInfoStringCase (m_testCtx, "de_ptr_size", "DE_PTR_SIZE", de::toString(DE_PTR_SIZE).c_str())); in init()