- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for LSB (0.06 sec)
-
src/cmd/asm/internal/asm/testdata/armerror.s
BFX $12, $41, R2, R3 // ERROR "wrong width or LSB" BFX $12, $-2, R2 // ERROR "wrong width or LSB" BFXU $40, $4, R2, R3 // ERROR "wrong width or LSB" BFXU $-40, $4, R2 // ERROR "wrong width or LSB" BFX $-2, $4, R2, R3 // ERROR "wrong width or LSB" BFXU $4, R2, R5, R2 // ERROR "missing or wrong LSB" BFXU $4, R2, R5 // ERROR "missing or wrong LSB" BFC $12, $8, R2, R3 // ERROR "illegal combination"
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 23 15:18:14 UTC 2024 - 14.5K bytes - Viewed (0) -
src/packaging/deb/init.d/fess
PATH=/bin:/usr/bin:/sbin:/usr/sbin NAME=fess DESC="Fess Server" DEFAULT=/etc/default/$NAME if [ `id -u` -ne 0 ]; then echo "You need root privileges to run this script" exit 1 fi . /lib/lsb/init-functions if [ -r /etc/default/rcS ]; then . /etc/default/rcS fi # The following variables can be overwritten in $DEFAULT # Run Fess as this user ID and group ID FESS_USER=${packaging.fess.user}
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.8K bytes - Viewed (0) -
src/cmd/asm/internal/arch/arm.go
return true } return false } // IsARMBFX reports whether the op (as defined by an arm.A* constant) is one the // BFX-like instructions which are in the form of "op $width, $LSB, (Reg,) Reg". func IsARMBFX(op obj.As) bool { switch op { case arm.ABFX, arm.ABFXU, arm.ABFC, arm.ABFI: return true } return false }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Oct 23 15:18:14 UTC 2024 - 6.1K bytes - Viewed (0) -
api/go1.txt
pkg compress/gzip, type Writer struct pkg compress/gzip, type Writer struct, embedded Header pkg compress/gzip, var ErrChecksum error pkg compress/gzip, var ErrHeader error pkg compress/lzw, const LSB Order pkg compress/lzw, const MSB Order pkg compress/lzw, func NewReader(io.Reader, Order, int) io.ReadCloser pkg compress/lzw, func NewWriter(io.Writer, Order, int) io.WriteCloser pkg compress/lzw, type Order int
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
api/go1.1.txt
pkg compress/gzip, const BestSpeed = 1 pkg compress/gzip, const DefaultCompression = -1 pkg compress/gzip, const NoCompression = 0 pkg compress/gzip, method (*Writer) Flush() error pkg compress/lzw, const LSB = 0 pkg compress/lzw, const MSB = 1 pkg compress/zlib, const BestCompression = 9 pkg compress/zlib, const BestSpeed = 1 pkg compress/zlib, const DefaultCompression = -1 pkg compress/zlib, const NoCompression = 0
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)