OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sbyte
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/scsipi/
ses.c
717
#define
sbyte
(x, byte) ((((uint32_t)(x)) >> (byte * 8)) & 0xff)
macro
719
#define sset8(outp, idx, sval) (((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 0)
722
(((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 1), \
723
(((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 0)
727
(((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 2), \
728
(((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 1), \
729
(((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 0)
733
(((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 3), \
734
(((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 2), \
735
(((uint8_t *)(outp))[idx++]) =
sbyte
(sval, 1),
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/avr/
interp.c
39
typedef signed char
sbyte
;
typedef
1111
gen_mul (cpu, (sword)(
sbyte
)sram[get_r16 (op)]
1112
* (sword)(
sbyte
)sram[get_d16 (op)]);
1117
* (sword)(
sbyte
)sram[get_d16_23 (op)]);
1126
gen_mul (cpu, ((sword)(
sbyte
)sram[get_r16_23 (op)]
1127
* (sword)(
sbyte
)sram[get_d16_23 (op)]) << 1);
1132
* (sword)(
sbyte
)sram[get_d16_23 (op)]) << 1);
/src/external/gpl3/gdb/dist/sim/avr/
interp.c
39
typedef signed char
sbyte
;
typedef
1111
gen_mul (cpu, (sword)(
sbyte
)sram[get_r16 (op)]
1112
* (sword)(
sbyte
)sram[get_d16 (op)]);
1117
* (sword)(
sbyte
)sram[get_d16_23 (op)]);
1126
gen_mul (cpu, ((sword)(
sbyte
)sram[get_r16_23 (op)]
1127
* (sword)(
sbyte
)sram[get_d16_23 (op)]) << 1);
1132
* (sword)(
sbyte
)sram[get_d16_23 (op)]) << 1);
/src/external/gpl2/mkhybrid/dist/
apple.h
69
typedef char
sbyte
;
typedef
Completed in 27 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026