Home
last modified time | relevance | path

Searched defs:seq (Results 101 - 125 of 592) sorted by relevance

12345678910>>...24

/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/ispassseqcheck_fuzzer/
H A Dispassseqcheck_fuzzer.cpp47 int32_t seq = *const_cast<int32_t *>(reinterpret_cast<const int32_t *>(rawData)); in IsPassSeqCheckSwitch() local
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/stream_common_data_test/
H A Dstream_common_data_test.cpp115 uint16_t seq; in HWTEST_F() local
/foundation/communication/dsoftbus/core/connection/manager/
H A Dsoftbus_conn_manager.h125 int64_t seq; member
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_cipherkey_manager_virtual.c32 bool GetCipherKeyByNetworkId(const char *networkId, int32_t seq, uint32_t tableIndex, AesCtrCipherKey *cipherkey, in GetCipherKeyByNetworkId() argument
43 bool GetLocalCipherKey(int32_t seq, uint32_t *tableIndex, AesCtrCipherKey *cipherkey, int32_t keyLen) in GetLocalCipherKey() argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_pending.c30 uint64_t seq; member
55 static int32_t CheckPendingPacketExisted(uint32_t id, uint64_t seq) in CheckPendingPacketExisted() argument
73 int32_t CreatePendingPacket(uint32_t id, uint64_t seq) in CreatePendingPacket() argument
114 void DeletePendingPacket(uint32_t id, uint64_t seq) in DeletePendingPacket() argument
168 GetPendingPacketData(uint32_t id, uint64_t seq, uint32_t waitMillis, bool isDelete, TransPendData *data) GetPendingPacketData() argument
210 SetPendingPacketData(uint32_t id, uint64_t seq, const TransPendData *data) SetPendingPacketData() argument
[all...]
/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_manager.h49 uint64_t seq; member
/third_party/ffmpeg/libavcodec/
H A Dav1_parser.c59 const AV1RawSequenceHeader *seq; in av1_parser_parse() local
H A Dnvdec_av1.c30 static int get_bit_depth_from_seq(const AV1RawSequenceHeader *seq) in get_bit_depth_from_seq() argument
43 const AV1RawSequenceHeader *seq = s->raw_seq; in nvdec_av1_start_frame() local
[all...]
H A Dvdpau_av1.c32 static int get_bit_depth_from_seq(const AV1RawSequenceHeader *seq) in get_bit_depth_from_seq() argument
47 const AV1RawSequenceHeader *seq = s->raw_seq; in vdpau_av1_start_frame() local
[all...]
/third_party/ffmpeg/libavformat/
H A Drtpdec_h261.c46 h261_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_h261_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) h261_handle_packet() argument
H A Drtpdec_h263_rfc2190.c48 h263_handle_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) h263_handle_packet() argument
H A Drtpdec_dv.c89 dv_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_dv_ctx, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) dv_handle_packet() argument
H A Drtpdec_qcelp.c201 qcelp_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) qcelp_parse_packet() argument
H A Drtpdec_mpa_robust.c66 mpa_robust_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) mpa_robust_parse_packet() argument
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DUTF16CollationIterator.java145 protected CharSequence seq; global() field in UTF16CollationIterator
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DUTF16CollationIterator.java147 protected CharSequence seq; global() field in UTF16CollationIterator
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcsr2022.cpp48 const uint8_t *seq = escapeSequences[escN]; in match_2022() local
/third_party/libwebsockets/lib/abstract/
H A Dtest-sequencer.c108 test_sequencer_cb(struct lws_sequencer *seq, void *user, int event, void *data, in test_sequencer_cb() argument
238 struct lws_sequencer *seq; in lws_abs_unit_test_sequencer() local
[all...]
/third_party/musl/src/thread/
H A Dpthread_cond_timedwait.c65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait() local
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cond_timedwait.c85 int e, seq, clock = c->_c_clock, cs, shared = 0, oldstate, tmp; in __pthread_cond_timedwait() local
/third_party/node/deps/icu-small/source/i18n/
H A Dcsr2022.cpp48 const uint8_t *seq = escapeSequences[escN]; in match_2022() local
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cid.c59 void ngtcp2_scid_init(ngtcp2_scid *scid, uint64_t seq, const ngtcp2_cid *cid) { in ngtcp2_scid_init() argument
73 void ngtcp2_dcid_init(ngtcp2_dcid *dcid, uint64_t seq, const ngtcp2_cid *cid, in ngtcp2_dcid_init() argument
126 ngtcp2_dcid_verify_uniqueness(ngtcp2_dcid *dcid, uint64_t seq, const ngtcp2_cid *cid, const uint8_t *token) ngtcp2_dcid_verify_uniqueness() argument
[all...]
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtprctl.c32 volatile int seq; variable
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtprctl.c32 volatile int seq; variable
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dbinops-same-args.c11 int seq(int a) { return a == a; } in seq() function

Completed in 9 milliseconds

12345678910>>...24