Searched refs:kk (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/refer/ |
H A D | hunt1.c | 67 int falseflg, nhash, nitem, nfound, frtbl, kk; in main() local 183 kk = fread(hpt, sizeof (*hpt), nhash, fa); in main() 186 kk, iflong, nhash); in main() 188 assert(kk == nhash); in main()
|
/titanic_50/usr/src/common/bzip2/ |
H A D | decompress.c | 360 Int32 ii, jj, kk; in BZ2_decompress() local 361 kk = MTFA_SIZE-1; in BZ2_decompress() 364 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj); in BZ2_decompress() 365 kk--; in BZ2_decompress() 367 s->mtfbase[ii] = kk + 1; in BZ2_decompress() 425 Int32 ii, jj, kk, pp, lno, off; in BZ2_decompress() local 464 kk = MTFA_SIZE-1; in BZ2_decompress() 467 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj]; in BZ2_decompress() 468 kk--; in BZ2_decompress() 470 s->mtfbase[ii] = kk + 1; in BZ2_decompress()
|
/titanic_50/usr/src/ucblib/libucb/port/stdio/ |
H A D | doprnt.c | 921 int kk = prec; in _doprnt() local 926 if (sz < kk) in _doprnt() 927 kk = (int)sz; in _doprnt() 928 while (kk >= 1 && bp[kk-1] == '0') in _doprnt() 929 --kk; in _doprnt() 933 prec = kk - 1; in _doprnt() 936 prec = kk - decpt; in _doprnt()
|
/titanic_50/usr/src/cmd/troff/ |
H A D | n3.c | 1008 int xx, cnt, tcnt, kk, tot; in casepm() local 1012 kk = cnt = tcnt = 0; in casepm() 1025 kk += k; in casepm() 1034 fdprintf(stderr, "pm: total %d, macros %d, space %d\n", tcnt, cnt, kk); in casepm()
|
/titanic_50/usr/src/lib/libc/port/print/ |
H A D | doprnt.c | 1632 int kk = prec; in _wndoprnt() local 1639 if (n < kk) in _wndoprnt() 1640 kk = (int)n; in _wndoprnt() 1641 while (kk >= 1 && bp[kk-1] == '0') in _wndoprnt() 1642 --kk; in _wndoprnt() 1645 prec = kk - 1; in _wndoprnt() 1648 prec = kk - decpt; in _wndoprnt()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | locale-kk.mf | 15 set name=pkg.fmri value=pkg:/locale/kk@$(PKGVERS)
|
/titanic_50/usr/src/cmd/sa/ |
H A D | sadp.c | 886 int kk, cc; local 887 kk = 0; 888 while ((cc = ss[kk]) != '\0'){ 891 kk++;
|
/titanic_50/usr/src/lib/libast/common/port/ |
H A D | lc.tab | 85 kk kazakh kaz
|
/titanic_50/usr/src/cmd/dc/ |
H A D | dc.c | 2144 struct blk *h, *kk; in morehd() local 2155 kk = h; in morehd() 2157 (h++)->rd = (char *)++kk; in morehd()
|