Home
last modified time | relevance | path

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

/external/v8/src/js/
Dcollection.js143 if (!IS_SET(this)) {
183 if (!IS_SET(this)) {
195 if (!IS_SET(this)) {
218 if (!IS_SET(this)) {
228 if (!IS_SET(this)) {
237 if (!IS_SET(this)) {
Dcollection-iterator.js54 if (!IS_SET(this)) {
63 if (!IS_SET(this)) {
Dmacros.py64 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 ))
/external/v8/src/debug/
Dmirrors.js115 } else if (IS_SET(value) || IS_WEAKSET(value)) {