Searched defs:STICKY (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/builtins/i386/
H A Dfloatundisf.S72 #define STICKY sticky-0b(%ecx,%eax,8) define
87 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
/external/v8/src/
H A Dobjects.h7722 STICKY = 8 enumerator in enum:v8::internal::JSRegExp::Flag
7731 bool is_sticky() { return (value_ & STICKY) != 0; }

Completed in 133 milliseconds