Home
last modified time | relevance | path

Searched defs:seq (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/third_party/alsa-lib/src/seq/
Dseq_hw.c43 static int snd_seq_hw_close(snd_seq_t *seq) in snd_seq_hw_close()
56 static int snd_seq_hw_nonblock(snd_seq_t *seq, int nonblock) in snd_seq_hw_nonblock()
76 static int snd_seq_hw_client_id(snd_seq_t *seq) in snd_seq_hw_client_id()
87 static int snd_seq_hw_system_info(snd_seq_t *seq, snd_seq_system_info_t * info) in snd_seq_hw_system_info()
97 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()
111 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()
121 static int snd_seq_hw_create_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_create_port()
131 static int snd_seq_hw_delete_port(snd_seq_t *seq, snd_seq_port_info_t * port) in snd_seq_hw_delete_port()
141 static int snd_seq_hw_get_port_info(snd_seq_t *seq, snd_seq_port_info_t * info) in snd_seq_hw_get_port_info()
151 static int snd_seq_hw_set_port_info(snd_seq_t *seq, snd_seq_port_info_t * info) in snd_seq_hw_set_port_info()
[all …]
Dseqmid.c48 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()
73 int snd_seq_create_simple_port(snd_seq_t *seq, const char *name, in snd_seq_create_simple_port()
103 int snd_seq_delete_simple_port(snd_seq_t *seq, int port) in snd_seq_delete_simple_port()
121 int snd_seq_connect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_connect_from()
148 int snd_seq_connect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_connect_to()
175 int snd_seq_disconnect_from(snd_seq_t *seq, int myport, int src_client, int src_port) in snd_seq_disconnect_from()
202 int snd_seq_disconnect_to(snd_seq_t *seq, int myport, int dest_client, int dest_port) in snd_seq_disconnect_to()
228 int snd_seq_set_client_name(snd_seq_t *seq, const char *name) in snd_seq_set_client_name()
247 int snd_seq_set_client_event_filter(snd_seq_t *seq, int event_type) in snd_seq_set_client_event_filter()
266 int snd_seq_set_client_pool_output(snd_seq_t *seq, size_t size) in snd_seq_set_client_pool_output()
[all …]
Dseq.c800 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()
1217 size_t snd_seq_get_input_buffer_size(snd_seq_t *seq) in snd_seq_get_input_buffer_size()
[all …]
/third_party/libwebsockets/lib/core-net/
Dsequencer.c101 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/
Dsalted_seed_seq_test.cc47 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
Dexplicit_seed_seq_test.cc41 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
Dranden_engine.h66 explicit randen_engine(SeedSequence&& seq) { in randen_engine()
86 seed(SeedSequence&& seq) { in seed()
104 void reseed(SeedSequence& seq) { in reseed()
/third_party/alsa-utils/seq/aconnect/
Daconnect.c99 static void list_each_subs(snd_seq_t *seq, snd_seq_query_subscribe_t *subs, int type, const char *m… in list_each_subs()
127 static void list_subscribers(snd_seq_t *seq, const snd_seq_addr_t *addr) in list_subscribers()
141 static void do_search_port(snd_seq_t *seq, int perm, action_func_t do_action) in do_search_port()
165 static void print_port(snd_seq_t *seq, snd_seq_client_info_t *cinfo, in print_port()
195 static void print_port_and_subs(snd_seq_t *seq, snd_seq_client_info_t *cinfo, in print_port_and_subs()
206 static void remove_connection(snd_seq_t *seq, snd_seq_client_info_t *cinfo, in remove_connection()
240 static void remove_all_connections(snd_seq_t *seq) in remove_all_connections()
269 snd_seq_t *seq; in main() local
/third_party/rust/crates/regex/examples/
Dshootout-regex-dna.rs19 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
Dshootout-regex-dna-bytes.rs19 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
Dshootout-regex-dna-cheat.rs24 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
Dshootout-regex-dna-single.rs17 let mut seq = String::with_capacity(50 * (1 << 20)); in main() localVariable
52 let mut seq = seq; in main() localVariable
Dshootout-regex-dna-single-cheat.rs17 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/
Dtiertexseqv.c77 static const unsigned char *seq_decode_op1(SeqVideoContext *seq, in seq_decode_op1()
127 static const unsigned char *seq_decode_op2(SeqVideoContext *seq, in seq_decode_op2()
146 static const unsigned char *seq_decode_op3(SeqVideoContext *seq, in seq_decode_op3()
164 static int seqvideo_decode(SeqVideoContext *seq, const unsigned char *data, int data_size) in seqvideo_decode()
215 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
Dcbs_av1_syntax_template.c352 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/
Draop-packet-buffer.c45 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/ffmpeg/libavformat/
Dtiertexseq.c83 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
266 SeqDemuxContext *seq = s->priv_data; in seq_read_packet() local
/third_party/python/Lib/test/
Dtest_index.py164 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/
Dnv50_ir_graph.cpp173 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/openssl/ssl/record/
Ddtls1_bitmap.c42 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/
Dutils.js14 let seq = 0; variable
21 message = { cmd: 'NODE_CLUSTER', ...message, seq }; field
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts79 seq: 0, constant
111 seq: 0, constant
137 seq: 0, constant
152 seq: 1, constant
180 seq: 0, constant
288 seq: i, constant
319 seq: 0, constant
488 seq: 0, constant
628 private seq = 0; property in InProcClient
/third_party/ltp/include/lapi/
Dipcbuf.h36 unsigned short int seq; member
62 unsigned int seq; member
91 unsigned short seq; member
126 unsigned short seq; member
153 unsigned long seq; member
185 unsigned short seq; member
/third_party/gstreamer/gstplugins_good/gst/rtp/
Drtpulpfeccommon.c45 unsigned int seq:16; /* sequence number */ member
102 guint16 seq = g_ntohs (fec_hdr->seq); in fec_hdr_get_seq_base() local
173 rtp_ulpfec_packet_mask_from_seqnum (guint16 seq, in rtp_ulpfec_packet_mask_from_seqnum()
255 gboolean fec_mask_long, guint32 ssrc, guint16 seq) in rtp_ulpfec_bitstring_to_media_rtp_buffer()
288 gboolean marker, guint8 pt, guint16 seq, guint32 timestamp, guint32 ssrc) in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
386 guint seq; in rtp_ulpfec_log_rtppacket() local
/third_party/openssl/test/
Dtls13encryptiontest.c31 const char *seq; member
240 unsigned char *iv, size_t ivlen, unsigned char *seq) in load_record()
309 unsigned char *key = NULL, *iv = NULL, *seq = NULL; in test_tls13_encryption() local

12345678910>>...20