OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_SET
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/glx/
glxextensions.c
40
#define
IS_SET
(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0)
47
#define EXT_ENABLED(bit,supported) (
IS_SET
( supported, bit ))
631
if (!
IS_SET
(server_support, ARB_create_context_profile_bit)) {
/external/boringssl/src/include/openssl/
asn1.h
731
/* for the
is_set
parameter to i2d_ASN1_SET */
733
#define
IS_SET
1
842
OPENSSL_EXPORT int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp, i2d_of_void *i2d, int ex_tag, int ex_class, int
is_set
);
variable
[
all
...]
Completed in 194 milliseconds