Home
last modified time | relevance | path

Searched refs:newcount (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Da15-partial-update.ll28 %oldcount = phi i32 [0, %entry], [%newcount, %loop]
29 %newcount = add i32 %oldcount, 1
30 %p1 = getelementptr <4 x i8> *%in, i32 %newcount
31 %p2 = getelementptr <4 x i8> *%out, i32 %newcount
34 %cmp = icmp eq i32 %newcount, %n
/minix/usr.bin/fpr/
H A Dfpr.c278 int newcount; in savech() local
310 newcount = cp->count + 1; in savech()
311 if (newcount > cp->width) { in savech()
312 cp->width = newcount; in savech()
313 sp = realloc(cp->str, (unsigned) newcount * sizeof(char)); in savech()
318 cp->count = newcount; in savech()
319 cp->str[newcount - 1] = ch; in savech()
/minix/external/bsd/flex/dist/doc/
H A Dtexinfo.tex1079 \newcount\tempnum
1080 \newcount\lnkcount
1083 \newcount\pgn
1089 \newcount\countA
3604 \newcount \itemno
3838 \newcount\colcount
5208 \newcount\chapno
5978 \newcount\savepageno
9044 \newcount\countUTFx
9045 \newcount\countUTFy
[all …]
/minix/external/bsd/bind/dist/lib/dns/
H A Drbt.c402 rehash(dns_rbt_t *rbt, unsigned int newcount);
406 #define rehash(rbt, newcount) argument
2271 rehash(dns_rbt_t *rbt, unsigned int newcount) { in rehash() argument
2282 } while (newcount >= (rbt->hashsize * 3)); in rehash()