Home
last modified time | relevance | path

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

/external/v8/src/
Dcollection.js48 if (!IS_SET(this)) {
64 if (!IS_SET(this)) {
73 if (!IS_SET(this)) {
82 if (!IS_SET(this)) {
91 if (!IS_SET(this)) {
100 if (!IS_SET(this)) {
Dcollection-iterator.js50 if (!IS_SET(this)) {
59 if (!IS_SET(this)) {
Dmacros.py113 macro IS_SET(arg) = (%_ClassOf(arg) === 'Set');
Dmirror-debugger.js86 } else if (IS_SET(value) || IS_WEAKSET(value)) {
/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.h735 #define IS_SET 1 macro