OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARG_TYPE_WIDTH
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/include/
acmacros.h
428
#define
ARG_TYPE_WIDTH
5
430
#define ARG_2(x) ((UINT32)(x) << (1 *
ARG_TYPE_WIDTH
))
431
#define ARG_3(x) ((UINT32)(x) << (2 *
ARG_TYPE_WIDTH
))
432
#define ARG_4(x) ((UINT32)(x) << (3 *
ARG_TYPE_WIDTH
))
433
#define ARG_5(x) ((UINT32)(x) << (4 *
ARG_TYPE_WIDTH
))
434
#define ARG_6(x) ((UINT32)(x) << (5 *
ARG_TYPE_WIDTH
))
451
#define INCREMENT_ARG_LIST(List) (List >>= ((UINT32)
ARG_TYPE_WIDTH
))
/src/sys/external/bsd/acpica/dist/compiler/
aslwalks.c
369
RuntimeArgTypes2 <<=
ARG_TYPE_WIDTH
;
Completed in 17 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026