Home
last modified time | relevance | path

Searched refs:STICKY (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/builtins/i386/
Dfloatundisf.S72 #define STICKY sticky-0b(%ecx,%eax,8) macro
87 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
/external/v8/src/
Dobjects.h7722 STICKY = 8 enumerator
7731 bool is_sticky() { return (value_ & STICKY) != 0; } in is_sticky()
Djsregexp.cc74 if (FLAG_harmony_regexps) flags |= JSRegExp::STICKY; in RegExpFlagsFromString()