Home
last modified time | relevance | path

Searched refs:IS_SET (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/js/
Dcollection.js149 if (!IS_SET(this)) {
189 if (!IS_SET(this)) {
201 if (!IS_SET(this)) {
224 if (!IS_SET(this)) {
234 if (!IS_SET(this)) {
243 if (!IS_SET(this)) {
Dcollection-iterator.js59 if (!IS_SET(this)) {
68 if (!IS_SET(this)) {
Dmacros.py85 macro IS_SET(arg) = (%_ClassOf(arg) === 'Set');
/external/mesa3d/src/glx/
Dglxextensions.c40 #define IS_SET(m,b) ((m[ (b) / 8 ] & (1U << ((b) % 8))) != 0) macro
47 #define EXT_ENABLED(bit,supported) (IS_SET( supported, bit ))
631 if (!IS_SET(server_support, ARB_create_context_profile_bit)) { in __glXCalculateUsableExtensions()
/external/boringssl/src/include/openssl/
Dasn1.h733 #define IS_SET 1 macro
/external/v8/src/debug/
Dmirrors.js174 } else if (IS_SET(value) || IS_WEAKSET(value)) {