/third_party/uboot/u-boot-2020.01/drivers/clk/renesas/ |
D | renesas-cpg-mssr.h | 66 #define DEF_TYPE(_name, _id, _type...) \ argument 67 { .name = _name, .id = _id, .type = _type } 68 #define DEF_BASE(_name, _id, _type, _parent...) \ argument 69 DEF_TYPE(_name, _id, _type, .parent = _parent) 71 #define DEF_INPUT(_name, _id) \ argument 72 DEF_TYPE(_name, _id, CLK_TYPE_IN) 73 #define DEF_FIXED(_name, _id, _parent, _div, _mult) \ argument 74 DEF_BASE(_name, _id, CLK_TYPE_FF, _parent, .div = _div, .mult = _mult) 75 #define DEF_DIV6P1(_name, _id, _parent, _offset) \ argument 76 DEF_BASE(_name, _id, CLK_TYPE_DIV6P1, _parent, .offset = _offset) [all …]
|
D | rcar-gen3-cpg.h | 36 #define DEF_GEN3_SD(_name, _id, _parent, _offset) \ argument 37 DEF_BASE(_name, _id, CLK_TYPE_GEN3_SD, _parent, .offset = _offset) 39 #define DEF_GEN3_RPC(_name, _id, _parent, _offset) \ argument 40 DEF_BASE(_name, _id, CLK_TYPE_GEN3_RPC, _parent, .offset = _offset) 42 #define DEF_GEN3_MDSEL(_name, _id, _md, _parent0, _div0, _parent1, _div1) \ argument 43 DEF_BASE(_name, _id, CLK_TYPE_GEN3_MDSEL, \ 47 #define DEF_GEN3_PE(_name, _id, _parent_sscg, _div_sscg, _parent_clean, \ argument 49 DEF_GEN3_MDSEL(_name, _id, 12, _parent_sscg, _div_sscg, \ 52 #define DEF_GEN3_OSC(_name, _id, _parent, _div) \ argument 53 DEF_BASE(_name, _id, CLK_TYPE_GEN3_OSC, _parent, .div = _div) [all …]
|
/third_party/eudev/src/shared/ |
D | virt.c | 35 const char *_id = NULL, *e = NULL; in detect_container() local 50 _id = "openvz"; in detect_container() 85 _id ="lxc"; in detect_container() 87 _id = "lxc-libvirt"; in detect_container() 89 _id = "systemd-nspawn"; in detect_container() 91 _id = "docker"; in detect_container() 93 _id = "other"; in detect_container() 100 cached_id = _id; in detect_container() 102 *id = _id; in detect_container()
|
/third_party/node/deps/npm/lib/utils/ |
D | depr-check.js | 10 if (deprecated[data._id]) { 11 data.deprecated = deprecated[data._id] 15 deprecated[data._id] = data.deprecated 16 if (!deprWarned[data._id]) { 17 deprWarned[data._id] = true 18 log.warn('deprecated', '%s: %s', data._id, data.deprecated)
|
/third_party/uboot/u-boot-2020.01/drivers/clk/mediatek/ |
D | clk-mtk.h | 57 #define FIXED_CLK(_id, _parent, _rate) { \ argument 58 .id = _id, \ 80 #define FACTOR(_id, _parent, _mult, _div, _flags) { \ argument 81 .id = _id, \ 113 #define MUX_GATE_FLAGS(_id, _parents, _reg, _shift, _width, _gate, \ argument 115 .id = _id, \ 126 #define MUX_GATE(_id, _parents, _reg, _shift, _width, _gate) \ argument 127 MUX_GATE_FLAGS(_id, _parents, _reg, _shift, _width, _gate, 0) 129 #define MUX(_id, _parents, _reg, _shift, _width) { \ argument 130 .id = _id, \
|
D | clk-mt7629.c | 31 #define PLL(_id, _reg, _pwr_reg, _en_mask, _flags, _pcwbits, _pd_reg, \ argument 33 .id = _id, \ 63 #define FACTOR0(_id, _parent, _mult, _div) \ argument 64 FACTOR(_id, _parent, _mult, _div, CLK_PARENT_APMIXED) 66 #define FACTOR1(_id, _parent, _mult, _div) \ argument 67 FACTOR(_id, _parent, _mult, _div, CLK_PARENT_TOPCKGEN) 69 #define FACTOR2(_id, _parent, _mult, _div) \ argument 70 FACTOR(_id, _parent, _mult, _div, 0) 425 #define GATE_INFRA(_id, _parent, _shift) { \ argument 426 .id = _id, \ [all …]
|
D | clk-mt8516.c | 20 #define PLL(_id, _reg, _pwr_reg, _en_mask, _flags, _pcwbits, _pd_reg, \ argument 22 .id = _id, \ 52 #define FACTOR0(_id, _parent, _mult, _div) \ argument 53 FACTOR(_id, _parent, _mult, _div, CLK_PARENT_APMIXED) 55 #define FACTOR1(_id, _parent, _mult, _div) \ argument 56 FACTOR(_id, _parent, _mult, _div, CLK_PARENT_TOPCKGEN) 58 #define FACTOR2(_id, _parent, _mult, _div) \ argument 59 FACTOR(_id, _parent, _mult, _div, 0) 577 #define GATE_TOP0(_id, _parent, _shift) { \ argument 578 .id = _id, \ [all …]
|
D | clk-mt7623.c | 27 #define PLL(_id, _reg, _pwr_reg, _en_mask, _flags, _pcwbits, _pd_reg, \ argument 29 .id = _id, \ 73 #define FACTOR0(_id, _parent, _mult, _div) \ argument 74 FACTOR(_id, _parent, _mult, _div, CLK_PARENT_APMIXED) 76 #define FACTOR1(_id, _parent, _mult, _div) \ argument 77 FACTOR(_id, _parent, _mult, _div, CLK_PARENT_TOPCKGEN) 79 #define FACTOR2(_id, _parent, _mult, _div) \ argument 80 FACTOR(_id, _parent, _mult, _div, 0) 588 #define GATE_INFRA(_id, _parent, _shift) { \ argument 589 .id = _id, \ [all …]
|
/third_party/node/deps/npm/test/tap/ |
D | owner.js | 43 .reply(200, { _id: 'underscore', _rev: 1, maintainers: [jashkenas] }) property 46 { _id: 'underscore', _rev: 1, maintainers: [jashkenas, othiym23] }, property 48 ).reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] }) property 52 .reply(200, { _id: '@xxx/scoped', _rev: 1, maintainers: [bcoe] }) property 55 { _id: '@xxx/scoped', _rev: 1, maintainers: [bcoe, othiym23] }, property 57 ).reply(200, { _id: '@xxx/scoped', _rev: 2, maintainers: [bcoe, othiym23] }) property 61 .reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] }) property 65 .reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] }) property 68 { _id: 'underscore', _rev: 2, maintainers: [jashkenas] }, property 70 ).reply(200, { _id: 'underscore', _rev: 3, maintainers: [jashkenas] }) property
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplay-enum.c | 38 GType _id; in gst_autoplug_select_result_get_type() local 40 _id = g_enum_register_static ("GstAutoplugSelectResult", values); in gst_autoplug_select_result_get_type() 42 g_once_init_leave ((gsize *) & id, _id); in gst_autoplug_select_result_get_type() 77 GType _id; in gst_play_flags_get_type() local 79 _id = g_flags_register_static ("GstPlayFlags", values); in gst_play_flags_get_type() 81 g_once_init_leave ((gsize *) & id, _id); in gst_play_flags_get_type()
|
/third_party/icu/icu4c/source/common/ |
D | servslkf.cpp | 40 , _id(locale) in SimpleLocaleKeyFactory() 51 , _id() in SimpleLocaleKeyFactory() 54 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory() 71 if (_id == keyID) { in create() 90 result.remove(_id); in updateVisibleIDs() 92 result.put(_id, (void*)this, status); in updateVisibleIDs() 103 result.append(_id); in debug()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | servslkf.cpp | 40 , _id(locale) in SimpleLocaleKeyFactory() 51 , _id() in SimpleLocaleKeyFactory() 54 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory() 71 if (_id == keyID) { in create() 90 result.remove(_id); in updateVisibleIDs() 92 result.put(_id, (void*)this, status); in updateVisibleIDs() 103 result.append(_id); in debug()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | servslkf.cpp | 40 , _id(locale) in SimpleLocaleKeyFactory() 51 , _id() in SimpleLocaleKeyFactory() 54 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory() 71 if (_id == keyID) { in create() 90 result.remove(_id); in updateVisibleIDs() 92 result.put(_id, (void*)this, status); in updateVisibleIDs() 103 result.append(_id); in debug()
|
/third_party/node/deps/icu-small/source/common/ |
D | servslkf.cpp | 40 , _id(locale) in SimpleLocaleKeyFactory() 51 , _id() in SimpleLocaleKeyFactory() 54 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory() 71 if (_id == keyID) { in create() 90 result.remove(_id); in updateVisibleIDs() 92 result.put(_id, (void*)this, status); in updateVisibleIDs() 103 result.append(_id); in debug()
|
/third_party/uboot/u-boot-2020.01/drivers/clk/uniphier/ |
D | clk-uniphier.h | 50 #define UNIPHIER_CLK_RATE(_id, _rate) \ argument 53 .id = (_id), \ 59 #define UNIPHIER_CLK_GATE(_id, _parent, _reg, _bit) \ argument 62 .id = (_id), \ 70 #define UNIPHIER_CLK_GATE_SIMPLE(_id, _reg, _bit) \ argument 71 UNIPHIER_CLK_GATE(_id, UNIPHIER_CLK_ID_INVALID, _reg, _bit)
|
D | clk-uniphier-mio.c | 19 #define UNIPHIER_MIO_CLK_SD(_id, ch) \ argument 22 .id = (_id) + 32, \ 58 UNIPHIER_CLK_GATE((_id), (_id) + 32, 0x20 + 0x200 * (ch), 8)
|
D | clk-uniphier-sys.c | 9 #define UNIPHIER_LD4_SYS_CLK_NAND(_id) \ argument 11 UNIPHIER_CLK_GATE((_id), 128, 0x2104, 2) 13 #define UNIPHIER_LD11_SYS_CLK_NAND(_id) \ argument 15 UNIPHIER_CLK_GATE((_id), 128, 0x210c, 0)
|
/third_party/gstreamer/gstplugins_bad/sys/opensles/ |
D | openslescommon.c | 48 GType _id; in gst_opensles_recording_preset_get_type() local 50 _id = g_enum_register_static ("GstOpenSLESRecordingPreset", values); in gst_opensles_recording_preset_get_type() 52 g_once_init_leave ((gsize *) & id, _id); in gst_opensles_recording_preset_get_type() 106 GType _id; in gst_opensles_stream_type_get_type() local 108 _id = g_enum_register_static ("GstOpenSLESStreamType", values); in gst_opensles_stream_type_get_type() 110 g_once_init_leave ((gsize *) & id, _id); in gst_opensles_stream_type_get_type()
|
/third_party/parse5/test/data/parser-feedback/ |
D | entities02.test | 232 "bar": "ZZ£_id=23" 259 "description": "<div bar=\"ZZ£_id=23\"></div>", 260 "input": "<div bar=\"ZZ£_id=23\"></div>", 266 "bar": "ZZ£_id=23" 276 "description": "<div bar=\"ZZ∏_id=23\"></div>", 277 "input": "<div bar=\"ZZ∏_id=23\"></div>", 283 "bar": "ZZ∏_id=23" 337 "ZZ£_id=23" 365 "description": "<div>ZZ£_id=23</div>", 366 "input": "<div>ZZ£_id=23</div>", [all …]
|
/third_party/node/deps/npm/node_modules/libnpmpublish/test/ |
D | publish.js | 36 _id: 'libnpmpublish', property 42 _id: 'libnpmpublish@1.0.0', property 94 _id: '@zkat/libnpmpublish', property 100 _id: '@zkat/libnpmpublish@1.0.0', property 155 _id: 'libnpmpublish', property 170 _id: 'libnpmpublish@1.0.1', property 196 _id: 'libnpmpublish@1.0.0', property 271 _id: 'libnpmpublish' property 281 _id: 'libnpmpublish@1.0.0', property 354 _id: 'libnpmpublish', property [all …]
|
D | unpublish.js | 17 _id: 'foo', property 42 _id: '@foo/bar', property 67 _id: 'foo', property 92 _id: 'foo', property 116 _id: 'foo', property 161 _id: 'foo', property 178 _id: 'foo', property 202 _id: 'foo', property 226 _id: 'foo', property
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
D | LocaleExtensions.java | 30 private String _id; field in LocaleExtensions 41 EMPTY_EXTENSIONS._id = ""; 45 CALENDAR_JAPANESE._id = "u-ca-japanese"; 50 NUMBER_THAI._id = "u-nu-thai"; 69 _id = ""; in LocaleExtensions() 120 _id = ""; in LocaleExtensions() 122 _id = toID(_map); in LocaleExtensions() 208 return _id; in toString() 212 return _id; in getID() 217 return _id.hashCode(); in hashCode() [all …]
|
/third_party/node/deps/npm/node_modules/npm-install-checks/ |
D | index.js | 15 target._id, eng, {node: nodev, npm: npmVer})) 18 er.pkgid = target._id 47 target._id, target, {os: platform, cpu: arch})) 51 er.pkgid = target._id 113 var er = new Error(target._id + ': Unresolvable cycle detected') 114 var tree = [target._id, JSON.parse(JSON.stringify(ancestors))] 121 er.pkgid = target._id
|
/third_party/boost/boost/graph/detail/ |
D | array_binary_tree.hpp | 71 rep_iterator rr, size_type ii, size_type nn, const ID& _id) in iterator() 72 : r(rr), i(ii), n(nn), id(_id) in iterator() 126 rep_iterator rr, size_type ii, size_type nn, const ID& _id) in children_type() 127 : r(rr), i(ii), n(nn), id(_id) in children_type() 164 rep_iterator start, rep_iterator end, rep_iterator pos, const ID& _id) in array_binary_tree_node() argument 165 : r(start), i(pos - start), n(end - start), id(_id) in array_binary_tree_node() 169 rep_iterator rr, size_type ii, size_type nn, const ID& _id) in array_binary_tree_node() argument 170 : r(rr), i(ii), n(nn), id(_id) in array_binary_tree_node()
|
/third_party/boost/boost/outcome/experimental/status-code/ |
D | status_code_domain.hpp | 348 unique_id_type _id; member in status_code_domain 356 : _id(id) in status_code_domain() 363 : _id(detail::parse_uuid_from_array<N>(uuid)) in status_code_domain() 372 : _id(detail::parse_uuid_from_pointer<N>(uuid)) in status_code_domain() 388 constexpr bool operator==(const status_code_domain &o) const noexcept { return _id == o._id; } in operator ==() 390 constexpr bool operator!=(const status_code_domain &o) const noexcept { return _id != o._id; } in operator !=() 392 constexpr bool operator<(const status_code_domain &o) const noexcept { return _id < o._id; } in operator <() 395 constexpr unique_id_type id() const noexcept { return _id; } in id()
|