/third_party/boost/boost/preprocessor/repetition/ |
D | repeat.hpp | 34 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_1(c, m, d) 0 argument 35 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_2(c, m, d) 0 argument 36 # define BOOST_PP_REPEAT_CHECK_BOOST_PP_REPEAT_3(c, m, d) 0 argument 38 # define BOOST_PP_REPEAT_1(c, m, d) BOOST_PP_REPEAT_1_I(c, m, d) argument 39 # define BOOST_PP_REPEAT_2(c, m, d) BOOST_PP_REPEAT_2_I(c, m, d) argument 40 # define BOOST_PP_REPEAT_3(c, m, d) BOOST_PP_REPEAT_3_I(c, m, d) argument 41 # define BOOST_PP_REPEAT_4(c, m, d) BOOST_PP_ERROR(0x0003) argument 43 # define BOOST_PP_REPEAT_1_I(c, m, d) BOOST_PP_REPEAT_1_ ## c(m, d) argument 44 # define BOOST_PP_REPEAT_2_I(c, m, d) BOOST_PP_REPEAT_2_ ## c(m, d) argument 45 # define BOOST_PP_REPEAT_3_I(c, m, d) BOOST_PP_REPEAT_3_ ## c(m, d) argument [all …]
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | reader_test.js | 51 const d = reader.readBool( constant 81 const d = reader.readDouble(pair.bufferDecoder, 0); constant 95 const d = reader.readFixed32(pair.bufferDecoder, 0); constant 109 const d = reader.readFloat(pair.bufferDecoder, 0); constant 126 const d = reader.readInt32(pair.bufferDecoder, 0); constant 141 const d = reader.readSfixed32(pair.bufferDecoder, 0); constant 155 const d = reader.readSfixed64(pair.bufferDecoder, 0); constant 172 const d = reader.readSint32(pair.bufferDecoder, 0); constant 190 const d = reader.readInt64(pair.bufferDecoder, 0); constant 208 const d = reader.readSint64(pair.bufferDecoder, 0); constant [all …]
|
/third_party/jerryscript/tests/jerry/ |
D | date-construct.js | 17 var d; variable 21 d = new Date({toString: function() { throw new Error("foo"); }}); variable 30 d = new Date("abcd"); variable 33 d = new Date(); variable 36 d = new Date("2015-01-01"); variable 39 d = new Date(1420070400000); variable 42 d = new Date(2015,0,1,0,0,0,0); variable 45 d = new Date(8.64e+15); variable 48 d = new Date(8.64e+15 + 1); variable 51 d = new Date(20000000, 0, 1); variable [all …]
|
D | date-annexb.js | 15 var d = new Date(1999, 1, 1); variable 17 d = new Date(1874, 4, 9); variable 19 d = new Date(2015, 8, 17); variable 21 d = new Date(NaN); variable 24 var d = new Date(); variable 28 d = new Date(); variable 32 d = new Date(); variable 36 d = new Date(2000, 1, 29); variable 44 d = new Date(NaN); variable
|
/third_party/boost/boost/date_time/gregorian/ |
D | formatters.hpp | 33 std::basic_string<charT> to_simple_string_type(const date& d) { in to_simple_string_type() 39 inline std::string to_simple_string(const date& d) { in to_simple_string() 46 inline std::basic_string<charT> to_simple_string_type(const date_period& d) { in to_simple_string_type() 57 inline std::string to_simple_string(const date_period& d) { in to_simple_string() 63 inline std::basic_string<charT> to_iso_string_type(const date_period& d) { in to_iso_string_type() 71 inline std::string to_iso_string(const date_period& d) { in to_iso_string() 78 inline std::basic_string<charT> to_iso_extended_string_type(const date& d) { in to_iso_extended_string_type() 84 inline std::string to_iso_extended_string(const date& d) { in to_iso_extended_string() 90 inline std::basic_string<charT> to_iso_string_type(const date& d) { in to_iso_string_type() 96 inline std::string to_iso_string(const date& d) { in to_iso_string() [all …]
|
D | formatters_limited.hpp | 24 inline std::string to_simple_string(const date& d) { in to_simple_string() 31 inline std::string to_simple_string(const date_period& d) { in to_simple_string() 41 inline std::string to_iso_string(const date_period& d) { in to_iso_string() 50 inline std::string to_iso_extended_string(const date& d) { in to_iso_extended_string() 57 inline std::string to_iso_string(const date& d) { in to_iso_string() 63 inline std::string to_sql_string(const date& d) in to_sql_string()
|
/third_party/libexif/libexif/ |
D | exif-mnote-data.c | 35 exif_mnote_data_construct (ExifMnoteData *d, ExifMem *mem) in exif_mnote_data_construct() 49 exif_mnote_data_ref (ExifMnoteData *d) in exif_mnote_data_ref() 55 exif_mnote_data_free (ExifMnoteData *d) in exif_mnote_data_free() 71 exif_mnote_data_unref (ExifMnoteData *d) in exif_mnote_data_unref() 80 exif_mnote_data_load (ExifMnoteData *d, const unsigned char *buf, in exif_mnote_data_load() 88 exif_mnote_data_save (ExifMnoteData *d, unsigned char **buf, in exif_mnote_data_save() 96 exif_mnote_data_set_byte_order (ExifMnoteData *d, ExifByteOrder o) in exif_mnote_data_set_byte_order() 103 exif_mnote_data_set_offset (ExifMnoteData *d, unsigned int o) in exif_mnote_data_set_offset() 110 exif_mnote_data_count (ExifMnoteData *d) in exif_mnote_data_count() 117 exif_mnote_data_get_id (ExifMnoteData *d, unsigned int n) in exif_mnote_data_get_id() [all …]
|
/third_party/grpc/third_party/upb/upb/pb/ |
D | decoder.c | 72 static size_t stacksize(upb_pbdecoder *d, size_t entries) { in stacksize() 77 static size_t callstacksize(upb_pbdecoder *d, size_t entries) { in callstacksize() 93 static void seterr(upb_pbdecoder *d, const char *msg) { in seterr() 97 void upb_pbdecoder_seterr(upb_pbdecoder *d, const char *msg) { in upb_pbdecoder_seterr() 109 static size_t curbufleft(const upb_pbdecoder *d) { in curbufleft() 115 static size_t bufleft(const upb_pbdecoder *d) { in bufleft() 120 uint64_t offset(const upb_pbdecoder *d) { in offset() 125 size_t delim_remaining(const upb_pbdecoder *d) { in delim_remaining() 130 static void advance(upb_pbdecoder *d, size_t len) { in advance() 139 static bool in_residual_buf(const upb_pbdecoder *d, const char *p) { in in_residual_buf() [all …]
|
/third_party/boost/libs/chrono/test/duration/ |
D | constructor_pass.cpp | 34 D d; in check_default() local 42 BOOST_CONSTEXPR D d(0); in check_constexpr() local 51 D d(r); in check_from_rep() local 83 boost::chrono::duration<double> d = i; in main() local 87 BOOST_CONSTEXPR boost::chrono::duration<double> d = i; in main() local 102 BOOST_CONSTEXPR boost::chrono::duration<int> d(5); in main() local 107 BOOST_CONSTEXPR boost::chrono::duration<int, boost::ratio<3, 2> > d(5); in main() local 112 BOOST_CONSTEXPR boost::chrono::duration<Rep, boost::ratio<3, 2> > d(Rep(3)); in main() local 117 BOOST_CONSTEXPR boost::chrono::duration<double, boost::ratio<3, 2> > d(5.5); in main() local 125 boost::chrono::duration<double> d(5); in main() local [all …]
|
/third_party/boost/boost/vmd/detail/ |
D | sequence_common.hpp | 69 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_RETURN(d,from,number) \ argument 78 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_NO_RETURN(d,from) \ argument 82 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_EXACT_RETURN(d,from) \ argument 86 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_GENERAL_RETURN(d,from) \ argument 90 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_ARRAY_RETURN(d,from) \ argument 94 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_LIST_RETURN(d,from) \ argument 106 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_IS_AFTER_D(d,from) \ argument 144 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_RESULT_ADD_BOOST_VMD_TYPE_ARRAY(d,state,data) \ argument 150 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_RESULT_ADD_BOOST_VMD_TYPE_LIST(d,state,data) \ argument 156 #define BOOST_VMD_DETAIL_SEQUENCE_STATE_RESULT_ADD_BOOST_VMD_TYPE_SEQ(d,state,data) \ argument [all …]
|
D | data_equal_common.hpp | 41 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM_ARRAY(d,index,data) \ argument 45 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM_LIST(d,index,data) \ argument 49 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM_SEQ(d,index,data) \ argument 53 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM_TUPLE(d,index,data) \ argument 73 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_ARRAY_D(d,data) \ argument 77 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_LIST_D(d,data) \ argument 81 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_SEQ_D(d,data) \ argument 85 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_TUPLE_D(d,data) \ argument 89 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_ELEM(d,index,data,vtype) \ argument 129 #define BOOST_VMD_DETAIL_DATA_EQUAL_GET_SIZE_D(d,data,vtype) \ argument [all …]
|
D | seq.hpp | 37 #define BOOST_VMD_DETAIL_SEQ_STATE_INIT_D(d,seq) \ argument 49 #define BOOST_VMD_DETAIL_SEQ_STATE_PRED(d,state) \ argument 56 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_SET_FAILURE(d,state) \ argument 65 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_MAKE_SEQ(d,state) \ argument 69 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_UPGRADE_SEQ(d,state) \ argument 81 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_SET_SUCCESS(d,state) \ argument 99 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_SET_CONTINUE(d,state) \ argument 120 #define BOOST_VMD_DETAIL_SEQ_STATE_OP_CHECK_REST(d,state) \ argument 133 #define BOOST_VMD_DETAIL_SEQ_STATE_OP(d,state) \ argument 184 #define BOOST_VMD_DETAIL_SEQ_PROCESS_D(d,seq) \ argument [all …]
|
D | mods.hpp | 132 #define BOOST_VMD_DETAIL_MODS_PRED(d,state) \ argument 136 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_RETURN_TYPE(d,state,number) \ argument 156 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_ONLY_AFTER(d,state,id) \ argument 182 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_INDEX(d,state,number) \ argument 202 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_GTT(d,state,id) \ argument 206 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_ET(d,state,id) \ argument 210 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_SA(d,state,id) \ argument 214 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_SL(d,state,id) \ argument 218 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_NT(d,state,id) \ argument 222 #define BOOST_VMD_DETAIL_MODS_OP_CURRENT_AFT(d,state,id) \ argument [all …]
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_dump.c | 45 struct dxil_dumper *d = calloc(1, sizeof(struct dxil_dumper)); in dxil_dump_create() local 51 void dxil_dump_free(struct dxil_dumper *d) in dxil_dump_free() 58 void dxil_dump_buf_to_file(struct dxil_dumper *d, FILE *f) in dxil_dump_buf_to_file() 67 void dxil_dump_indention_inc(struct dxil_dumper *d) in dxil_dump_indention_inc() 73 void dxil_dump_indention_dec(struct dxil_dumper *d) in dxil_dump_indention_dec() 80 void dxil_dump_indent(struct dxil_dumper *d) in dxil_dump_indent() 87 dxil_dump_module(struct dxil_dumper *d, struct dxil_module *m) in dxil_dump_module() 109 dump_metadata(struct dxil_dumper *d, struct dxil_module *m) in dump_metadata() 121 dump_shader_info(struct dxil_dumper *d, struct dxil_shader_info *info) in dump_shader_info() 175 dump_types(struct dxil_dumper *d, struct list_head *list) in dump_types() [all …]
|
/third_party/libwebsockets/lib/core/ |
D | lws_dll2.c | 32 lws_dll2_is_detached(const struct lws_dll2 *d) in lws_dll2_is_detached() 58 int (*cb)(struct lws_dll2 *d, void *user)) in lws_dll2_foreach_safe() 69 lws_dll2_add_head(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_head() 101 lws_dll2_add_before(struct lws_dll2 *d, struct lws_dll2 *after) in lws_dll2_add_before() 140 lws_dll2_add_tail(struct lws_dll2 *d, struct lws_dll2_owner *owner) in lws_dll2_add_tail() 166 lws_dll2_remove(struct lws_dll2 *d) in lws_dll2_remove() 196 lws_dll2_clear(struct lws_dll2 *d) in lws_dll2_clear() 204 lws_dll2_owner_clear(struct lws_dll2_owner *d) in lws_dll2_owner_clear() 212 lws_dll2_add_sorted_priv(lws_dll2_t *d, lws_dll2_owner_t *own, void *priv, in lws_dll2_add_sorted_priv() 213 int (*compare3)(void *priv, const lws_dll2_t *d, in lws_dll2_add_sorted_priv() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | classExtendsItselfIndirectly3.js | 23 var extendStatics = function (d, b) { argument 25 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 29 return function (d, b) { argument 34 d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); class 46 var extendStatics = function (d, b) { argument 48 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 52 return function (d, b) { argument 69 var extendStatics = function (d, b) { argument 71 ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || argument 75 return function (d, b) { argument [all …]
|
D | parenthesizedTypes.js | 14 var d: (((x: string) => string) | ((x: number) => number))[]; variable 15 var d: ({ (x: string): string } | { (x: number): number })[]; variable 16 var d: Array<((x: string) => string) | ((x: number) => number)>; variable 17 var d: Array<{ (x: string): string } | { (x: number): number }>; variable 18 var d: (Array<{ (x: string): string } | { (x: number): number }>); variable 41 var d; variable 42 var d; variable 43 var d; variable 44 var d; variable 45 var d; variable
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | glbin.c | 35 #define CREATE_ELEMENT(e,c,d) \ argument 57 _set_element_floating (GstElement * e, struct src_data *d /* static */ ) in _set_element_floating() 64 _set_element_full (GstElement * e, struct src_data *d /* static */ ) in _set_element_full() 73 struct src_data *d /* static */ ) in _set_element_floating_floating() 80 _set_element_floating_full (GstElement * e, struct src_data *d /* static */ ) in _set_element_floating_full() 87 _set_element_full_full (GstElement * e, struct src_data *d /* static */ ) in _set_element_full_full() 94 _set_element_full_floating (GstElement * e, struct src_data *d /* static */ ) in _set_element_full_floating() 132 struct src_data d = { "src", "gltestsrc" }; in GST_START_TEST() local 140 struct src_data d = { "src", "gltestsrc" }; in GST_START_TEST() local 148 struct src_data d = { "src", "gltestsrc" }; in GST_START_TEST() local [all …]
|
/third_party/openssl/crypto/dsa/ |
D | dsa_lib.c | 44 const DSA_METHOD *DSA_get_method(DSA *d) in DSA_get_method() 168 int DSA_set_ex_data(DSA *d, int idx, void *arg) in DSA_set_ex_data() 173 void *DSA_get_ex_data(DSA *d, int idx) in DSA_get_ex_data() 178 int DSA_security_bits(const DSA *d) in DSA_security_bits() 243 void DSA_get0_pqg(const DSA *d, in DSA_get0_pqg() 254 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DSA_set0_pqg() 280 void DSA_get0_key(const DSA *d, in DSA_get0_key() 289 int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key) in DSA_set0_key() 310 const BIGNUM *DSA_get0_p(const DSA *d) in DSA_get0_p() 315 const BIGNUM *DSA_get0_q(const DSA *d) in DSA_get0_q() [all …]
|
/third_party/boost/libs/bimap/test/ |
D | test_bimap.hpp | 30 void test_container(Container & c, const Data & d) in test_container() 68 void test_sequence_container(Container & c, const Data & d) in test_sequence_container() 142 void test_vector_container(Container & c, const Data & d) in test_vector_container() 159 void test_associative_container(Container & c, const Data & d) in test_associative_container() 221 void test_pair_associative_container(Container & c, const Data & d) in test_pair_associative_container() 258 void test_simple_ordered_associative_container_equality(Container & c, const Data & d) in test_simple_ordered_associative_container_equality() 268 void test_simple_ordered_associative_container(Container & c, const Data & d) in test_simple_ordered_associative_container() 307 void test_simple_unordered_associative_container(Container & c, const Data & d) in test_simple_unordered_associative_container() 354 void test_pair_ordered_associative_container_equality(Container & c, const Data & d) in test_pair_ordered_associative_container_equality() 364 void test_pair_ordered_associative_container(Container & c, const Data & d) in test_pair_ordered_associative_container() [all …]
|
/third_party/grpc/third_party/upb/upb/ |
D | json_decode.c | 59 UPB_NORETURN static void jsondec_err(jsondec *d, const char *msg) { in jsondec_err() 65 UPB_NORETURN static void jsondec_errf(jsondec *d, const char *fmt, ...) { in jsondec_errf() 75 static void jsondec_skipws(jsondec *d) { in jsondec_skipws() 94 static bool jsondec_tryparsech(jsondec *d, char ch) { in jsondec_tryparsech() 100 static void jsondec_parselit(jsondec *d, const char *lit) { in jsondec_parselit() 109 static void jsondec_wsch(jsondec *d, char ch) { in jsondec_wsch() 116 static void jsondec_true(jsondec *d) { jsondec_parselit(d, "true"); } in jsondec_true() 117 static void jsondec_false(jsondec *d) { jsondec_parselit(d, "false"); } in jsondec_false() 118 static void jsondec_null(jsondec *d) { jsondec_parselit(d, "null"); } in jsondec_null() 120 static void jsondec_entrysep(jsondec *d) { in jsondec_entrysep() [all …]
|
/third_party/boost/boost/preprocessor/arithmetic/detail/ |
D | div_base.hpp | 35 # define BOOST_PP_DIV_BASE_P(d, rxy) BOOST_PP_DIV_BASE_P_IM(d, BOOST_PP_TUPLE_REM_3 rxy) argument 36 # define BOOST_PP_DIV_BASE_P_IM(d, im) BOOST_PP_DIV_BASE_P_I(d, im) argument 38 # define BOOST_PP_DIV_BASE_P(d, rxy) BOOST_PP_DIV_BASE_P_I(d, BOOST_PP_TUPLE_ELEM(3, 0, rxy), BO… argument 41 # define BOOST_PP_DIV_BASE_P_I(d, r, x, y) BOOST_PP_LESS_EQUAL_D(d, y, x) argument 44 # define BOOST_PP_DIV_BASE_O(d, rxy) BOOST_PP_DIV_BASE_O_IM(d, BOOST_PP_TUPLE_REM_3 rxy) argument 45 # define BOOST_PP_DIV_BASE_O_IM(d, im) BOOST_PP_DIV_BASE_O_I(d, im) argument 47 # define BOOST_PP_DIV_BASE_O(d, rxy) BOOST_PP_DIV_BASE_O_I(d, BOOST_PP_TUPLE_ELEM(3, 0, rxy), BO… argument 50 # define BOOST_PP_DIV_BASE_O_I(d, r, x, y) (BOOST_PP_INC(r), BOOST_PP_SUB_D(d, x, y), y) argument 55 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_WHILE_ ## d(BOOST_PP_DIV_BASE_P, BOOST_PP_DIV_BAS… argument 57 # define BOOST_PP_DIV_BASE_D(d, x, y) BOOST_PP_DIV_BASE_D_I(d, x, y) argument [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cVertexAttribBindingTests.cpp | 675 GLubyte d[] = { 1, 2, 3, 4 }; in Run() local 682 GLubyte d[] = { 10, 11, 12, 13 }; in Run() local 744 GLbyte d[] = { -127, 127, -127, 127 }; in Run() local 749 GLushort d[] = { 1, 2, 3, 4 }; in Run() local 754 GLuint d[] = { 5, 6 }; in Run() local 759 GLbyte d[] = { 127, -127, 127, -127 }; in Run() local 764 GLushort d[] = { 7, 8, 9, 10 }; in Run() local 769 GLuint d[] = { 11, 12 }; in Run() local 776 GLhalf d[] = { FloatToHalf(0.0), FloatToHalf(100.0), FloatToHalf(200.0) }; in Run() local 781 GLhalf d[] = { FloatToHalf(300.0), FloatToHalf(400.0) }; in Run() local [all …]
|
/third_party/boost/libs/multiprecision/test/ |
D | constexpr_test_arithmetic_backend.cpp | 21 constexpr unsigned_backend d = test_constexpr_add_subtract(c); in main() local 33 constexpr unsigned_backend d = test_constexpr_mul_divide(c); in main() local 41 constexpr unsigned_backend d = test_constexpr_bitwise(c); in main() local 54 constexpr unsigned_backend d = test_constexpr_logical(c); in main() local 62 constexpr unsigned_backend d = test_constexpr_compare(c); in main() local 73 constexpr unsigned_backend_et d = test_constexpr_add_subtract(c); in main() local 82 constexpr unsigned_backend_et d = test_constexpr_mul_divide(c); in main() local 90 constexpr unsigned_backend_et d = test_constexpr_bitwise(c); in main() local 103 constexpr unsigned_backend_et d = test_constexpr_logical(c); in main() local 111 constexpr unsigned_backend_et d = test_constexpr_compare(c); in main() local
|
/third_party/mesa3d/src/glx/apple/ |
D | apple_glx_drawable.c | 105 drawable_unlock(struct apple_glx_drawable *d) in drawable_unlock() 119 reference_drawable(struct apple_glx_drawable *d) in reference_drawable() 127 release_drawable(struct apple_glx_drawable *d) in release_drawable() 137 destroy_drawable(struct apple_glx_drawable *d) in destroy_drawable() 199 destroy_drawable_callback(struct apple_glx_drawable *d) in destroy_drawable_callback() 227 is_pbuffer(struct apple_glx_drawable *d) in is_pbuffer() 233 is_pixmap(struct apple_glx_drawable *d) in is_pixmap() 239 common_init(Display * dpy, GLXDrawable drawable, struct apple_glx_drawable *d) in common_init() 324 struct apple_glx_drawable *d; in apple_glx_drawable_create() local 364 struct apple_glx_drawable *d, *dnext; in apple_glx_garbage_collect_drawables() local [all …]
|