searchcode logo
Filter Out:
Documentation
Code

Try Search On:
Github
Ohloh Code
StackOverflow
Google
Bing
DuckDuckGo

>>

http://dev.mysql.com/doc/refman/5.5/en/bit-functions.html#operator_right-shift

Shifts a longlong (BIGINT) number to the right.

mysql> SELECT 4 >> 2; -> 1

writeLong (javax.imageio.stream.ImageOutputStreamImpl)

http://download.oracle.com/javase/6/docs/api/javax/imageio/stream/ImageOutputStr...

Description copied from interface: ImageOutputStream Writes the 64 bits of v to the stream. If the stream uses network byte order, the bytes written, in order, will be: (byte)((v >> 56) & 0xff) (byte)((v >> 48) & 0xff) (byte)((v >> 40) & 0xff) (byte)((v >> 32) & 0xff) (byte)((v >> 24) & 0xff) (byte)((v >> 16) & 0xff) (byte)((v >> 8) & 0xff) (byte)(v & 0xff) Otherwise, the bytes written will be: (byte)(v & 0xff) (byte)((v >> 8) & 0xff) (byte)((v >> 16) & 0xff) (byte)((v >> 24) & 0xff) (byte)((v >> 32) & 0xff) (byte)((v >> 40) & 0xff) (byte)((v >> 48) & 0xff) (byte)((v >> 56) & 0xff) If the bit offset within the stream is non-zero, the remainder of the current byte is padded with 0s and written out first. The bit offset will be 0 after the write.

public void writeLong(long v)throws IOException

OpenEmu /Mupen64Plus/mupen64plus-core/src/debugger /dbg_memory.c

343 matches | 978 lines | C | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_op3.inc

272 matches | 4696 lines | Unknown | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_op2.inc

272 matches | 4690 lines | Unknown | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_opD.inc

310 matches | 4286 lines | Unknown | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_opE.inc

300 matches | 4394 lines | Unknown | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_opB.inc

264 matches | 4582 lines | Unknown | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_op0.inc

327 matches | 4408 lines | Unknown | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_op4.inc

340 matches | 4516 lines | Unknown | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_op9.inc

310 matches | 4286 lines | Unknown | GitHub

OpenEmu /Mednafen/mednafen/hw_cpu/c68k /c68k_opC.inc

261 matches | 4611 lines | Unknown | GitHub

macfuse /core/10.5/libfuse /fuse-2.7.3-macosx.patch

411 matches | 56394 lines | Unknown | Google Code

macfuse /core/10.4/libfuse /fuse-2.7.3-macosx.patch

411 matches | 55795 lines | Unknown | Google Code

arcanum-core /dep/mysqllite/mysys /rijndael.c

204 matches | 1380 lines | C | Bitbucket

WazeWP7 /bb_waze_code/src/agg/include /agg_pixfmt_rgba.h

220 matches | 1546 lines | C/C++ Header | GitHub

procfw /contrib/PrxEncrypter /crypto.c

203 matches | 1467 lines | C | Google Code

Singularity /dep/mysqllite/mysys /rijndael.c

204 matches | 1380 lines | C | GitHub

Yahoo_LDA /docs/latex /refman.pdf

361 matches | 2167 lines | Unknown | GitHub

freebsd-head /sys/dev/cxgbe/common /t4fw_interface.h

533 matches | 5626 lines | text | Bitbucket

freebsd-head /sys/crypto/rijndael /rijndael-alg-fst.c

203 matches | 1224 lines | C | Bitbucket

freebsd-head /crypto/openssl/crypto/aes /aes_core.c

202 matches | 1168 lines | C | Bitbucket

Next