Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
typedef unsigned int tm_engine; #define MASK_engine_eye 255 #define MASK_engine_leg 16128 #define MASK_engine_arm 114688 #define NBITS_engine_eye 8 #define NBITS_engine_leg 6 #define NBITS_engine_arm 3 #define MAXV_engine_eye 255 #define MAXV_engine_leg 63 #define MAXV_engine_arm 7 #define SHIFT_engine_eye 0 #define SHIFT_engine_leg 8 #define SHIFT_engine_arm 14 #define MREAD_engine_eye(x) (((x)&(MASK_engine_eye))>>(SHIFT_engine_eye)) #define MREAD_engine_leg(x) (((x)&(MASK_engine_leg))>>(SHIFT_engine_leg)) #define MREAD_engine_arm(x) (((x)&(MASK_engine_arm))>>(SHIFT_engine_arm)) #define MWRITE_engine_eye(dest,val) ((dest))=((((dest))&(~(MASK_engine_eye)))|(val<<SHIFT_engine_eye)) #define MWRITE_engine_leg(dest,val) ((dest))=((((dest))&(~(MASK_engine_leg)))|(val<<SHIFT_engine_leg)) #define MWRITE_engine_arm(dest,val) ((dest))=((((dest))&(~(MASK_engine_arm)))|(val<<SHIFT_engine_arm)) unsigned char CMWRITE_engine_eye(tm_engine dest, tm_engine val) { if(val>MAXV_engine_eye) { printf("[ERR] out of limits in engine_eye\n"); return 0; } MWRITE_engine_eye(dest,val); return 1; } unsigned char CMWRITE_engine_leg(tm_engine dest, tm_engine val) { if(val>MAXV_engine_leg) { printf("[ERR] out of limits in engine_leg\n"); return 0; } MWRITE_engine_leg(dest,val); return 1; } unsigned char CMWRITE_engine_arm(tm_engine dest, tm_engine val) { if(val>MAXV_engine_arm) { printf("[ERR] out of limits in engine_arm\n"); return 0; } MWRITE_engine_arm(dest,val); return 1; } typedef unsigned int tm_tony; #define MASK_tony_eye 63 #define MASK_tony_leg 16320 #define MASK_tony_arm 114688 #define NBITS_tony_eye 6 #define NBITS_tony_leg 8 #define NBITS_tony_arm 3 #define MAXV_tony_eye 63 #define MAXV_tony_leg 255 #define MAXV_tony_arm 7 #define SHIFT_tony_eye 0 #define SHIFT_tony_leg 6 #define SHIFT_tony_arm 14 #define MREAD_tony_eye(x) (((x)&(MASK_tony_eye))>>(SHIFT_tony_eye)) #define MREAD_tony_leg(x) (((x)&(MASK_tony_leg))>>(SHIFT_tony_leg)) #define MREAD_tony_arm(x) (((x)&(MASK_tony_arm))>>(SHIFT_tony_arm)) #define MWRITE_tony_eye(dest,val) ((dest))=((((dest))&(~(MASK_tony_eye)))|(val<<SHIFT_tony_eye)) #define MWRITE_tony_leg(dest,val) ((dest))=((((dest))&(~(MASK_tony_leg)))|(val<<SHIFT_tony_leg)) #define MWRITE_tony_arm(dest,val) ((dest))=((((dest))&(~(MASK_tony_arm)))|(val<<SHIFT_tony_arm)) unsigned char CMWRITE_tony_eye(tm_tony dest, tm_tony val) { if(val>MAXV_tony_eye) { printf("[ERR] out of limits in tony_eye\n"); return 0; } MWRITE_tony_eye(dest,val); return 1; } unsigned char CMWRITE_tony_leg(tm_tony dest, tm_tony val) { if(val>MAXV_tony_leg) { printf("[ERR] out of limits in tony_leg\n"); return 0; } MWRITE_tony_leg(dest,val); return 1; } unsigned char CMWRITE_tony_arm(tm_tony dest, tm_tony val) { if(val>MAXV_tony_arm) { printf("[ERR] out of limits in tony_arm\n"); return 0; } MWRITE_tony_arm(dest,val); return 1; } typedef unsigned long tm_masky2; #define MASK_masky2_tod 65535 #define MASK_masky2_tud 4294901760 #define MASK_masky2_toc 1095216660480 #define MASK_masky2_tic 280375465082880 #define NBITS_masky2_tod 16 #define NBITS_masky2_tud 16 #define NBITS_masky2_toc 8 #define NBITS_masky2_tic 8 #define MAXV_masky2_tod 65535 #define MAXV_masky2_tud 65535 #define MAXV_masky2_toc 255 #define MAXV_masky2_tic 255 #define SHIFT_masky2_tod 0 #define SHIFT_masky2_tud 16 #define SHIFT_masky2_toc 32 #define SHIFT_masky2_tic 40 #define MREAD_masky2_tod(x) (((x)&(MASK_masky2_tod))>>(SHIFT_masky2_tod)) #define MREAD_masky2_tud(x) (((x)&(MASK_masky2_tud))>>(SHIFT_masky2_tud)) #define MREAD_masky2_toc(x) (((x)&(MASK_masky2_toc))>>(SHIFT_masky2_toc)) #define MREAD_masky2_tic(x) (((x)&(MASK_masky2_tic))>>(SHIFT_masky2_tic)) #define MWRITE_masky2_tod(dest,val) ((dest))=((((dest))&(~(MASK_masky2_tod)))|(val<<SHIFT_masky2_tod)) #define MWRITE_masky2_tud(dest,val) ((dest))=((((dest))&(~(MASK_masky2_tud)))|(val<<SHIFT_masky2_tud)) #define MWRITE_masky2_toc(dest,val) ((dest))=((((dest))&(~(MASK_masky2_toc)))|(val<<SHIFT_masky2_toc)) #define MWRITE_masky2_tic(dest,val) ((dest))=((((dest))&(~(MASK_masky2_tic)))|(val<<SHIFT_masky2_tic)) unsigned char CMWRITE_masky2_tod(tm_masky2 dest, tm_masky2 val) { if(val>MAXV_masky2_tod) { printf("[ERR] out of limits in masky2_tod\n"); return 0; } MWRITE_masky2_tod(dest,val); return 1; } unsigned char CMWRITE_masky2_tud(tm_masky2 dest, tm_masky2 val) { if(val>MAXV_masky2_tud) { printf("[ERR] out of limits in masky2_tud\n"); return 0; } MWRITE_masky2_tud(dest,val); return 1; } unsigned char CMWRITE_masky2_toc(tm_masky2 dest, tm_masky2 val) { if(val>MAXV_masky2_toc) { printf("[ERR] out of limits in masky2_toc\n"); return 0; } MWRITE_masky2_toc(dest,val); return 1; } unsigned char CMWRITE_masky2_tic(tm_masky2 dest, tm_masky2 val) { if(val>MAXV_masky2_tic) { printf("[ERR] out of limits in masky2_tic\n"); return 0; } MWRITE_masky2_tic(dest,val); return 1; }
Optional Paste Settings
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
tic tac toe in bra...
BrainFuck | 2 sec ago
golden ratio in br...
BrainFuck | 2 min ago
logical branflakes...
BrainFuck | 6 min ago
The fascist, score...
C | 10 min ago
Untitled
C++ | 13 min ago
® FFAST VPN ®
JSON | 29 min ago
Constants
Lua | 1 hour ago
PB ZEPETTO (ID) R...
GetText | 1 hour ago
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!