HomeSort by relevance Sort by last modified time
    Searched refs:clast (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/
cloog.h 59 #include <cloog/clast.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
cloog.h 59 #include <cloog/clast.h>
  /ndk/tests/device/test-gnustl-full/unit/
find_test.cpp 133 const char *clast = find(cpstr, cpstr + str_size, 'x'); local
134 CPPUNIT_ASSERT( clast == cpstr + str_size );
  /ndk/tests/device/test-stlport/unit/
find_test.cpp 133 const char *clast = find(cpstr, cpstr + str_size, 'x'); local
134 CPPUNIT_ASSERT( clast == cpstr + str_size );
  /external/libvncserver/x11vnc/
xrecord.c 1666 Window focus, wm, c, clast; local
    [all...]
win_utils.c 500 Window r, c, clast = None;
549 clast = c;
552 if (XFetchName(dpy, clast, &name) && name != NULL) {
568 if (XGetClassHint(dpy, clast, classhint)) {
610 return clast;

Completed in 301 milliseconds