| /third_party/uboot/u-boot-2020.01/drivers/dma/ |
| D | keystone_nav.c | 100 void qm_push(struct qm_host_desc *hd, u32 qnum) in qm_push() 109 void qm_buff_push(struct qm_host_desc *hd, u32 qnum, in qm_buff_push() 137 struct qm_host_desc *hd; in queue_close() local 206 struct qm_host_desc *hd; in ksnav_init() local 282 struct qm_host_desc *hd; in ksnav_send() local 299 struct qm_host_desc *hd; in ksnav_recv() local 311 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd) in ksnav_release_rxhd()
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| D | encode_decode.c | 73 static void *stringsink_start(void *_sink, const void *hd, size_t size_hint) { in stringsink_start() 79 static size_t stringsink_string(void *_sink, const void *hd, const char *ptr, in stringsink_string() 131 field_handlerdata_t *hd = ALLOC(field_handlerdata_t); in newhandlerdata() local 151 submsg_handlerdata_t *hd = ALLOC(submsg_handlerdata_t); in newsubmsghandlerdata() local 176 oneof_handlerdata_t *hd = ALLOC(oneof_handlerdata_t); in newoneofhandlerdata() local 196 static void *startseq_handler(void* closure, const void* hd) { in startseq_handler() 239 const void *hd, in appendbytes_handler() 250 const void *hd, in str_handler() 264 const void *hd, in bytes_handler() 276 static size_t stringdata_handler(void* closure, const void* hd, in stringdata_handler() [all …]
|
| /third_party/grpc/third_party/upb/upb/ |
| D | sink.h | 74 const void *hd; in upb_sink_putstring() local 85 const void *hd; in upb_sink_putunknown() local 97 const void *hd; in upb_sink_startmsg() local 109 const void *hd; in upb_sink_endmsg() local 122 const void *hd; in upb_sink_startseq() local 136 const void *hd; in upb_sink_endseq() local 148 const void *hd; in upb_sink_startstr() local 162 const void *hd; in upb_sink_endstr() local 174 const void *hd; in upb_sink_startsubmsg() local 192 const void *hd; in upb_sink_endsubmsg() local
|
| /third_party/grpc/third_party/upb/upb/pb/ |
| D | encoder.c | 353 static bool startmsg(void *c, const void *hd) { in startmsg() 362 static bool endmsg(void *c, const void *hd, upb_status *status) { in endmsg() 372 static void *encode_startdelimfield(void *c, const void *hd) { in encode_startdelimfield() 377 static bool encode_unknown(void *c, const void *hd, const char *buf, in encode_unknown() 383 static bool encode_enddelimfield(void *c, const void *hd) { in encode_enddelimfield() 388 static void *encode_startgroup(void *c, const void *hd) { in encode_startgroup() 392 static bool encode_endgroup(void *c, const void *hd) { in encode_endgroup() 396 static void *encode_startstr(void *c, const void *hd, size_t size_hint) { in encode_startstr() 401 static size_t encode_strbuf(void *c, const void *hd, const char *buf, in encode_strbuf()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| D | crypto_gnutls.c | 23 gcry_md_hd_t hd; in gnutls_digest_vector() local 50 gcry_cipher_hd_t hd; in des_encrypt() local 105 gcry_md_hd_t hd; in gnutls_hmac_vector() local 217 gcry_cipher_hd_t hd; in aes_encrypt_init() local 239 gcry_cipher_hd_t hd = ctx; in aes_encrypt() local 247 gcry_cipher_hd_t hd = ctx; in aes_encrypt_deinit() local 254 gcry_cipher_hd_t hd; in aes_decrypt_init() local 273 gcry_cipher_hd_t hd = ctx; in aes_decrypt() local 281 gcry_cipher_hd_t hd = ctx; in aes_decrypt_deinit() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| D | crypto_gnutls.c | 23 gcry_md_hd_t hd; in gnutls_digest_vector() local 50 gcry_cipher_hd_t hd; in des_encrypt() local 105 gcry_md_hd_t hd; in gnutls_hmac_vector() local 217 gcry_cipher_hd_t hd; in aes_encrypt_init() local 239 gcry_cipher_hd_t hd = ctx; in aes_encrypt() local 247 gcry_cipher_hd_t hd = ctx; in aes_encrypt_deinit() local 254 gcry_cipher_hd_t hd; in aes_decrypt_init() local 273 gcry_cipher_hd_t hd = ctx; in aes_decrypt() local 281 gcry_cipher_hd_t hd = ctx; in aes_decrypt_deinit() local
|
| /third_party/nghttp2/src/ |
| D | HttpServer.cc | 119 auto hd = stream->handler; in stream_timeout_cb() local 142 auto hd = stream->handler; in add_stream_read_timeout() local 149 auto hd = stream->handler; in add_stream_read_timeout_if_pending() local 158 auto hd = stream->handler; in add_stream_write_timeout() local 165 auto hd = stream->handler; in remove_stream_read_timeout() local 172 auto hd = stream->handler; in remove_stream_write_timeout() local 481 void on_session_closed(Http2Handler *hd, int64_t session_id) { in on_session_closed() 493 auto hd = static_cast<Http2Handler *>(w->data); in settings_timeout_cb() local 1081 auto hd = static_cast<Http2Handler *>(user_data); in file_read_callback() local 1121 void prepare_status_response(Stream *stream, Http2Handler *hd, int status) { in prepare_status_response() [all …]
|
| /third_party/grpc/third_party/upb/tests/ |
| D | test_cpp.cc | 140 void Handler(const int* hd, const char *buf, size_t len) { in Handler() 159 void Handler(const int* hd, const char* buf, size_t len, in Handler() 218 static void Handler(ME* t, const int* hd, const char *buf, size_t len) { in Handler() 237 static void Handler(ME* t, const int* hd, const char* buf, size_t len, in Handler() 382 static void Handler(ME* t, const int* hd) { in Handler() 398 static bool Handler(ME* t, const int* hd) { in Handler() 415 void Handler(const int* hd) { in Handler() 431 bool Handler(const int* hd) { in Handler() 538 static void Handler(ME* t, const int* hd, int32_t val) { in Handler() 555 static bool Handler(ME* t, const int* hd, int32_t val) { in Handler() [all …]
|
| /third_party/grpc/third_party/upb/tests/pb/ |
| D | test_encoder.cc | 25 static void* StartString(void *c, const void *hd, size_t size) { in StartString() 34 static size_t StringBuf(void* c, const void* hd, const char* buf, size_t n, in StringBuf()
|
| /third_party/curl/tests/libtest/ |
| D | lib541.c | 39 int hd; in test() local
|
| D | lib505.c | 42 int hd; in test() local
|
| D | lib525.c | 37 int hd; in test() local
|
| /third_party/skia/resources/skottie/ |
| D | skottie-mergepaths-effect.json | 1 …":[62,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"sr","… boolean
|
| D | skottie-puckerbloat-effect.json | 1 …":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"rc","… boolean
|
| D | skottie-hidden-shapes-layers.json | 1 …":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","… boolean
|
| D | skottie-offsetpaths-effect.json | 1 …":[86,0],"ix":3},"nm":"Ellipse Path 1","mn":"ADBE Vector Shape - Ellipse","hd":false},{"ty":"fl","… boolean
|
| D | skottie_sample_search.json | 58 "hd": false, boolean 61 "hd": false, boolean 116 "hd": false, boolean 144 "hd": false, boolean 212 "hd": false, boolean 216 "hd": false, boolean 248 "hd": false, boolean 326 "hd": false, boolean
|
| D | skottie-trimpath-fill.json | 1 …":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","… boolean
|
| D | skottie-trimpath-modes.json | 1 …":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"d":1,"ty":… boolean
|
| /third_party/uboot/u-boot-2020.01/drivers/usb/gadget/ |
| D | core.c | 459 urb_link *first_urb_link (urb_link * hd) in first_urb_link() 475 struct urb *first_urb (urb_link * hd) in first_urb() 490 struct urb *first_urb_detached (urb_link * hd) in first_urb_detached() 505 void urb_append (urb_link * hd, struct urb *urb) in urb_append()
|
| /third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
| D | nghttp2.h | 954 nghttp2_frame_hd hd; member 1026 nghttp2_frame_hd hd; member 1059 nghttp2_frame_hd hd; member 1075 nghttp2_frame_hd hd; member 1107 nghttp2_frame_hd hd; member 1127 nghttp2_frame_hd hd; member 1161 nghttp2_frame_hd hd; member 1177 nghttp2_frame_hd hd; member 1210 nghttp2_frame_hd hd; member 1231 nghttp2_frame_hd hd; member [all …]
|
| /third_party/nghttp2/lib/includes/nghttp2/ |
| D | nghttp2.h | 958 nghttp2_frame_hd hd; member 1030 nghttp2_frame_hd hd; member 1063 nghttp2_frame_hd hd; member 1079 nghttp2_frame_hd hd; member 1111 nghttp2_frame_hd hd; member 1131 nghttp2_frame_hd hd; member 1165 nghttp2_frame_hd hd; member 1181 nghttp2_frame_hd hd; member 1214 nghttp2_frame_hd hd; member 1235 nghttp2_frame_hd hd; member [all …]
|
| /third_party/flutter/skia/resources/skottie/ |
| D | skottie-hidden-shapes-layers.json | 1 …":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","… boolean
|
| D | skottie_sample_search.json | 58 "hd": false, boolean 61 "hd": false, boolean 116 "hd": false, boolean 144 "hd": false, boolean 212 "hd": false, boolean 216 "hd": false, boolean 248 "hd": false, boolean 326 "hd": false, boolean
|
| /third_party/boost/libs/histogram/examples/ |
| D | getting_started_listing_05.cpp | 57 HolderOfDynamicHistogram hd; in main() local
|