Searched defs:SHIFT (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/network_cmds-433/ping6.tproj/
H A Dmd5.c39 #define SHIFT(X, s) (((X) << (s)) | ((X) >> (32 - (s)))) macro
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_color.c175 #define SHIFT 16 macro
271 #undef SHIFT macro
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A DBerkeleyDB.pm1400 sub SHIFT subroutine
/macosx-10.9.5/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic54x.h103 #define SHIFT(OP) (((OP)&0x10)?(((OP)&0x1F)-32):((OP)&0x1F)) macro
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.h38 SHIFT = 264, enumerator in enum:yytokentype
123 #define SHIFT 264 macro
H A Drclex.c992 { MAYBE_RETURN (SHIFT); } variable
H A Drcparse.c62 SHIFT = 264, enumerator in enum:yytokentype
147 #define SHIFT 264 macro
/macosx-10.9.5/ruby-104/ruby/ext/racc/cparse/
H A Dcparse.c437 #define SHIFT(v,act,tok,val) shift(v,act,tok,val) macro
/macosx-10.9.5/dyld-239.4/include/
H A Dobjc-shared-cache.h314 # define SHIFT (64 - 8*sizeof(objc_stringhash_offset_t)) macro
326 # undef SHIFT macro
481 # define SHIFT (64 - 8*sizeof(objc_stringhash_offset_t)) macro
545 # undef SHIFT macro
[all...]
/macosx-10.9.5/vim-53/src/
H A Dos_win32.c484 #define SHIFT (SHIFT_PRESSED) macro

Completed in 274 milliseconds