OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHIP_ALIGN_STRIDE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/algor/algor/
algor_p4032_bus_locio.c
56
#define
CHIP_ALIGN_STRIDE
2
/src/sys/arch/sgimips/hpc/
hpc.c
737
#define
CHIP_ALIGN_STRIDE
2
/src/sys/arch/mips/mips/
bus_space_alignstride_chipdep.c
204
#ifndef
CHIP_ALIGN_STRIDE
205
#define
CHIP_ALIGN_STRIDE
0
211
#if
CHIP_ALIGN_STRIDE
> 0
212
#define CHIP_OFF8(o) ((o) << (
CHIP_ALIGN_STRIDE
))
221
#if
CHIP_ALIGN_STRIDE
> 1
222
#define CHIP_OFF16(o) ((o) << (
CHIP_ALIGN_STRIDE
- 1))
228
#if
CHIP_ALIGN_STRIDE
> 2
229
#define CHIP_OFF32(o) ((o) << (
CHIP_ALIGN_STRIDE
- 2))
234
#if
CHIP_ALIGN_STRIDE
> 3
235
#define CHIP_OFF64(o) ((o) << (
CHIP_ALIGN_STRIDE
- 3)
[
all
...]
/src/sys/arch/sgimips/mace/
mace.c
367
#define
CHIP_ALIGN_STRIDE
8
Completed in 14 milliseconds
Indexes created Tue Sep 23 21:09:50 GMT 2025