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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 103 * Note that WANTED and PRESENT are not simple inverses! If a capability
107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
114 if (PRESENT(q) && !PRESENT(p)) \
116 if (PRESENT(p) && !PRESENT(q)) \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 103 * Note that WANTED and PRESENT are not simple inverses! If a capability
107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
114 if (PRESENT(q) && !PRESENT(p)) \
116 if (PRESENT(p) && !PRESENT(q)) \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 103 * Note that WANTED and PRESENT are not simple inverses! If a capability
107 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING))
110 {if (PRESENT(p) && !PRESENT(q)) _nc_warning(#p " but no " #q);}
114 if (PRESENT(q) && !PRESENT(p)) \
116 if (PRESENT(p) && !PRESENT(q)) \
  /frameworks/native/include/utils/
BasicHashtable.h 36 // The present flag indicates that the bucket contains an initialized entry value.
37 static const uint32_t PRESENT = 0x40000000UL;
44 // Combined value that stores the collision and present flags as well as
78 size_t mFilledBuckets; // number of buckets for which collision or present is true
  /external/tcpdump/
ieee802_11.h 145 PRESENT,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 85 milliseconds