HomeSort by relevance Sort by last modified time
    Searched defs:UNCONST (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfilingFile.c 18 #define UNCONST(ptr) ((void *)(uintptr_t)(ptr))
90 free(UNCONST(__llvm_profile_CurrentFilename));
  /external/dhcpcd-6.8.2/
common.h 49 #define UNCONST(a) ((void *)(unsigned long)(const void *)(a))

Completed in 237 milliseconds