| /third_party/cares/include/ |
| D | ares_dns.h | 77 #define DNS_HEADER_QID(h) DNS__16BIT(h) argument 78 #define DNS_HEADER_QR(h) (((h)[2] >> 7) & 0x1) argument 79 #define DNS_HEADER_OPCODE(h) (((h)[2] >> 3) & 0xf) argument 80 #define DNS_HEADER_AA(h) (((h)[2] >> 2) & 0x1) argument 81 #define DNS_HEADER_TC(h) (((h)[2] >> 1) & 0x1) argument 82 #define DNS_HEADER_RD(h) ((h)[2] & 0x1) argument 83 #define DNS_HEADER_RA(h) (((h)[3] >> 7) & 0x1) argument 84 #define DNS_HEADER_Z(h) (((h)[3] >> 4) & 0x7) argument 85 #define DNS_HEADER_RCODE(h) ((h)[3] & 0xf) argument 86 #define DNS_HEADER_QDCOUNT(h) DNS__16BIT((h) + 4) argument [all …]
|
| /third_party/python/Lib/email/mime/ |
| D | image.py | 64 def _jpeg(h): argument 73 def _png(h): argument 79 def _gif(h): argument 86 def _tiff(h): argument 93 def _rgb(h): argument 100 def _pbm(h): argument 108 def _pgm(h): argument 116 def _ppm(h): argument 124 def _rast(h): argument 131 def _xbm(h): argument [all …]
|
| /third_party/python/Lib/ |
| D | imghdr.py | 16 def what(file, h=None): argument 42 def test_jpeg(h, f): argument 51 def test_png(h, f): argument 57 def test_gif(h, f): argument 64 def test_tiff(h, f): argument 71 def test_rgb(h, f): argument 78 def test_pbm(h, f): argument 86 def test_pgm(h, f): argument 94 def test_ppm(h, f): argument 102 def test_rast(h, f): argument [all …]
|
| D | sndhdr.py | 79 def test_aifc(h, f): argument 103 def test_au(h, f): argument 137 def test_hcom(h, f): argument 151 def test_voc(h, f): argument 166 def test_wav(h, f): argument 183 def test_8svx(h, f): argument 193 def test_sndt(h, f): argument 203 def test_sndr(h, f): argument
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | redundant_pub_crate.rs | 8 pub fn h() {} in h() function 13 pub fn h() {} in h() function 20 pub fn h() {} in h() function 26 pub fn h() {} in h() function 33 pub fn h() {} in h() function 38 pub fn h() {} in h() function 45 pub fn h() {} in h() function 51 pub fn h() {} in h() function 58 pub fn h() {} in h() function 63 pub fn h() {} in h() function [all …]
|
| /third_party/libuv/test/ |
| D | test-ref.c | 110 uv_idle_t h; in TEST_IMPL() local 122 uv_async_t h; in TEST_IMPL() local 133 uv_prepare_t h; in TEST_IMPL() local 145 uv_check_t h; in TEST_IMPL() local 156 static void prepare_cb(uv_prepare_t* h) { in prepare_cb() 163 uv_prepare_t h; in TEST_IMPL() local 174 uv_timer_t h; in TEST_IMPL() local 185 uv_timer_t h; in TEST_IMPL() local 200 uv_fs_event_t h; in TEST_IMPL() local 212 uv_fs_poll_t h; in TEST_IMPL() local [all …]
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | hashmap.c | 54 #define BY_HASH(h) ((struct hashmap_entry**) ((uint8_t*) (h) + PA_ALIGN(sizeof(pa_hashmap)))) argument 59 pa_hashmap *h; in pa_hashmap_new_full() local 79 static void remove_entry(pa_hashmap *h, struct hashmap_entry *e) { in remove_entry() 102 BY_HASH(h)[hash] = e->bucket_next; in remove_entry() local 115 void pa_hashmap_free(pa_hashmap *h) { in pa_hashmap_free() 122 static struct hashmap_entry *hash_scan(const pa_hashmap *h, unsigned hash, const void *key) { in hash_scan() 134 int pa_hashmap_put(pa_hashmap *h, void *key, void *value) { in pa_hashmap_put() 154 if (BY_HASH(h)[hash]) in pa_hashmap_put() local 155 BY_HASH(h)[hash]->bucket_previous = e; in pa_hashmap_put() local 156 BY_HASH(h)[hash] = e; in pa_hashmap_put() local [all …]
|
| /third_party/libwebsockets/lib/secure-streams/ |
| D | secure-streams-client.c | 72 lws_sspc_event_helper(lws_sspc_handle_t *h, lws_ss_constate_t cs, in lws_sspc_event_helper() 96 lws_sspc_handle_t *h = lws_container_of(sul, lws_sspc_handle_t, sul_retry); in lws_sspc_sul_retry_cb() local 156 lws_sspc_serialize_metadata(lws_sspc_handle_t *h, lws_sspc_metadata_t *md, in lws_sspc_serialize_metadata() 202 lws_sspc_handle_t *h = (lws_sspc_handle_t *)lws_get_opaque_user_data(wsi); in callback_sspc_client() local 624 lws_sspc_handle_t *h; in lws_sspc_create() local 702 lws_sspc_handle_t *h = lws_container_of(d, lws_sspc_handle_t, client_list); in lws_sspc_destroy_dll() local 710 lws_sspc_rxmetadata_destroy(lws_sspc_handle_t *h) in lws_sspc_rxmetadata_destroy() 726 lws_sspc_handle_t *h; in lws_sspc_destroy() local 803 lws_sspc_request_tx(lws_sspc_handle_t *h) in lws_sspc_request_tx() 839 lws_sspc_request_tx_len(lws_sspc_handle_t *h, unsigned long len) in lws_sspc_request_tx_len() [all …]
|
| D | secure-streams.c | 197 lws_conmon_ss_json(lws_ss_handle_t *h) in lws_conmon_ss_json() 409 lws_ss_event_helper(lws_ss_handle_t *h, lws_ss_constate_t cs) in lws_ss_event_helper() 478 lws_ss_handle_t *h = lws_container_of(sul, lws_ss_handle_t, sul); in lws_ss_timeout_sul_check_cb() local 492 lws_ss_handle_t *h = (lws_ss_handle_t *)priv; in lws_ss_exp_cb_metadata() local 531 lws_ss_set_timeout_us(lws_ss_handle_t *h, lws_usec_t us) in lws_ss_set_timeout_us() 544 _lws_ss_backoff(lws_ss_handle_t *h, lws_usec_t us_override) in _lws_ss_backoff() 585 lws_ss_backoff(lws_ss_handle_t *h) in lws_ss_backoff() 607 lws_ss_handle_t *h = (lws_ss_handle_t *)opaque; in lws_smd_ss_cb() local 632 lws_ss_handle_t *h = lws_container_of(sul, lws_ss_handle_t, u.smd.sul_write); in lws_ss_smd_tx_cb() local 670 _lws_ss_client_connect(lws_ss_handle_t *h, int is_retry, void *conn_if_sspc_onw) in _lws_ss_client_connect() [all …]
|
| /third_party/grpc/test/core/test_util/ |
| D | histogram.cc | 57 static size_t bucket_for_unchecked(grpc_histogram* h, double x) { in bucket_for_unchecked() argument 62 static size_t bucket_for(grpc_histogram* h, double x) { in bucket_for() 70 static double bucket_start(grpc_histogram* h, double x) { in bucket_start() 76 grpc_histogram* h = in grpc_histogram_create() local 96 void grpc_histogram_destroy(grpc_histogram* h) { in grpc_histogram_destroy() 101 void grpc_histogram_add(grpc_histogram* h, double x) { in grpc_histogram_add() 146 static double threshold_for_count_below(grpc_histogram* h, double count_below) { in threshold_for_count_below() 195 double grpc_histogram_percentile(grpc_histogram* h, double percentile) { in grpc_histogram_percentile() 199 double grpc_histogram_mean(grpc_histogram* h) { in grpc_histogram_mean() 204 double grpc_histogram_stddev(grpc_histogram* h) { in grpc_histogram_stddev() [all …]
|
| /third_party/backends/backend/ |
| D | stubs.c | 25 sane_open (SANE_String_Const name, SANE_Handle *h) in sane_open() 31 sane_get_option_descriptor (SANE_Handle h, SANE_Int opt) in sane_get_option_descriptor() 37 sane_control_option (SANE_Handle h, SANE_Int opt, SANE_Action act, in sane_control_option() 44 sane_get_parameters (SANE_Handle h, SANE_Parameters *parms) in sane_get_parameters() 50 sane_start (SANE_Handle h) in sane_start() 56 sane_read (SANE_Handle h, SANE_Byte *buf, SANE_Int maxlen, SANE_Int *lenp) in sane_read() 62 sane_set_io_mode (SANE_Handle h, SANE_Bool non_blocking) in sane_set_io_mode() 68 sane_get_select_fd (SANE_Handle h, SANE_Int *fdp) in sane_get_select_fd() 74 sane_cancel (SANE_Handle h) in sane_cancel() 80 sane_close (SANE_Handle h) in sane_close()
|
| /third_party/openssl/crypto/ec/ |
| D | ec_curve.c | 34 EC_CURVE_DATA h; member 66 EC_CURVE_DATA h; member 104 EC_CURVE_DATA h; member 148 EC_CURVE_DATA h; member 206 EC_CURVE_DATA h; member 238 EC_CURVE_DATA h; member 270 EC_CURVE_DATA h; member 308 EC_CURVE_DATA h; member 346 EC_CURVE_DATA h; member 385 EC_CURVE_DATA h; member [all …]
|
| /third_party/ffmpeg/libavcodec/ |
| D | h264_sei.c | 48 void ff_h264_sei_uninit(H264SEIContext *h) in ff_h264_sei_uninit() 69 int ff_h264_sei_process_picture_timing(H264SEIPictureTiming *h, const SPS *sps, in ff_h264_sei_process_picture_timing() 136 static int decode_picture_timing(H264SEIPictureTiming *h, GetBitContext *gb, in decode_picture_timing() 159 static int decode_registered_user_data_afd(H264SEIAFD *h, GetBitContext *gb, int size) in decode_registered_user_data_afd() 180 static int decode_registered_user_data_closed_caption(H264SEIA53Caption *h, in decode_registered_user_data_closed_caption() 190 static int decode_registered_user_data(H264SEIContext *h, GetBitContext *gb, in decode_registered_user_data() 251 static int decode_unregistered_user_data(H264SEIUnregistered *h, GetBitContext *gb, in decode_unregistered_user_data() 287 static int decode_recovery_point(H264SEIRecoveryPoint *h, GetBitContext *gb, void *logctx) in decode_recovery_point() 305 static int decode_buffering_period(H264SEIBufferingPeriod *h, GetBitContext *gb, in decode_buffering_period() 342 static int decode_frame_packing_arrangement(H264SEIFramePacking *h, in decode_frame_packing_arrangement() [all …]
|
| D | cavsdec.c | 459 static inline void store_mvs(AVSContext *h) in store_mvs() 467 static inline void mv_pred_direct(AVSContext *h, cavs_vector *pmv_fw, in mv_pred_direct() 486 static inline void mv_pred_sym(AVSContext *h, cavs_vector *src, in mv_pred_sym() 519 static inline int dequant(AVSContext *h, int16_t *level_buf, uint8_t *run_buf, in dequant() 549 static int decode_residual_block(AVSContext *h, GetBitContext *gb, in decode_residual_block() 597 static inline int decode_residual_chroma(AVSContext *h) in decode_residual_chroma() 614 static inline int decode_residual_inter(AVSContext *h) in decode_residual_inter() 644 static inline void set_mv_intra(AVSContext *h) in set_mv_intra() 654 static int decode_mb_i(AVSContext *h, int cbp_code) in decode_mb_i() 728 static inline void set_intra_mode_default(AVSContext *h) in set_intra_mode_default() [all …]
|
| /third_party/iptables/iptables/ |
| D | nft-cmd.c | 19 struct nft_cmd *nft_cmd_new(struct nft_handle *h, int command, in nft_cmd_new() 81 static void nft_cmd_rule_bridge(struct nft_handle *h, const struct nft_cmd *cmd) in nft_cmd_rule_bridge() 99 int nft_cmd_rule_append(struct nft_handle *h, const char *chain, in nft_cmd_rule_append() 115 int nft_cmd_rule_insert(struct nft_handle *h, const char *chain, in nft_cmd_rule_insert() 136 int nft_cmd_rule_delete(struct nft_handle *h, const char *chain, in nft_cmd_rule_delete() 152 int nft_cmd_rule_delete_num(struct nft_handle *h, const char *chain, in nft_cmd_rule_delete_num() 167 int nft_cmd_rule_flush(struct nft_handle *h, const char *chain, in nft_cmd_rule_flush() 187 int nft_cmd_chain_zero_counters(struct nft_handle *h, const char *chain, in nft_cmd_chain_zero_counters() 202 int nft_cmd_chain_user_add(struct nft_handle *h, const char *chain, in nft_cmd_chain_user_add() 217 int nft_cmd_chain_del(struct nft_handle *h, const char *chain, in nft_cmd_chain_del() [all …]
|
| D | nft-cache.c | 30 static void assert_nft_restart(struct nft_handle *h) in assert_nft_restart() 55 void nft_cache_level_set(struct nft_handle *h, int level, in nft_cache_level_set() 104 static void mnl_genid_get(struct nft_handle *h, uint32_t *genid) in mnl_genid_get() 124 struct nft_handle *h = data; in nftnl_table_list_cb() local 147 static int fetch_table_cache(struct nft_handle *h) in fetch_table_cache() 186 static struct hlist_head *chain_name_hlist(struct nft_handle *h, in chain_name_hlist() 196 nft_chain_find(struct nft_handle *h, const char *table, const char *chain) in nft_chain_find() 215 nft_cache_add_base_chain(struct nft_handle *h, const struct builtin_table *t, in nft_cache_add_base_chain() 246 int nft_cache_add_chain(struct nft_handle *h, const struct builtin_table *t, in nft_cache_add_chain() 306 int nft_cache_sort_chains(struct nft_handle *h, const char *table) in nft_cache_sort_chains() [all …]
|
| D | nft.c | 66 int mnl_talk(struct nft_handle *h, struct nlmsghdr *nlh, in mnl_talk() 163 static void mnl_set_sndbuffer(struct nft_handle *h) in mnl_set_sndbuffer() 178 static void mnl_set_rcvbuffer(struct nft_handle *h, int numcmds) in mnl_set_rcvbuffer() 193 static ssize_t mnl_nft_socket_sendmsg(struct nft_handle *h, int numcmds) in mnl_nft_socket_sendmsg() 214 static int mnl_batch_talk(struct nft_handle *h, int numcmds) in mnl_batch_talk() 287 static int mnl_append_error(const struct nft_handle *h, in mnl_append_error() 366 static struct obj_update *batch_add(struct nft_handle *h, enum obj_update_type type, void *ptr) in batch_add() 381 batch_table_add(struct nft_handle *h, enum obj_update_type type, in batch_table_add() 388 batch_set_add(struct nft_handle *h, enum obj_update_type type, in batch_set_add() 395 batch_chain_add(struct nft_handle *h, enum obj_update_type type, in batch_chain_add() [all …]
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | hpeldsp_mmi.c | 30 ptrdiff_t line_size, int h) in ff_put_pixels4_8_mmi() 61 ptrdiff_t line_size, int h) in ff_put_pixels8_8_mmi() 100 ptrdiff_t line_size, int h) in ff_put_pixels16_8_mmi() 149 ptrdiff_t line_size, int h) in ff_avg_pixels4_8_mmi() 186 ptrdiff_t line_size, int h) in ff_avg_pixels8_8_mmi() 238 ptrdiff_t line_size, int h) in ff_avg_pixels16_8_mmi() 305 int h) in ff_put_pixels4_l2_8_mmi() 349 int h) in ff_put_pixels8_l2_8_mmi() 410 int h) in ff_put_pixels16_l2_8_mmi() 489 int h) in ff_avg_pixels4_l2_8_mmi() [all …]
|
| /third_party/mesa3d/src/gtest/include/gtest/internal/custom/ |
| D | README.md | 7 ### The following macros can be defined: 18 ### Logging: 24 ### Threading: 33 ### Underlying library support features 37 ### Exporting API symbols:
|
| /third_party/googletest/googletest/include/gtest/internal/custom/ |
| D | README.md | 7 ### The following macros can be defined: 18 ### Logging: 24 ### Threading: 33 ### Underlying library support features 37 ### Exporting API symbols:
|
| /third_party/FreeBSD/stand/kshim/ |
| D | bsd_busspace.c | 71 bus_space_read_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_1() 80 bus_space_read_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_2() 89 bus_space_read_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_read_multi_4() 100 bus_space_write_multi_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_1() 111 bus_space_write_multi_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_2() 122 bus_space_write_multi_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_multi_4() 133 bus_space_write_1(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_1() 140 bus_space_write_2(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_2() 147 bus_space_write_4(bus_space_tag_t t, bus_space_handle_t h, in bus_space_write_4() 154 bus_space_read_1(bus_space_tag_t t, bus_space_handle_t h, bus_size_t offset) in bus_space_read_1() [all …]
|
| /third_party/curl/lib/ |
| D | hash.c | 39 struct Curl_hash *h = (struct Curl_hash *) user; in hash_element_dtor() local 59 Curl_hash_init(struct Curl_hash *h, in Curl_hash_init() 105 Curl_hash_add(struct Curl_hash *h, void *key, size_t key_len, void *p) in Curl_hash_add() 148 int Curl_hash_delete(struct Curl_hash *h, void *key, size_t key_len) in Curl_hash_delete() 175 Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len) in Curl_hash_pick() 203 Curl_hash_destroy(struct Curl_hash *h) in Curl_hash_destroy() 221 Curl_hash_clean(struct Curl_hash *h) in Curl_hash_clean() 228 Curl_hash_clean_with_criterium(struct Curl_hash *h, void *user, in Curl_hash_clean_with_criterium() 259 size_t h = 5381; in Curl_hash_str() local 289 struct Curl_hash *h = iter->hash; in Curl_hash_next_element() local [all …]
|
| /third_party/ffmpeg/libavformat/ |
| D | avio.c | 39 URLContext *h = (URLContext *)ptr; in urlcontext_to_name() local 48 URLContext *h = obj; in urlcontext_child_next() local 356 static inline int retry_transfer_wrapper(URLContext *h, uint8_t *buf, in retry_transfer_wrapper() 358 int (*transfer_func)(URLContext *h, in retry_transfer_wrapper() 401 int ffurl_read(URLContext *h, unsigned char *buf, int size) in ffurl_read() 408 int ffurl_read_complete(URLContext *h, unsigned char *buf, int size) in ffurl_read_complete() 415 int ffurl_write(URLContext *h, const unsigned char *buf, int size) in ffurl_write() 428 int64_t ffurl_seek(URLContext *h, int64_t pos, int whence) in ffurl_seek() 440 URLContext *h= *hh; in ffurl_closep() local 461 int ffurl_close(URLContext *h) in ffurl_close() [all …]
|
| /third_party/mksh/ |
| D | mirhash.h | 98 #define BAFHInit(h) do { \ argument 102 #define BAFHUpdateOctet_reg(h,b) do { \ argument 118 #define BAFHFinish_reg(h) do { \ argument 146 #define BAFHUpdateMem_reg(h,p,z) do { \ argument 163 #define BAFHUpdateStr_reg(h,s) do { \ argument 179 #define BAFHHostMem(h,p,z) do { \ argument 201 #define BAFHHostStr(h,s) do { \ argument
|
| /third_party/libuv/src/ |
| D | queue.h | 24 #define uv__queue_foreach(q, h) \ argument 44 static inline void uv__queue_add(struct uv__queue* h, struct uv__queue* n) { in uv__queue_add() 51 static inline void uv__queue_split(struct uv__queue* h, in uv__queue_split() 62 static inline void uv__queue_move(struct uv__queue* h, struct uv__queue* n) { in uv__queue_move() 69 static inline void uv__queue_insert_head(struct uv__queue* h, in uv__queue_insert_head() 77 static inline void uv__queue_insert_tail(struct uv__queue* h, in uv__queue_insert_tail() 91 static inline void uv__queue_append(struct uv__queue* h, struct uv__queue* n) { in uv__queue_append()
|