Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dmacro.h130 #define PTR_TO_UINT(p) ((unsigned int) ((uintptr_t) (p))) macro
/third_party/libdrm/amdgpu/
Damdgpu_device.c44 #define PTR_TO_UINT(x) ((unsigned)((intptr_t)(x))) macro