HomeSort by relevance Sort by last modified time
    Searched full:more2 (Results 1 - 2 of 2) sorted by null

  /bionic/libc/regex/
regcomp.c 116 #define MORE2() (p->next+1 < p->end)
118 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
380 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
430 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
713 c = (MORE2()) ? PEEK2() : '\0';
746 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /external/qemu/fpu/
softfloat-macros.h 520 bits64 more1, more2; local
523 mul64To128( a1, b0, &z1, &more2 );
524 add128( z1, more2, 0, z2, &z1, &z2 );
527 mul64To128( a0, b1, &more1, &more2 );
528 add128( more1, more2, 0, z2, &more1, &z2 );

Completed in 368 milliseconds