Home
last modified time | relevance | path

Searched defs:seq (Results 1 - 25 of 478) sorted by relevance

12345678910>>...20

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dext-trunc-same.c1 short seq(short x) in seq() function
/third_party/rust/crates/regex/examples/
H A Dshootout-regex-dna-bytes.rs19 let mut seq = Vec::with_capacity(51 * (1 << 20)); in main() variables
59 let mut seq in main() variables
[all...]
H A Dshootout-regex-dna-replace.rs11 let mut seq = String::with_capacity(50 * (1 << 20)); in main() variables
H A Dshootout-regex-dna.rs19 let mut seq = String::with_capacity(51 * (1 << 20)); in main() variables
59 let mut seq in main() variables
[all...]
H A Dshootout-regex-dna-single.rs17 let mut seq = String::with_capacity(50 * (1 << 20)); in main() variables
52 let mut seq = seq; in main() variables
[all...]
H A Dshootout-regex-dna-cheat.rs24 let mut seq = String::with_capacity(50 * (1 << 20)); in main() variables
[all...]
H A Dshootout-regex-dna-single-cheat.rs17 let mut seq = String::with_capacity(50 * (1 << 20)); in main() variables
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/utility/
H A Dutility_test.cc90 ABSL_ATTRIBUTE_UNUSED Counter<absl::make_index_sequence<Is>...> seq; in CountAll() local
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_channel.h30 int64_t seq; member
/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_send_queue.h32 int64_t seq; member
/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_send_queue.h30 int64_t seq; member
/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranspending_fuzzer/
H A Dclienttranspending_fuzzer.cpp37 uint64_t seq = *(reinterpret_cast<const uint64_t*>(data)); in ClientTransPendingTest() local
/third_party/ffmpeg/libavformat/
H A Davs3dec.c34 int pic = 0, seq = 0, slice_pos = 0; in avs3video_probe() local
H A Dvc1dec.c29 int seq = 0, entry = 0, invalid = 0, frame = 0, i; in vc1_probe() local
H A Dcavsvideodec.c37 int pic=0, seq=0, slice_pos = 0; in cavsvideo_probe() local
H A Davs2dec.c36 uint32_t code = -1, hds = 0, pic = 0, seq = 0; in avs2_probe() local
H A Drtpdec_mpeg12.c26 mpeg_parse_packet(AVFormatContext *ctx, PayloadContext *data, AVStream *st, AVPacket *pkt, uint32_t *timestamp, const uint8_t *buf, int len, uint16_t seq, int flags) mpeg_parse_packet() argument
/third_party/skia/tests/
H A DLRUCacheTest.cpp53 int seq[] = { 0, 1, 2, 3, 4, 1, 6, 2, 7, 5, 3, 2, 2, 3, 1, 7 }; in DEF_TEST() local
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_pending_test.cpp65 uint64_t seq = 0; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dstream_common_data.cpp30 StreamCommonData::StreamCommonData(uint32_t streamId, uint16_t seq, const StreamFrameInfo& frameInfo) in StreamCommonData() argument
/third_party/curl/tests/libtest/
H A Dlibauthretry.c32 static CURLcode send_request(CURL *curl, const char *url, int seq, in send_request() argument
60 static CURLcode send_wrong_password(CURL *curl, const char *url, int seq, in send_wrong_password() argument
66 static CURLcode send_right_password(CURL *curl, const char *url, int seq, in send_right_password() argument
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
H A Dmain.c23 int seq = 0; in format_c() local
/third_party/ltp/lib/newlib_tests/
H A Dtst_fuzzy_sync03.c20 static volatile char seq[LOOPS * 2 + 1]; variable
/third_party/ltp/include/lapi/
H A 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; global() member
[all...]
/third_party/musl/src/network/
H A Dnetlink.c7 static int __netlink_enumerate(int fd, unsigned int seq, int type, int af, in __netlink_enumerate() argument

Completed in 8 milliseconds

12345678910>>...20