Home
last modified time | relevance | path

Searched refs:_sleb128_t (Results 1 – 25 of 365) sorted by relevance

12345678910>>...15

/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/gcc/unwind/
H A Dpe.d130 _sleb128_t read_sleb128(const(ubyte)** p) in read_sleb128()
133 _sleb128_t result = 0; in read_sleb128()
140 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
148 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/gcc/unwind/
H A Dpe.d130 _sleb128_t read_sleb128(const(ubyte)** p) in read_sleb128()
133 _sleb128_t result = 0; in read_sleb128()
140 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
148 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/gcc/unwind/
H A Dpe.d130 _sleb128_t read_sleb128(const(ubyte)** p) in read_sleb128()
133 _sleb128_t result = 0; in read_sleb128()
140 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
148 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/gcc/unwind/
H A Dpe.d130 _sleb128_t read_sleb128(const(ubyte)** p) in read_sleb128()
133 _sleb128_t result = 0; in read_sleb128()
140 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
148 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/gcc/unwind/
H A Dpe.d130 _sleb128_t read_sleb128(const(ubyte)** p) in read_sleb128()
133 _sleb128_t result = 0; in read_sleb128()
140 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
148 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/gcc/unwind/
H A Dpe.d130 _sleb128_t read_sleb128(const(ubyte)** p) in read_sleb128()
133 _sleb128_t result = 0; in read_sleb128()
140 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
148 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/gcc/unwind/
H A Dpe.d128 _sleb128_t read_sleb128(ref const(ubyte)* p) in read_sleb128()
130 _sleb128_t result = 0; in read_sleb128()
137 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
145 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/gcc/unwind/
H A Dpe.d128 _sleb128_t read_sleb128(ref const(ubyte)* p) in read_sleb128()
130 _sleb128_t result = 0; in read_sleb128()
137 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
145 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/gcc/unwind/
H A Dpe.d128 _sleb128_t read_sleb128(ref const(ubyte)* p) in read_sleb128()
130 _sleb128_t result = 0; in read_sleb128()
137 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
145 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/gcc/unwind/
H A Dpe.d128 _sleb128_t read_sleb128(ref const(ubyte)* p) in read_sleb128()
130 _sleb128_t result = 0; in read_sleb128()
137 result |= cast(_sleb128_t)(b & 0x7F) << shift; in read_sleb128()
145 result |= -(cast(_sleb128_t)1 << shift); in read_sleb128()
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/lang/gcc8/gcc-8.5.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/lang/gcc48/gcc-4.8.5/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
227 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/lang/gnat_util/gcc-6-20180516/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/lang/gcc9/gcc-9.4.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
227 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/lang/gcc9-aux/gcc-9.1.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
227 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/devel/mingw32-gcc/gcc-4.8.1/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
224 _sleb128_t tmp; in read_encoded_value_with_base()
/dports/lang/gcc10/gcc-10.3.0/libgcc/
H A Dunwind-pe.h153 read_sleb128 (const unsigned char *p, _sleb128_t *val) in read_sleb128()
172 *val = (_sleb128_t) result; in read_sleb128()
227 _sleb128_t tmp; in read_encoded_value_with_base()

12345678910>>...15