Searched refs:count2 (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c402 int count2; local
517 count2 = p_count(p);
518 REQUIRE(count <= count2, REG_BADBR);
520 count2 = INFINITY;
522 count2 = count;
523 repeat(p, pos, count, count2, 0);
621 int count2; local
710 count2 = p_count(p);
711 REQUIRE(count <= count2, REG_BADBR);
713 count2
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_cache.c953 int count1, count2; local
971 count2 = _dnsPacket_readInt16(pack2);
972 if (count1 != count2 || count1 < 0) {

Completed in 161 milliseconds