OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCX_MAKE_PARAM_TYPES
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap4-aah/security/tee_client_api/
schannel6_protocol.h
85
#define
SCX_MAKE_PARAM_TYPES
(t0, t1, t2, t3) ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
/hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h
94
#define
SCX_MAKE_PARAM_TYPES
(t0, t1, t2, t3) ((t0) | ((t1) << 4) | ((t2) << 8) | ((t3) << 12))
Completed in 414 milliseconds