/third_party/boost/libs/fusion/test/sequence/ |
D | adapt_assoc_struct_named.cpp | 70 ns::point basep = {123, 456}; in main() local 71 adapted::point p(basep); in main() 107 ns::point basep = {5, 3}; in main() local 108 adapted::point p(basep); in main() 115 ns::point basep = {5, 3}; in main() local 116 adapted::point p(basep); in main() 130 ns::point basep = {5, 3}; in main() local 131 adapted::point p(basep); in main()
|
D | adapt_adt_named.cpp | 97 ns::point basep(123, 456, 789); in main() local 98 adapted::point p(basep); in main() 120 ns::point basep(5, 3, 3); in main() local 121 adapted::point v2(basep); in main() 136 ns::point basep(5, 3, 3); in main() local 137 adapted::point p(basep); in main() 145 ns::point basep(5, 3, 3); in main() local 146 adapted::point p(basep); in main()
|
D | adapt_assoc_adt_named.cpp | 84 ns::point basep(123, 456); in main() local 85 adapted::point p(basep); in main() 120 ns::point basep(5, 3); in main() local 121 adapted::point p(basep); in main() 128 ns::point basep(5, 3); in main() local 129 adapted::point p(basep); in main() 150 ns::point basep(5, 3); in main() local 151 adapted::point p(basep); in main()
|
D | adapt_struct_named.cpp | 91 ns::point basep = {123, 456, 789}; in main() local 92 adapted::point p(basep); in main() 130 ns::point basep = {5, 3, 3}; in main() local 131 adapted::point p(basep); in main() 138 ns::point basep = {5, 3, 3}; in main() local 139 adapted::point p(basep); in main()
|
/third_party/quickjs/ |
D | cutils.c | 472 uint8_t *basep = (uint8_t *)base; in heapsortx() local 483 if (c < n - size && cmp(basep + c, basep + c + size, opaque) <= 0) in heapsortx() 485 if (cmp(basep + r, basep + c, opaque) > 0) in heapsortx() 487 swap(basep + r, basep + c, size); in heapsortx() 491 swap(basep, basep + i, size); in heapsortx() 494 if (c < i - size && cmp(basep + c, basep + c + size, opaque) <= 0) in heapsortx() 496 if (cmp(basep + r, basep + c, opaque) > 0) in heapsortx() 498 swap(basep + r, basep + c, size); in heapsortx()
|
/third_party/FreeBSD/sys/kern/ |
D | subr_kobj.c | 175 kobj_class_t *basep = NULL; in kobj_lookup_method_mi() local 181 basep = cls->baseclasses; in kobj_lookup_method_mi() 182 if (basep) { in kobj_lookup_method_mi() 183 for (; *basep; basep++) { in kobj_lookup_method_mi() 184 ce = kobj_lookup_method_mi(*basep, desc); in kobj_lookup_method_mi()
|
/third_party/jerryscript/tests/jerry-test-suite/12/12.06/12.06.04/ |
D | 12.06.04-005.js | 16 var b = {basep: "base"}; property 31 assert(d.basep === "baseA" && d.derivedp === "derivedA");
|
/third_party/gettext/gettext-tools/src/ |
D | x-lisp.c | 558 is_potential_number (const struct token *tp, int *basep) in is_potential_number() argument 566 *basep = 10; in is_potential_number() 571 a_letter_to_digit (tp, *basep); in is_potential_number() 604 is_number (const struct token *tp, int *basep) in is_number() argument 609 if (!is_potential_number (tp, basep)) in is_number() 650 if (c >= *basep) in is_number() 680 *basep = 10; in is_number()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbaseaudiopayload.c | 980 gst_rtp_base_payload_audio_sink_event (GstRTPBasePayload * basep, in gst_rtp_base_payload_audio_sink_event() argument 986 payload = GST_RTP_BASE_AUDIO_PAYLOAD (basep); in gst_rtp_base_payload_audio_sink_event() 1001 res = GST_RTP_BASE_PAYLOAD_CLASS (parent_class)->sink_event (basep, event); in gst_rtp_base_payload_audio_sink_event()
|