HomeSort by relevance Sort by last modified time
    Searched refs:PRESENT (Results 1 - 11 of 11) 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/libs/utils/
BasicHashtable.cpp 101 if (bucket.cookie & Bucket::PRESENT) {
120 if (bucket.cookie & Bucket::PRESENT) {
136 if (bucket.cookie & Bucket::PRESENT) {
159 if (bucket->cookie & Bucket::PRESENT) {
165 } while (bucket->cookie & Bucket::PRESENT);
177 bucket->cookie = collision | Bucket::PRESENT | hash;
188 bucket.cookie &= ~Bucket::PRESENT;
212 if (fromBucket.cookie & Bucket::PRESENT) {
216 if (toBucket->cookie & Bucket::PRESENT) {
222 } while (toBucket->cookie & Bucket::PRESENT);
    [all...]
  /external/tcpdump/
print-802_11.c 53 case PRESENT: \
68 case PRESENT: \
89 case PRESENT: \
173 /* Present, possibly truncated */
190 /* Present and not truncated */
191 pbody->ssid_status = PRESENT;
194 /* Present, possibly truncated */
211 /* Present and not truncated */
212 pbody->challenge_status = PRESENT;
215 /* Present, possibly truncated *
1140 u_int32_t present, next_present; local
    [all...]
ieee802_11.h 145 PRESENT,
  /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
  /frameworks/native/libs/utils/tests/
BasicHashtable_test.cpp 108 bool* collision, bool* present, hash_t* hash) {
111 *present = cookie & BasicHashtable<TKey, TEntry>::Bucket::PRESENT;
162 bool collision, present; local
164 BasicHashtableTest::cookieAt(h, i, &collision, &present, &hash);
165 if (present) {
168 ALOGD(" [%3u] = collision=%d, present=%d, hash=0x%08x, key=%3d, value=%3d, "
170 i, collision, present, hash, key, value, hash_type(key));
172 ALOGD(" [%3u] = collision=%d, present=%d",
173 i, collision, present);
    [all...]
  /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 849 milliseconds