Home
last modified time | relevance | path

Searched refs:OFFSETBITS (Results 1 – 7 of 7) sorted by relevance

/dports/lang/fpc-utils/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DConstants.java122 public static final int OFFSETBITS = 19; field
123 public static final int MAXFILESIZE = (1 << OFFSETBITS) - 1;
124 public static final int MAXLINENUMBER = (1 << (32 - OFFSETBITS)) - 1;
/dports/lang/fpc-source/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DConstants.java122 public static final int OFFSETBITS = 19; field
123 public static final int MAXFILESIZE = (1 << OFFSETBITS) - 1;
124 public static final int MAXLINENUMBER = (1 << (32 - OFFSETBITS)) - 1;
/dports/devel/avr-gdb/gdb-7.3.1/sim/arm/
H A Darmvirt.c51 #define OFFSETBITS 0xffff macro
71 offset = (address & OFFSETBITS) >> 2; in GetWord()
107 offset = (address & OFFSETBITS) >> 2; in PutWord()
/dports/devel/gdb761/gdb-7.6.1/sim/arm/
H A Darmvirt.c50 #define OFFSETBITS 0xffff macro
70 offset = (address & OFFSETBITS) >> 2; in GetWord()
106 offset = (address & OFFSETBITS) >> 2; in PutWord()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darmvirt.c51 #define OFFSETBITS 0xffff macro
71 offset = (address & OFFSETBITS) >> 2; in GetWord()
107 offset = (address & OFFSETBITS) >> 2; in PutWord()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/arm/
H A Darmvirt.c51 #define OFFSETBITS 0xffff macro
71 offset = (address & OFFSETBITS) >> 2; in GetWord()
107 offset = (address & OFFSETBITS) >> 2; in PutWord()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/GdbARMPlugin/
H A Darmulmem.c58 #define OFFSETBITS 0xffff macro