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

  /external/llvm/lib/Support/
regcomp.c 117 #define MORE2() (p->next+1 < p->end)
119 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
416 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ))
466 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) )
749 c = (MORE2()) ? PEEK2() : '\0';
782 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /ndk/sources/host-tools/ndk-stack/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...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 185 #define MORE2() (p->next+1 < p->end)
187 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
487 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ))
537 (c == '{' && MORE2() && isdigit((unsigned char)PEEK2())) ) )
854 c = (MORE2()) ? PEEK2() : '\0';
888 if (SEE('-') && MORE2() && PEEK2() != ']') {
    [all...]
  /external/qemu/fpu/
softfloat-macros.h 536 uint64_t more1, more2; local
539 mul64To128( a1, b0, &z1, &more2 );
540 add128( z1, more2, 0, z2, &z1, &z2 );
543 mul64To128( a0, b1, &more1, &more2 );
544 add128( more1, more2, 0, z2, &more1, &z2 );
  /external/elfutils/
configure     [all...]
  /external/marisa-trie/
configure     [all...]
  /external/icu4c/
configure     [all...]
  /external/stressapptest/
configure     [all...]
  /ndk/sources/host-tools/make-3.81/autom4te.cache/
output.0     [all...]
  /ndk/sources/host-tools/make-3.81/
configure     [all...]

Completed in 209 milliseconds