Home
last modified time | relevance | path

Searched refs:SINT8 (Results 1 – 25 of 1655) sorted by relevance

12345678910>>...67

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/masterserver/
H A Dcrypt.cpp3 static SINT8 IP[] =
14 static SINT8 FP[] =
25 static SINT8 PC1_C[] =
32 static SINT8 PC1_D[] =
40 static SINT8 PC2_C[] =
54 static SINT8 C[28];
55 static SINT8 D[28];
57 static SINT8 E[48];
58 static SINT8 e2[] =
120 static SINT8 P[] =
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dbyteptr.h26 #define WRITESINT8(p,b) do { SINT8 *p_tmp = (void *)p; const SINT8 tv = ( UINT8)(b); memcp…
36 #define WRITESINT8(p,b) do { SINT8 *p_tmp = ( SINT8 *)p; *p_tmp = ( SINT8)(b); p_tmp++; p =…
49 #define READSINT8(p) ({ SINT8 *p_tmp = (void *)p; SINT8 b; memcpy(&b, p, sizeof( SINT8)…
59 #define READSINT8(p) ({ SINT8 *p_tmp = ( SINT8 *)p; SINT8 b = *p_tmp; p_tmp++; p = (voi…
70 #define READSINT8(p) *(( SINT8 *)p)++
89 SINT8 *cp = ptr; in writeshort()
96 SINT8 *cp = ptr; in writelong()
104 #define WRITESINT8(p,b) do { SINT8 *p_tmp = ( SINT8 *)p; *p_tmp = ( SINT8)(b) ; p_tmp+…
117 SINT8 *cp = ptr; in readshort()
130 SINT8 *cp = ptr; in readlong()
[all …]
H A Dd_ticcmd.h61 SINT8 forwardmove; // -MAXPLMOVE to MAXPLMOVE (50)
62 SINT8 sidemove; // -MAXPLMOVE to MAXPLMOVE (50)
H A Dd_net.h40 extern SINT8 nodetoplayer[MAXNETNODES];
41 extern SINT8 nodetoplayer2[MAXNETNODES]; // Say the numplayer for this node if any (splitscreen)
H A Di_net.h120 extern SINT8 I_NetMakeNode(const char *address);
132 extern SINT8 (*I_NetMakeNodewPort)(const char *address, const char *port);
H A Dd_player.h356 SINT8 pity; // i pity the fool.
415 SINT8 lives; // number of lives - if == INFLIVES, the player has infinite lives
416 SINT8 continues; // continues that player has acquired
418 SINT8 xtralife; // Ring Extra Life counter
/dports/games/sarien/sarien-0.7.0/src/include/
H A Dportdefs.h102 typedef Int8 SINT8; typedef
109 typedef signed char SINT8; typedef
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi_arm_wince/
H A Dffi_common.h79 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
90 typedef signed __int8 SINT8; typedef
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi_arm_wince/
H A Dffi_common.h79 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
90 typedef signed __int8 SINT8; typedef
/dports/lang/smalltalk/smalltalk-3.2.5/libffi/include/
H A Dffi_common.h89 typedef signed char SINT8; typedef
104 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs53 data FFIType = SINT8 | UINT8 | SINT16 | UINT16 | SINT32 | UINT32 constructor
65 ffitype _ NBOOL = SINT8
66 ffitype _ Nschar = SINT8
82 sizeof SINT8 = 1 function
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs53 data FFIType = SINT8 | UINT8 | SINT16 | UINT16 | SINT32 | UINT32 constructor
65 ffitype _ NBOOL = SINT8
66 ffitype _ Nschar = SINT8
82 sizeof SINT8 = 1 function
/dports/lang/gcc6-aux/gcc-6-20180516/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/lang/gcc8/gcc-8.5.0/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/lang/ruby26/ruby-2.6.9/ext/fiddle/libffi-3.2.1/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/lang/gcc10/gcc-10.3.0/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/lang/gcc11-devel/gcc-11-20211009/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/ctypes/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/devel/avr-gcc/gcc-10.2.0/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/lang/gcc9-devel/gcc-9-20211007/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libffi/include/
H A Dffi_common.h96 typedef signed char SINT8; typedef
111 typedef signed int SINT8 __attribute__((__mode__(__QI__))); typedef

12345678910>>...67