Searched refs:k0 (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/bzip2-36/bzip2/
H A Dbzlib.c571 s->state_out_ch = s->k0;
575 if (k1 != s->k0) { s->k0 = k1; continue; };
581 if (k1 != s->k0) { s->k0 = k1; continue; };
587 if (k1 != s->k0) { s->k0 = k1; continue; };
592 BZ_GET_FAST(s->k0); BZ_RAND_UPD_MASK;
593 s->k0 ^= BZ_RAND_MASK; s->nblock_used++;
602 Int32 c_k0 = s->k0;
[all...]
H A Ddecompress.c551 BZ_GET_SMALL(s->k0); s->nblock_used++;
552 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK;
554 BZ_GET_SMALL(s->k0); s->nblock_used++;
570 BZ_GET_FAST(s->k0); s->nblock_used++;
571 BZ_RAND_UPD_MASK; s->k0 ^= BZ_RAND_MASK;
573 BZ_GET_FAST(s->k0); s->nblock_used++;
H A Dbzlib_private.h374 Int32 k0; member in struct:__anon7046
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dshape.c60 long k0, k1; local
305 k0 = (long) pos; pos += hRatio; k1 = (long) pos;
307 while (k0 < k1 && k0 <= endpos) {
310 mx = GetShortSample(preshp, 2*k0, c);
311 mn = GetShortSample(preshp, 2*k0+1, c);
313 mn = mx = GetShortSample(s, k0, c);
321 k0++;
323 if (first && k0 > endpos) break;
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Doption.test71 itk_component add k0 {
72 TestOptComp $itk_interior.k0 -status "create"
79 pack $itk_component(k0)
82 .testOptWidget0 component k0 do {set status}
/macosx-10.10/ruby-106/ruby/
H A Dsiphash.c193 uint64_t k0, k1; local
195 k0 = U8TO64_LE(key);
198 state->v[0] = k0; XOR64_TO(state->v[0], sip_init_state[0]);
200 state->v[2] = k0; XOR64_TO(state->v[2], sip_init_state[2]);
399 uint64_t k0, k1; local
404 k0 = U8TO64_LE(key);
407 v0 = k0; XOR64_TO(v0, sip_init_state[0]);
409 v2 = k0; XOR64_TO(v2, sip_init_state[2]);
H A Dutil.c3130 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5,
3342 k0 = k;
3434 k = k0;
/macosx-10.10/OpenSSH-189/openssh/
H A Dumac.c352 UINT32 k0,k1,k2,k3,k4,k5,k6,k7; local
360 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
362 h += MUL64((k0 + d0), (k4 + d4));
385 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
390 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
399 h1 += MUL64((k0 + d0), (k4 + d4));
411 k0 = k8; k1 = k9; k2 = k10; k3 = k11;
432 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
438 k0 = *(k+0); k1 = *(k+1); k2 = *(k+2); k3 = *(k+3);
448 h1 += MUL64((k0
487 UINT32 k0,k1,k2,k3,k4,k5,k6,k7, local
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DHashing.h168 static const uint64_t k0 = 0xc3a5c85c97cb3127ULL; member in namespace:llvm::hashing::detail
220 uint64_t d = fetch64(s + len - 16) * k0;
227 uint64_t a = fetch64(s) + (len + fetch64(s + len - 16)) * k0;
244 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
245 return shift_mix((seed ^ (r * k0)) + vs) * k2;
/macosx-10.10/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoa-dtoa.c119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local
340 k0 = k;
432 k = k0;
H A Dgdtoa-gdtoa.c156 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
338 k0 = k;
435 k = k0;
/macosx-10.10/emacs-93/emacs/src/
H A Dterm.c1554 /* The uses of the "k0" capability are inconsistent; sometimes it
1557 "k;", and if it is present, assuming that "k0" denotes F0, otherwise F10.
1561 char *k0 = tgetstr ("k0", address);
1566 if (k0)
1569 Fdefine_key (Vfunction_key_map, build_string (k0),
1574 else if (k0)
1575 Fdefine_key (Vfunction_key_map, build_string (k0),
1552 char *k0 = tgetstr ("k0", address); local
/macosx-10.10/vim-55/src/
H A Dspell.c14160 int k0; local
14239 k0 = k;
14261 || (!spell_iswordp(word + i + k0, curwin))))
14264 && (!spell_iswordp(word + i + k0, curwin))))
14279 k0 = smp[n0].sm_leadlen;
14280 if (k0 > 1)
14284 if (k0 > 2)
14287 for (j = 2; j < k0; ++j)
14290 if (j < k0)
14294 k0
14444 int k0; local
[all...]
H A Dmisc2.c2345 {K_K0, (char_u *)"k0"},
/macosx-10.10/WTF-7600.1.24/wtf/
H A Ddtoa.cpp744 j, j1, k, k0, k_check, m2, m5, s2, s5, local
870 k0 = k;
959 k = k0;
/macosx-10.10/emacs-93/emacs/etc/
H A Dtermcap.src1273 :eA=\E(B\E)0:ho=\E[H:k0=\E[y:k1=\E[P:k2=\E[Q:k3=\E[R:\
1664 :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
2027 # (vt420: I removed :k0:, it collided with <kf10>. I also restored
2312 :ct@:k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:k;@:u6=\E[%i%d;%dR:\
2367 :im=\E[4h:k0=\EOq:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
2879 :ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2958 :ho=\EE0;0;:im=\EY:is=\ES\Er0;\Es0;:k0=\EF00:k1=\EF01:\
2991 :K4=\E[Y:K5=\E[6~:k0=\E[[J:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
3110 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ic=:im=\E[4h:k0=\E~:\
3347 :do=\EB:ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A Dbmcompress.h53 static void FillVRAM8by1(int w, int h, uint32_t k0,uint32_t k1, uint8_t *dst, int dbpr) argument
68 c0 = k0;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl919 set k0 [::xsxp::fetch [lindex $only0 end] $tag %PCDATA]
920 if {[string compare $nextmarker0 $k0] < 0} {
921 set nextmarker0 $k0
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMIPSAssembler.h103 k0 = r26, enumerator in enum:JSC::MIPSRegisters::__anon2515
/macosx-10.10/ncurses-44/ncurses/include/
H A DCaps.aix4389 key_f0 kf0 str k0 KEY_F(0) 0410 YBCGE F0 function key
520 key_back_tab kbtab str k0 - - ----K backtab key
H A DCaps.osf1r5373 key_f0 kf0 str k0 KEY_F(0) 0410 YBCGE F0 function key
487 key_back_tab kbtab str k0 - - ----- backtab key
1089 #key_back_tab kbtab str k0 - - ----- backtab key
H A DCaps.uwin357 key_f0 kf0 str k0 KEY_F(0) 0410 YBCGE F0 function key
905 #key_back_tab kbtab str k0 - - ----- backtab key
H A DCaps389 key_f0 kf0 str k0 KEY_F(0) 0410 YBCGE F0 function key
1079 #key_back_tab kbtab str k0 - - ----- backtab key
H A DCaps.hpux11391 key_f0 kf0 str k0 KEY_F(0) 0410 YBCGE F0 function key
1093 #key_back_tab kbtab str k0 - - ----- backtab key
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DCodeBlock.cpp1295 int k0 = (++it)->u.operand; local
1298 out.printf("%s, %s", constantName(k0, getConstant(k0)).data(), k1 ? "true" : "false");

Completed in 468 milliseconds

12