Searched refs:kk (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.10.1/bzip2-36/bzip2/
H A DspewG.c40 int ii, kk, p; local
43 for (kk = 0; kk < MEGABYTES * 515; kk+=3) {
H A Ddecompress.c360 Int32 ii, jj, kk; local
361 kk = MTFA_SIZE-1;
364 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj);
365 kk--;
367 s->mtfbase[ii] = kk + 1;
425 Int32 ii, jj, kk, pp, lno, off; local
464 kk = MTFA_SIZE-1;
467 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj];
468 kk--;
470 s->mtfbase[ii] = kk
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/crypto/mersenne/
H A Dmt19937db.c151 int kk; local
166 for (kk=0;kk<N-M;kk++) {
167 y = (env->mt[kk]&UPPER_MASK)|(env->mt[kk+1]&LOWER_MASK);
168 env->mt[kk] = env->mt[kk+M] ^ (y >> 1) ^ mag01[y & 0x1];
170 for (;kk<N-1;kk
[all...]
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_subr.h154 int jj, kk; \
156 for (kk=0; kk < lock_cnt; kk++) \
157 if ((jj != kk) && (lock_order[jj] == lock_order[kk])) \
158 panic("lock_order[%d] == lock_order[%d]", jj, kk); \
H A Dsmb_crypt.c92 u_char kk[8]; local
94 kk[0] = key[0] & 0xfe;
95 kk[1] = key[0] << 7 | (key[1] >> 1 & 0xfe);
96 kk[2] = key[1] << 6 | (key[2] >> 2 & 0xfe);
97 kk[3] = key[2] << 5 | (key[3] >> 3 & 0xfe);
98 kk[4] = key[3] << 4 | (key[4] >> 4 & 0xfe);
99 kk[5] = key[4] << 3 | (key[5] >> 5 & 0xfe);
100 kk[6] = key[5] << 2 | (key[6] >> 6 & 0xfe);
101 kk[7] = key[6] << 1;
103 des_set_key((des_cblock*)kk, *ks
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnlistserv.el43 (defvoo nnlistserv-name 'kk
48 '((kk
49 (article . nnlistserv-kk-wash-article)
50 (map . nnlistserv-kk-create-mapping)
51 (search . nnlistserv-kk-search)
52 (address . "http://www.itk.ntnu.no/ansatte/Andresen_Trond/kk-f/%s/")
56 (identifier . nnlistserv-kk-identity)))
83 (defun nnlistserv-kk-create-mapping ()
110 (concat "<" (nnweb-identifier url) "@kk>")
119 (defun nnlistserv-kk
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/des/
H A Ddes.c371 DES_cblock kk,k2; local
425 kk[i]=k;
436 DES_string_to_2keys(key,&kk,&k2);
441 DES_string_to_key(key,&kk);
454 kk[i]=key[i]&0x7f;
456 kk[i]=key[i]|0x80;
459 DES_set_key_unchecked(&kk,&ks);
461 OPENSSL_cleanse(kk,sizeof(kk));
675 OPENSSL_cleanse(kk,sizeo
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtool-bar.el206 (kk (aref k (1- (length k)))))
208 (symbolp kk))
210 key kk)))))
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_hash.rb56 x = Hash.new{|h,kk| z = kk; h[kk] = kk*2}
/macosx-10.10.1/libffi-18.1/tests/testsuite/libffi.call/
H A Dhuge_struct.c52 uint8_t kk; member in struct:BigStruct
150 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
315 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
343 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dhuge_struct.c52 uint8_t kk; member in struct:BigStruct
150 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
315 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
343 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dhuge_struct.c52 uint8_t kk; member in struct:BigStruct
150 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
315 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
343 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dhuge_struct.c52 uint8_t kk; member in struct:BigStruct
150 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
315 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
343 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dreftex-cite.el1114 (let ((files (reftex-all-document-files)) file keys kk k)
1123 (setq kk (match-string-no-properties 3))
1124 (while (string-match "%.*\n?" kk)
1125 (setq kk (replace-match "" t t kk)))
1126 (setq kk (split-string kk "[, \t\r\n]+"))
1127 (while (setq k (pop kk))
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dirb.rb693 |kk, vv|
695 format(":%s=>{%s}", kk.id2name, ss.join(", "))
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Ddebchangelog.vim131 normal kk
135 normal kk
148 normal kk
/macosx-10.10.1/ICU-531.30/icuSources/data/coll/
H A Dcolfiles.mk59 is.txt it.txt ja.txt ka.txt kk.txt\
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c300 register int d, kk, first, diffa; local
305 for(kk=0; kk<=d; kk++) {
306 if((kk>degb)||(kk<diffa)) continue;
307 gtog(b->coe[kk], tmp);
308 mulg(a->coe[d-kk], tmp);
H A Dschoofs.c292 register int d, kk, first, diffa; local
297 for(kk=0; kk<=d; kk++) {
298 if((kk>degb)||(kk<diffa)) continue;
299 gtog(b->coe[kk], tmp);
300 mulg(a->coe[d-kk], tmp);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c300 register int d, kk, first, diffa; local
305 for(kk=0; kk<=d; kk++) {
306 if((kk>degb)||(kk<diffa)) continue;
307 gtog(b->coe[kk], tmp);
308 mulg(a->coe[d-kk], tmp);
H A Dschoofs.c292 register int d, kk, first, diffa; local
297 for(kk=0; kk<=d; kk++) {
298 if((kk>degb)||(kk<diffa)) continue;
299 gtog(b->coe[kk], tmp);
300 mulg(a->coe[d-kk], tmp);
/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dtic.c944 int j, k, kk; local
983 for (k = 0, kk = -1, test = 100; k < 5; ++k) {
987 kk = k;
992 switch (kk) {
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dtktextframe.rb262 lbox.value = %w(aa bb cc dd eeeeeeeeeeeeeeeeeeeeeeeeee ffffffffff gg hh ii jj kk ll mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm nn oo pp qq)
/macosx-10.10.1/network_cmds-457/ping.tproj/
H A Dping.c1825 u_int ii, jj, kk; local
1840 for (kk = 0; kk <= maxpayload - (TIMEVAL_LEN + ii); kk += ii)
1842 bp[jj + kk] = pat[jj];
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Ditemconfig.rb98 optkey = keyonly.find{|kk,vv| kk.to_s == k.to_s}
302 conf = slot.find{|kk, vv| kk == defkey.to_s}

Completed in 240 milliseconds

123