/external/arm-trusted-firmware/include/lib/xlat_tables/ |
D | xlat_tables_v2.h | 30 #define MAP_REGION(_pa, _va, _sz, _attr) \ argument 31 MAP_REGION_FULL_SPEC(_pa, _va, _sz, _attr, REGION_DEFAULT_GRANULARITY) 34 #define MAP_REGION_FLAT(_adr, _sz, _attr) \ argument 35 MAP_REGION(_adr, _adr, _sz, _attr) 53 #define MAP_REGION2(_pa, _va, _sz, _attr, _gr) \ argument 54 MAP_REGION_FULL_SPEC(_pa, _va, _sz, _attr, _gr) 60 #define MT_TYPE(_attr) ((_attr) & MT_TYPE_MASK) argument
|
D | xlat_tables.h | 32 #define MT_TYPE(_attr) ((_attr) & MT_TYPE_MASK) argument
|
D | xlat_tables_v2_helpers.h | 38 #define MAP_REGION_FULL_SPEC(_pa, _va, _sz, _attr, _gr) \ argument 43 .attr = (_attr), \
|
/external/arm-trusted-firmware/include/common/ |
D | param_header.h | 21 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument 25 (_p)->h.attr = (uint32_t)(_attr) ; \ 29 #define SET_STATIC_PARAM_HEAD(_p, _type, _ver, _p_type, _attr) \ argument 33 ._p.h.attr = (uint32_t)(_attr)
|
/external/u-boot/include/ |
D | atf_common.h | 23 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument 27 (_p)->h.attr = (uint32_t)(_attr) ; \
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_pd.c | 454 #define P2PS_PD_REQ_CHECK(_val, _attr) \ in p2ps_validate_pd_req() argument 456 if ((_val) && !msg->_attr) { \ in p2ps_validate_pd_req() 457 p2p_dbg(p2p, "Not P2PS PD Request. Missing %s", #_attr); \ in p2ps_validate_pd_req() 1202 #define P2PS_PD_RESP_CHECK(_val, _attr) \ in p2p_validate_p2ps_pd_resp() argument 1204 if ((_val) && !msg->_attr) { \ in p2p_validate_p2ps_pd_resp() 1205 p2p_dbg(p2p, "P2PS PD Response missing " #_attr); \ in p2p_validate_p2ps_pd_resp()
|
/external/autotest/server/site_tests/tast/ |
D | tast_unittest.py | 577 self._attr = list(attr) if attr else [] 595 'attr': self._attr, 611 'attr': self._attr,
|
/external/python/dateutil/dateutil/parser/ |
D | _parser.py | 1368 class _attr(_resultbase): class in _tzparser._result 1377 self.start = self._attr() 1378 self.end = self._attr()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 3683 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument 3684 : attr( _attr ) in Text() 3687 std::size_t indent = _attr.initialIndent != std::string::npos in Text() 3688 ? _attr.initialIndent in Text() 3689 : _attr.indent; in Text() 3698 std::size_t width = (std::min)( remainder.size(), _attr.width - indent ); in Text() 3703 pos = remainder.find_last_of( _attr.tabChar, width ); in Text() 3718 indent = _attr.indent; in Text() 3732 indent = _attr.indent; in Text() 4873 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument [all …]
|
/external/curl/lib/vtls/ |
D | nss.c | 111 #define PK11_SETATTRS(_attr, _idx, _type, _val, _len) do { \ argument 112 CK_ATTRIBUTE *ptr = (_attr) + ((_idx)++); \
|
/external/python/cpython3/Doc/reference/ |
D | simple_stmts.rst | 169 .. _attr-target-note:
|
/external/python/cpython2/Doc/reference/ |
D | simple_stmts.rst | 157 .. _attr-target-note:
|