Home
last modified time | relevance | path

Searched +defs:BYTE +defs:SIZE (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dthom_cas.cpp169 #define K7_PUT_BYTE( BYTE ) \ in to7_k7_load() argument
180 #define K7_FILL_1( SIZE ) \ in to7_k7_load() argument
191 #define K7_FILL_ff( SIZE ) \ in to7_k7_load() argument
499 #define K5_PUT_BYTE( BYTE ) \ in mo5_k5_load() argument
509 #define K5_FILL_0( SIZE ) \ in mo5_k5_load() argument
521 #define K5_FILL_01( SIZE ) \ in mo5_k5_load() argument
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dthom_cas.cpp169 #define K7_PUT_BYTE( BYTE ) \ in to7_k7_load() argument
180 #define K7_FILL_1( SIZE ) \ in to7_k7_load() argument
191 #define K7_FILL_ff( SIZE ) \ in to7_k7_load() argument
499 #define K5_PUT_BYTE( BYTE ) \ in mo5_k5_load() argument
509 #define K5_FILL_0( SIZE ) \ in mo5_k5_load() argument
521 #define K5_FILL_01( SIZE ) \ in mo5_k5_load() argument
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/
H A DWinDef.java56 public static final int SIZE = 2; field in WinDef.WORD
128 public static final int SIZE = 4; field in WinDef.DWORD
917 public static final int SIZE = 8; field in WinDef.ULONGLONG
988 public static final int SIZE = 8; field in WinDef.DWORDLONG
1183 public static final int SIZE = 2; field in WinDef.USHORT
1265 public static final int SIZE = 2; field in WinDef.SHORT
1296 public static final int SIZE = 4; field in WinDef.UINT
1454 public static final int SIZE = 4; field in WinDef.BOOL
1634 public static class BYTE extends UCHAR { class
1639 public BYTE() { in BYTE() method in WinDef.BYTE
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/wrapped_for_pydev/ctypes/
H A Dwintypes.py8 BYTE = c_byte variable
55 class SIZE(Structure): class
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/wrapped_for_pydev/ctypes/
H A Dwintypes.py8 BYTE = c_byte variable
55 class SIZE(Structure): class
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/
H A Dlibjnistress003.c30 #define BYTE 1 macro
53 int SIZE=size; in Java_nsk_stress_jni_JNIter003_jniInitArrays() local
127 #define SIZE(type) (*env)->GetArrayLength(env,arrayClone[type]) in Java_nsk_stress_jni_JNIter003_jniBodyChangeArray() macro
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/
H A Dlibjnistress003.c30 #define BYTE 1 macro
53 int SIZE=size; in Java_nsk_stress_jni_JNIter003_jniInitArrays() local
127 #define SIZE(type) (*env)->GetArrayLength(env,arrayClone[type]) in Java_nsk_stress_jni_JNIter003_jniBodyChangeArray() macro
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d63 alias ubyte BYTE; variable
136 struct SIZE { struct
140 alias SIZE SIZEL; argument
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d62 alias ubyte BYTE; variable
135 struct SIZE { struct
139 alias SIZE SIZEL; argument
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d63 alias ubyte BYTE; variable
136 struct SIZE { struct
140 alias SIZE SIZEL; argument
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d62 alias ubyte BYTE; variable
135 struct SIZE { struct
139 alias SIZE SIZEL; argument
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d62 alias ubyte BYTE; variable
135 struct SIZE { struct
139 alias SIZE SIZEL; argument
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d62 alias ubyte BYTE; variable
135 struct SIZE { struct
139 alias SIZE SIZEL; argument
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d63 alias ubyte BYTE; variable
136 struct SIZE { struct
140 alias SIZE SIZEL; argument
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d62 alias ubyte BYTE; variable
135 struct SIZE { struct
139 alias SIZE SIZEL; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d63 alias ubyte BYTE; variable
136 struct SIZE { struct
140 alias SIZE SIZEL; argument
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/windows/
H A Dwindef.d62 alias ubyte BYTE; variable
135 struct SIZE { struct
139 alias SIZE SIZEL; argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/
H A Dlibjnistress003.cpp32 #define BYTE 1 macro
55 int SIZE=size; in Java_nsk_stress_jni_JNIter003_jniInitArrays() local
129 #define SIZE(type) env->GetArrayLength(arrayClone[type]) in Java_nsk_stress_jni_JNIter003_jniBodyChangeArray() macro
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/
H A Dlibjnistress003.cpp32 #define BYTE 1 macro
55 int SIZE=size; in Java_nsk_stress_jni_JNIter003_jniInitArrays() local
129 #define SIZE(type) env->GetArrayLength(arrayClone[type]) in Java_nsk_stress_jni_JNIter003_jniBodyChangeArray() macro
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/
H A Dlibjnistress003.cpp32 #define BYTE 1 macro
55 int SIZE=size; in Java_nsk_stress_jni_JNIter003_jniInitArrays() local
129 #define SIZE(type) env->GetArrayLength(arrayClone[type]) in Java_nsk_stress_jni_JNIter003_jniBodyChangeArray() macro
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/
H A Dlibjnistress003.cpp32 #define BYTE 1 macro
55 int SIZE=size; in Java_nsk_stress_jni_JNIter003_jniInitArrays() local
129 #define SIZE(type) env->GetArrayLength(arrayClone[type]) in Java_nsk_stress_jni_JNIter003_jniBodyChangeArray() macro
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/
H A Dlibjnistress003.cpp32 #define BYTE 1 macro
55 int SIZE=size; in Java_nsk_stress_jni_JNIter003_jniInitArrays() local
129 #define SIZE(type) env->GetArrayLength(arrayClone[type]) in Java_nsk_stress_jni_JNIter003_jniBodyChangeArray() macro
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/
H A Dlibjnistress003.cpp32 #define BYTE 1 macro
55 int SIZE=size; in Java_nsk_stress_jni_JNIter003_jniInitArrays() local
129 #define SIZE(type) env->GetArrayLength(arrayClone[type]) in Java_nsk_stress_jni_JNIter003_jniBodyChangeArray() macro
/dports/games/uqm/uqm-0.8.0/src/libs/
H A Dcompiler.h28 typedef uint8 BYTE; typedef
37 typedef SWORD SIZE; typedef
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dwinapi.py52 BYTE = Alias("BYTE", UInt8) variable
128 SIZE = Struct("SIZE", ( variable

12345678910>>...21