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

  /external/mesa3d/src/egl/main/
egldriver.c 104 library_suffix(void) function
129 library_suffix(void) function
339 if (library_suffix()) {
340 const char *suffix = library_suffix();
  /external/llvm/cmake/
config-ix.cmake 125 string(TOUPPER ${library} library_suffix)
126 check_library_exists(${library} setupterm "" HAVE_TERMINFO_${library_suffix})
127 if(HAVE_TERMINFO_${library_suffix})

Completed in 301 milliseconds