| /third_party/alsa-lib/src/seq/ |
| D | seq_hw.c | 42 static int snd_seq_hw_close(snd_seq_t *seq) in snd_seq_hw_close() 55 static int snd_seq_hw_nonblock(snd_seq_t *seq, int nonblock) in snd_seq_hw_nonblock() 75 static int snd_seq_hw_client_id(snd_seq_t *seq) in snd_seq_hw_client_id() 86 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info) in snd_seq_hw_system_info() 96 static void update_midi_version(snd_seq_t *seq, snd_seq_client_info_t *info) in update_midi_version() 110 static int snd_seq_hw_get_client_info(snd_seq_t *seq, snd_seq_client_info_t * info) in snd_seq_hw_get_client_info() 124 static int snd_seq_hw_set_client_info(snd_seq_t *seq, snd_seq_client_info_t * info) in snd_seq_hw_set_client_info() 136 static int snd_seq_hw_get_ump_info(snd_seq_t *seq, int client, int type, void *info) in snd_seq_hw_get_ump_info() 158 static int snd_seq_hw_set_ump_info(snd_seq_t *seq, int type, const void *info) in snd_seq_hw_set_ump_info() 181 static int snd_seq_hw_create_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_create_port() [all …]
|
| D | seqmid.c | 46 int snd_seq_control_queue(snd_seq_t *seq, int q, int type, int value, snd_seq_event_t *ev) in snd_seq_control_queue() 71 int snd_seq_create_simple_port(snd_seq_t *seq, const char *name, in snd_seq_create_simple_port() 101 int snd_seq_delete_simple_port(snd_seq_t *seq, int port) in snd_seq_delete_simple_port() 119 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_connect_from() 146 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_connect_to() 173 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_disconnect_from() 200 int snd_seq_disconnect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_disconnect_to() 226 int snd_seq_set_client_name(snd_seq_t *seq, const char *name) in snd_seq_set_client_name() 245 int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type) in snd_seq_set_client_event_filter() 264 int snd_seq_set_client_midi_version(snd_seq_t *seq, int midi_version) in snd_seq_set_client_midi_version() [all …]
|
| D | seq.c | 800 const char *snd_seq_name(snd_seq_t *seq) in snd_seq_name() 815 snd_seq_type_t snd_seq_type(snd_seq_t *seq) in snd_seq_type() 1043 int snd_seq_close(snd_seq_t *seq) in snd_seq_close() 1070 int snd_seq_poll_descriptors_count(snd_seq_t *seq, short events) in snd_seq_poll_descriptors_count() 1103 int snd_seq_poll_descriptors(snd_seq_t *seq, struct pollfd *pfds, unsigned int space, short events) in snd_seq_poll_descriptors() 1133 int snd_seq_poll_descriptors_revents(snd_seq_t *seq, struct pollfd *pfds, unsigned int nfds, unsign… in snd_seq_poll_descriptors_revents() 1156 int snd_seq_nonblock(snd_seq_t *seq, int nonblock) in snd_seq_nonblock() 1182 int snd_seq_client_id(snd_seq_t *seq) in snd_seq_client_id() 1199 size_t snd_seq_get_output_buffer_size(snd_seq_t *seq) in snd_seq_get_output_buffer_size() 1207 static inline size_t get_packet_size(snd_seq_t *seq) in get_packet_size() [all …]
|
| /third_party/libwebsockets/lib/core-net/ |
| D | sequencer.c | 101 lws_seq_t *seq = lws_zalloc(sizeof(*seq) + i->user_size, __func__); in lws_seq_create() local 151 lws_seq_t *seq = *pseq; in lws_seq_destroy() local 188 lws_seq_t *seq = lws_container_of(sul, lws_seq_t, sul_pending); in lws_seq_sul_pending_cb() local 220 lws_seq_queue_event(lws_seq_t *seq, lws_seq_events_t e, void *data, void *aux) in lws_seq_queue_event() 268 lws_seq_check_wsi(lws_seq_t *seq, struct lws *wsi) in lws_seq_check_wsi() 302 lws_seq_timeout_us(lws_seq_t *seq, lws_usec_t us) in lws_seq_timeout_us() 319 lws_seq_name(lws_seq_t *seq) in lws_seq_name() 325 lws_seq_us_since_creation(lws_seq_t *seq) in lws_seq_us_since_creation() 331 lws_seq_get_context(lws_seq_t *seq) in lws_seq_get_context()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
| D | salted_seed_seq_test.cc | 47 Sseq seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface() local 60 Sseq seq; in ConformsToInterface() local 77 std::seed_seq seq(seed_values.begin(), seed_values.end()); in TEST() local 91 std::seed_seq seq(std::begin(init), std::end(init)); in TEST() local 117 std::seed_seq seq(std::begin(seed_material), std::end(seed_material)); in TEST() local 138 SaltedSeedSeq<std::seed_seq> seq({1, 2, 3}); in TEST() local
|
| D | explicit_seed_seq_test.cc | 41 Sseq seq(init_array, &init_array[ABSL_ARRAYSIZE(init_array)]); in ConformsToInterface() local 53 Sseq seq; in ConformsToInterface() local 74 absl::random_internal::ExplicitSeedSeq seq; in TEST() local 90 absl::random_internal::ExplicitSeedSeq seq(seed_material, in TEST() local
|
| D | randen_engine.h | 66 explicit randen_engine(SeedSequence&& seq) { in randen_engine() 86 seed(SeedSequence&& seq) { in seed() 104 void reseed(SeedSequence& seq) { in reseed()
|
| /third_party/rust/crates/regex/examples/ |
| D | shootout-regex-dna-bytes.rs | 19 let mut seq = Vec::with_capacity(51 * (1 << 20)); in main() localVariable 40 let seq = seq_arc.clone(); in main() localVariable 59 let mut seq = seq; in main() localVariable
|
| D | shootout-regex-dna.rs | 19 let mut seq = String::with_capacity(51 * (1 << 20)); in main() localVariable 40 let seq = seq_arc.clone(); in main() localVariable 59 let mut seq = seq; in main() localVariable
|
| D | shootout-regex-dna-cheat.rs | 24 let mut seq = String::with_capacity(50 * (1 << 20)); in main() localVariable 45 let seq = seq_arc.clone(); in main() localVariable 64 let seq = replace_all(&seq, substs); in main() localVariable
|
| D | shootout-regex-dna-single.rs | 17 let mut seq = String::with_capacity(50 * (1 << 20)); in main() localVariable 52 let mut seq = seq; in main() localVariable
|
| D | shootout-regex-dna-single-cheat.rs | 17 let mut seq = String::with_capacity(50 * (1 << 20)); in main() localVariable 52 let seq = replace_all(&seq, substs); in main() localVariable
|
| /third_party/ffmpeg/libavcodec/ |
| D | tiertexseqv.c | 78 static const unsigned char *seq_decode_op1(SeqVideoContext *seq, in seq_decode_op1() 128 static const unsigned char *seq_decode_op2(SeqVideoContext *seq, in seq_decode_op2() 147 static const unsigned char *seq_decode_op3(SeqVideoContext *seq, in seq_decode_op3() 165 static int seqvideo_decode(SeqVideoContext *seq, const unsigned char *data, int data_size) in seqvideo_decode() 216 SeqVideoContext *seq = avctx->priv_data; in seqvideo_decode_init() local 240 SeqVideoContext *seq = avctx->priv_data; in seqvideo_decode_frame() local 257 SeqVideoContext *seq = avctx->priv_data; in seqvideo_decode_end() local
|
| D | cbs_av1_syntax_template.c | 352 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 463 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 489 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 593 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 700 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 942 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 977 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 1046 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 1201 const AV1RawSequenceHeader *seq = priv->sequence_header; in FUNC() local 1307 const AV1RawSequenceHeader *seq; in FUNC() local [all …]
|
| /third_party/pulseaudio/src/modules/raop/ |
| D | raop-packet-buffer.c | 45 uint16_t seq; member 80 void pa_raop_packet_buffer_reset(pa_raop_packet_buffer *pb, uint16_t seq) { in pa_raop_packet_buffer_reset() 96 pa_memchunk *pa_raop_packet_buffer_prepare(pa_raop_packet_buffer *pb, uint16_t seq, const size_t si… in pa_raop_packet_buffer_prepare() 132 pa_memchunk *pa_raop_packet_buffer_retrieve(pa_raop_packet_buffer *pb, uint16_t seq) { in pa_raop_packet_buffer_retrieve()
|
| /third_party/alsa-utils/seq/aconnect/ |
| D | aconnect.c | 122 static void list_each_subs(snd_seq_t *seq, snd_seq_query_subscribe_t *subs, int type, const char *m… in list_each_subs() 150 static void list_subscribers(snd_seq_t *seq, const snd_seq_addr_t *addr) in list_subscribers() 164 static void do_search_port(snd_seq_t *seq, int perm, action_func_t do_action) in do_search_port() 240 static void print_port_and_subs(snd_seq_t *seq, snd_seq_client_info_t *cinfo, in print_port_and_subs() 251 static void remove_connection(snd_seq_t *seq, in remove_connection() 287 static void remove_all_connections(snd_seq_t *seq) in remove_all_connections() 325 snd_seq_t *seq; in main() local
|
| /third_party/curl/tests/libtest/ |
| D | libauthretry.c | 32 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() 60 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password() 66 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password()
|
| /third_party/ffmpeg/libavformat/ |
| D | tiertexseq.c | 83 static int seq_init_frame_buffers(SeqDemuxContext *seq, AVIOContext *pb) in seq_init_frame_buffers() 107 static int seq_fill_buffer(SeqDemuxContext *seq, AVIOContext *pb, int buffer_num, unsigned int data… in seq_fill_buffer() 126 static int seq_parse_frame_data(SeqDemuxContext *seq, AVIOContext *pb) in seq_parse_frame_data() 188 SeqDemuxContext *seq = s->priv_data; in seq_read_close() local 199 SeqDemuxContext *seq = s->priv_data; in seq_read_header() local 257 SeqDemuxContext *seq = s->priv_data; in seq_read_packet() local
|
| /third_party/python/Lib/test/ |
| D | test_index.py | 164 seq = [0,10,20,30,40,50] variable in ListTestCase 220 seq = (0,10,20,30,40,50) variable in TupleTestCase 223 seq = bytearray(b"this is a test") variable in ByteArrayTestCase 226 seq = b"this is a test" variable in BytesTestCase 229 seq = "this is a test" variable in StringTestCase 232 seq = NewSeq((0,10,20,30,40,50)) variable in NewSeqTestCase
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_graph.cpp | 173 const int seq = graph->nextSequence(); in reachableBy() local 201 unsigned int seq = graph->nextSequence(); in DFSIterator() local 350 int seq; in classifyEdges() local 363 void Graph::classifyDFS(Node *curr, int& seq) in classifyDFS() 408 const int seq = nextSequence(); in findLightestPathWeight() local
|
| /third_party/python/Parser/ |
| D | action_helpers.c | 34 asdl_seq *seq = (asdl_seq*)_Py_asdl_generic_seq_new(1, p->arena); in _PyPegen_singleton_seq() local 44 _PyPegen_seq_insert_in_front(Parser *p, void *a, asdl_seq *seq) in _PyPegen_seq_insert_in_front() 65 _PyPegen_seq_append_to_end(Parser *p, asdl_seq *seq, void *a) in _PyPegen_seq_append_to_end() 120 _PyPegen_seq_last_item(asdl_seq *seq) in _PyPegen_seq_last_item() 127 _PyPegen_seq_first_item(asdl_seq *seq) in _PyPegen_seq_first_item() 189 _PyPegen_seq_count_dots(asdl_seq *seq) in _PyPegen_seq_count_dots() 226 _PyPegen_map_names_to_ids(Parser *p, asdl_expr_seq *seq) in _PyPegen_map_names_to_ids() 257 _PyPegen_get_cmpops(Parser *p, asdl_seq *seq) in _PyPegen_get_cmpops() 274 _PyPegen_get_exprs(Parser *p, asdl_seq *seq) in _PyPegen_get_exprs() 292 _set_seq_context(Parser *p, asdl_expr_seq *seq, expr_context_ty ctx) in _set_seq_context() [all …]
|
| /third_party/openssl/ssl/record/ |
| D | dtls1_bitmap.c | 42 const unsigned char *seq = s->rlayer.read_sequence; in dtls1_record_replay_check() local 63 const unsigned char *seq = RECORD_LAYER_get_read_sequence(&s->rlayer); in dtls1_record_bitmap_update() local
|
| /third_party/node/lib/internal/cluster/ |
| D | utils.js | 14 let seq = 0; variable 22 message = { cmd: 'NODE_CLUSTER', ...message, seq }; field
|
| /third_party/node/deps/openssl/openssl/ssl/record/ |
| D | dtls1_bitmap.c | 42 const unsigned char *seq = s->rlayer.read_sequence; in dtls1_record_replay_check() local 63 const unsigned char *seq = RECORD_LAYER_get_read_sequence(&s->rlayer); in dtls1_record_bitmap_update() local
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | session.ts | 79 seq: 0, constant 111 seq: 0, constant 137 seq: 0, constant 152 seq: 1, constant 180 seq: 0, constant 289 seq: i, constant 320 seq: 0, constant 489 seq: 0, constant 629 private seq = 0; property in InProcClient
|