Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dext-trunc-same.c1 short seq(short x) in seq() function
H A Dcanonical-cmp.c4 sint seq(sint p, sint a) { return (123 == p) == (p == 123); } 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
/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
/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
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_tnode.h57 uint64_t seq; member
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtautological-compare.c3 int seq(int a) { return a == a; } in seq() function
/third_party/node/deps/openssl/openssl/ssl/record/
H A 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/deps/openssl/openssl/crypto/pkcs7/
H A Dpk7_attr.c23 ASN1_STRING *seq; in PKCS7_add_attrib_smimecap() local
/third_party/openssl/crypto/pkcs7/
H A Dpk7_attr.c23 ASN1_STRING *seq; in PKCS7_add_attrib_smimecap() local

Completed in 6 milliseconds

12345678910>>...15