OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRESENT
(Results
1 - 13
of
13
) 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)) \
/system/core/libutils/
BasicHashtable.cpp
105
if (bucket.cookie & Bucket::
PRESENT
) {
124
if (bucket.cookie & Bucket::
PRESENT
) {
140
if (bucket.cookie & Bucket::
PRESENT
) {
163
if (bucket->cookie & Bucket::
PRESENT
) {
169
} while (bucket->cookie & Bucket::
PRESENT
);
181
bucket->cookie = collision | Bucket::
PRESENT
| hash;
192
bucket.cookie &= ~Bucket::
PRESENT
;
216
if (fromBucket.cookie & Bucket::
PRESENT
) {
220
if (toBucket->cookie & Bucket::
PRESENT
) {
226
} 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
,
/system/core/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
79
size_t mFilledBuckets; // number of buckets for which collision or
present
is true
/system/core/libutils/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/chromium_org/third_party/mesa/src/include/GL/
vms_x_fix.h
[
all
...]
/external/mesa3d/include/GL/
vms_x_fix.h
[
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 660 milliseconds