Home | History | Annotate | Download | only in nav

Lines Matching refs:TWO

1459 #define TWO(c)     (0x1u << (c))
1460 #define MASK(c) (((unsigned int)(-1)) / (TWO(TWO(c)) + 1u))
1461 #define COUNT(x,c) ((x) & MASK(c)) + (((x) >> (TWO(c))) & MASK(c))
1472 #undef TWO
1687 // look for two or more words (up to 5? North Frank Lloyd Wright Blvd)
1692 // look for one or two delimiters to represent possible 2nd addr line and city name
1693 // look for either full state name, or state two letters, and/or zip code (5 or 9 digits)
1819 (s->mWordCount >= sizeof(s->mWords) / sizeof(s->mWords[0]) - 1)) { // subtract 1 since state names may have two parts
2005 s->mZipDelimiter = true; // two spaces delimit state name
2246 return FOUND_NONE; // only one letter; must be at least two