Home
last modified time | relevance | path

Searched refs:_hdr (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/drivers/scmi-msg/
Dsmt.c56 #define SMT_HDR_MSG_ID(_hdr) ((_hdr) & SMT_MSG_ID_MASK) argument
59 #define SMT_HDR_TYPE_ID(_hdr) (((_hdr) & SMT_MSG_TYPE_MASK) >> 8) argument
62 #define SMT_HDR_PROT_ID(_hdr) (((_hdr) & SMT_MSG_PROT_ID_MASK) >> 10) argument
/external/rust/crates/vmm_vhost/src/vhost_user/
Dmaster.rs790 let (_hdr, rfds) = peer.recv_header().unwrap(); in test_features()
797 let (_hdr, msg, rfds) = peer.recv_body::<VhostUserU64>().unwrap(); in test_features()
831 let (_hdr, rfds) = peer.recv_header().unwrap(); in test_protocol_features()
835 let (_hdr, msg, rfds) = peer.recv_body::<VhostUserU64>().unwrap(); in test_protocol_features()
846 let (_hdr, rfds) = peer.recv_header().unwrap(); in test_protocol_features()
850 let (_hdr, msg, rfds) = peer.recv_body::<VhostUserU64>().unwrap(); in test_protocol_features()
/external/grpc-grpc/templates/
DCMakeLists.txt.template424 foreach(_hdr
429 string(REPLACE "include/" "" _path <%text>${_hdr}</%text>)
431 install(FILES <%text>${_hdr}</%text>
/external/rust/crates/grpcio-sys/grpc/
DCMakeLists.txt1386 foreach(_hdr
1429 string(REPLACE "include/" "" _path ${_hdr})
1431 install(FILES ${_hdr}
2027 foreach(_hdr
2043 string(REPLACE "include/" "" _path ${_hdr})
2045 install(FILES ${_hdr}
2578 foreach(_hdr
2593 string(REPLACE "include/" "" _path ${_hdr})
2595 install(FILES ${_hdr}
2771 foreach(_hdr
[all …]