Searched refs:pkeys (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/zlib-53/zlib/contrib/minizip/
H A Dcrypt.h35 static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_32_tab) argument
41 temp = ((unsigned)(*(pkeys+2)) & 0xffff) | 2;
48 static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32_tab,int c) argument
50 (*(pkeys+0)) = CRC32((*(pkeys+0)), c);
51 (*(pkeys+1)) += (*(pkeys+0)) & 0xff;
52 (*(pkeys+1)) = (*(pkeys+1)) * 134775813L + 1;
54 register int keyshift = (int)((*(pkeys
65 init_keys(const char* passwd,unsigned long* pkeys,const unsigned long* pcrc_32_tab) argument
90 crypthead(const char* passwd, unsigned char* buf, int bufSize, unsigned long* pkeys, const unsigned long* pcrc_32_tab, unsigned long crcForCrypting) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/menubar/
H A Ddebug.tcl120 # -- pkeys
122 oo::define ::menubar::tree method pkeys { args } {
222 ${mtree} pkeys
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dedmacro.el440 (pkeys '(end-macro ?0 ?1 ?2 ?3 ?4 ?5 ?6 ?7 ?8 ?9 ?- ?\C-u
443 (mdigs (nthcdr 13 pkeys))
465 (and (not (memq (aref rest-mac i) pkeys))
473 (and (not (memq (aref rest-mac i) pkeys))
484 (and (not (memq (aref rest-mac i) pkeys))
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/examples/menubar/
H A Ddemo.tcl136 "pkeys" C pkeys
305 pkeys {my print keys}

Completed in 201 milliseconds