Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 2217) sorted by relevance

12345678910>>...89

/third_party/node/deps/cares/include/
Dares_dns.h77 #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/
Dimage.py64 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/cares/include/
Dares_dns.h63 #define DNS_HEADER_QID(h) DNS__16BIT(h) argument
64 #define DNS_HEADER_QR(h) (((h)[2] >> 7) & 0x1) argument
65 #define DNS_HEADER_OPCODE(h) (((h)[2] >> 3) & 0xf) argument
66 #define DNS_HEADER_AA(h) (((h)[2] >> 2) & 0x1) argument
67 #define DNS_HEADER_TC(h) (((h)[2] >> 1) & 0x1) argument
68 #define DNS_HEADER_RD(h) ((h)[2] & 0x1) argument
69 #define DNS_HEADER_RA(h) (((h)[3] >> 7) & 0x1) argument
70 #define DNS_HEADER_Z(h) (((h)[3] >> 4) & 0x7) argument
71 #define DNS_HEADER_RCODE(h) ((h)[3] & 0xf) argument
72 #define DNS_HEADER_QDCOUNT(h) DNS__16BIT((h) + 4) argument
[all …]
/third_party/python/Lib/
Dimghdr.py16 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 …]
Dsndhdr.py79 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/libuv/test/
Dtest-ref.c110 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/
Dhashmap.c54 #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/
Dsecure-streams-client.c72 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 …]
Dsecure-streams.c197 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/node/deps/histogram/src/
Dhdr_histogram.c34 static int32_t normalize_index(const struct hdr_histogram* h, int32_t index) in normalize_index()
57 static int64_t counts_get_direct(const struct hdr_histogram* h, int32_t index) in counts_get_direct()
62 static int64_t counts_get_normalised(const struct hdr_histogram* h, int32_t index) in counts_get_normalised()
68 struct hdr_histogram* h, int32_t index, int64_t value) in counts_inc_normalised()
76 struct hdr_histogram* h, int32_t index, int64_t value) in counts_inc_normalised_atomic()
84 static void update_min_max(struct hdr_histogram* h, int64_t value) in update_min_max()
90 static void update_min_max_atomic(struct hdr_histogram* h, int64_t value) in update_min_max_atomic()
168 static int32_t get_bucket_index(const struct hdr_histogram* h, int64_t value) in get_bucket_index()
179 static int32_t counts_index(const struct hdr_histogram* h, int32_t bucket_index, int32_t sub_bucket… in counts_index()
195 int32_t counts_index_for(const struct hdr_histogram* h, int64_t value) in counts_index_for()
[all …]
/third_party/node/deps/openssl/openssl/crypto/ec/
Dec_curve.c34 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/openssl/crypto/ec/
Dec_curve.c34 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/mesa3d/src/gtest/include/gtest/internal/custom/
DREADME.md7 ### The following macros can be defined:
18 ### Flag related macros:
30 ### Logging:
36 ### Threading:
45 ### Underlying library support features
49 ### Exporting API symbols:
/third_party/ffmpeg/libavcodec/
Dh264_sei.c48 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 …]
Dcavsdec.c459 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/ffmpeg/libavcodec/mips/
Dhpeldsp_mmi.c30 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/FreeBSD/stand/kshim/
Dbsd_busspace.c71 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/node/deps/googletest/include/gtest/internal/custom/
DREADME.md7 ### 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/
DREADME.md7 ### The following macros can be defined:
18 ### Logging:
24 ### Threading:
33 ### Underlying library support features
37 ### Exporting API symbols:
/third_party/ffmpeg/libavformat/
Davio.c39 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 …]
Dtls_mbedtls.c51 static int tls_close(URLContext *h) in tls_close()
68 static int handle_transport_error(URLContext *h, const char* func_name, int react_on_eagain, int re… in handle_transport_error()
87 URLContext *h = (URLContext*) ctx; in mbedtls_send() local
100 URLContext *h = (URLContext*) ctx; in mbedtls_recv() local
111 static void handle_pk_parse_error(URLContext *h, int ret) in handle_pk_parse_error()
129 static void handle_handshake_error(URLContext *h, int ret) in handle_handshake_error()
167 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open()
288 static int handle_tls_error(URLContext *h, const char* func_name, int ret) in handle_tls_error()
307 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read()
320 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write()
[all …]
Dtls_securetransport.c52 static int print_tls_error(URLContext *h, int ret) in print_tls_error()
70 static int import_pem(URLContext *h, char *path, CFArrayRef *array) in import_pem()
133 static int load_ca(URLContext *h) in load_ca()
153 static int load_cert(URLContext *h) in load_cert()
198 URLContext *h = (URLContext*)connection; in tls_read_cb() local
227 URLContext *h = (URLContext*)connection; in tls_write_cb() local
245 static int tls_close(URLContext *h) in tls_close()
267 static int tls_open(URLContext *h, const char *uri, int flags, AVDictionary **options) in tls_open()
363 static int tls_read(URLContext *h, uint8_t *buf, int size) in tls_read()
380 static int tls_write(URLContext *h, const uint8_t *buf, int size) in tls_write()
[all …]
/third_party/mksh/
Dmirhash.h98 #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/
Dqueue.h24 #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()
/third_party/selinux/libsepol/src/
Dhashtab.c37 hashtab_t hashtab_create(unsigned int (*hash_value) (hashtab_t h, in hashtab_create()
65 static void hashtab_check_resize(hashtab_t h) in hashtab_check_resize()
104 int hashtab_insert(hashtab_t h, hashtab_key_t key, hashtab_datum_t datum) in hashtab_insert()
143 int hashtab_remove(hashtab_t h, hashtab_key_t key, in hashtab_remove()
176 hashtab_datum_t hashtab_search(hashtab_t h, const_hashtab_key_t key) in hashtab_search()
196 void hashtab_destroy(hashtab_t h) in hashtab_destroy()
220 int hashtab_map(hashtab_t h, in hashtab_map()
243 void hashtab_hash_eval(hashtab_t h, char *tag) in hashtab_hash_eval()

12345678910>>...89