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

  /bionic/tests/
complex_test.cpp 31 #define __RENAME_LDBL(a,b,c)
  /bionic/libc/include/sys/
cdefs.h 239 * Note that some functions have their __RENAME_LDBL commented out as a sign that although we could
240 * use __RENAME_LDBL it would actually cause the function to be introduced later because the
244 #define __RENAME_LDBL(rewrite,rewrite_api_level,regular_api_level) __INTRODUCED_IN(regular_api_level)
246 #define __RENAME_LDBL(rewrite,rewrite_api_level,regular_api_level) __RENAME(rewrite) __INTRODUCED_IN(rewrite_api_level)

Completed in 56 milliseconds