HomeSort by relevance Sort by last modified time
    Searched defs:seq (Results 376 - 400 of 547) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 21 __u32 seq; member in struct:tcphdr
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
tcp.h 21 __u32 seq; member in struct:tcphdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
tcp.h 21 __u32 seq; member in struct:tcphdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
tcp.h 21 __u32 seq; member in struct:tcphdr
  /bionic/libc/kernel/uapi/linux/
rds.h 81 uint64_t seq; member in struct:rds_info_message
tcp.h 29 __be32 seq; member in struct:tcphdr
  /development/ndk/platforms/android-L/include/linux/
rds.h 81 uint64_t seq; member in struct:rds_info_message
tcp.h 29 __be32 seq; member in struct:tcphdr
  /external/bluetooth/bluedroid/stack/avdt/
avdt_scb_act.c 248 UINT16 seq; local
260 BE_STREAM_TO_UINT16(seq, p);
300 p_data->p_pkt->layer_specific = seq;
315 p_scb->media_buf_len,time_stamp,seq,m_pt,marker); local
419 UINT16 seq; local
572 BE_STREAM_TO_UINT16(seq, p_payload);
618 payload_len, time_stamp, seq, m_pt, marker); local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509Name.java 357 private ASN1Sequence seq; field in class:X509Name
406 ASN1Sequence seq)
408 this.seq = seq;
410 Enumeration e = seq.getObjects();
925 if (seq == null)
960 seq = new DERSequence(vec);
963 return seq;
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc 331 int seq = 1; local
335 memtable_->Add(seq, kTypeValue, it->first, it->second);
336 seq++;
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 829 unsigned char ad[13], *seq, *in, *out, nonce[16]; local
833 seq = send ? s->s3->write_sequence : s->s3->read_sequence;
840 memcpy(p, &seq[2], 6);
845 memcpy(ad, seq, 8);
848 ++seq[i];
849 if (seq[i] != 0)
1011 unsigned char buf[13],*seq; local
1013 seq = send?s->s3->write_sequence:s->s3->read_sequence;
1020 memcpy(p,&seq[2],6);
1025 memcpy(buf,seq,8)
1233 unsigned char *seq; local
    [all...]
t1_lib.c 2576 unsigned int seq; local
    [all...]
  /external/chromium_org/third_party/re2/re2/
parse.cc 1528 StringPiece seq = *s; \/\/ \\p{Han} or \\pL local
    [all...]
  /external/iproute2/include/netinet/
tcp.h 94 u_int32_t seq; member in struct:tcphdr
  /external/ipsec-tools/src/racoon/
handler.h 201 u_int16_t dpd_seq; /* DPD seq number to receive */
272 u_int32_t seq; /* sequence number used by PF_KEY */ member in struct:ph2handle
277 * number to "seq", and sent kernel by pfkey.
  /external/kernel-headers/original/uapi/linux/
rds.h 119 uint64_t seq; member in struct:rds_info_message
tcp.h 27 __be32 seq; member in struct:tcphdr
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-lock.c 354 struct lock_seq_stat *seq; local
356 list_for_each_entry(seq, &ts->seq_list, list) {
357 if (seq->addr == addr)
358 return seq;
361 seq = zalloc(sizeof(struct lock_seq_stat));
362 if (!seq) {
366 seq->state = SEQ_STATE_UNINITIALIZED;
367 seq->addr = addr;
369 list_add(&seq->list, &ts->seq_list);
370 return seq;
394 struct lock_seq_stat *seq; local
467 struct lock_seq_stat *seq; local
531 struct lock_seq_stat *seq; local
586 struct lock_seq_stat *seq; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
annotate.c 777 static int seq; local
780 seq++, browser->b.nr_entries,
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 91 FooBarSequence seq; local
93 yin >> seq; local
96 EXPECT_EQ(seq.size(), 2UL);
97 FooBar& map1 = seq[0];
98 FooBar& map2 = seq[1];
118 FooBarSequence seq; local
119 seq.push_back(entry1);
120 seq.push_back(entry2);
124 yout << seq; local
837 SecondsSequence seq; local
839 yin >> seq; local
854 SecondsSequence seq; local
861 yout << seq; local
959 KindAndFlagsSequence seq; local
961 yin >> seq; local
977 KindAndFlagsSequence seq; local
986 yout << seq; local
1257 std::vector<uint8_t> seq; local
1265 yin >> seq; local
1276 std::vector<uint16_t> seq; local
1284 yin >> seq; local
1295 std::vector<uint32_t> seq; local
1303 yin >> seq; local
1314 std::vector<uint64_t> seq; local
1322 yin >> seq; local
1333 std::vector<int8_t> seq; local
1342 yin >> seq; local
1351 std::vector<int8_t> seq; local
1360 yin >> seq; local
1371 std::vector<int16_t> seq; local
1380 yin >> seq; local
1390 std::vector<int16_t> seq; local
1399 yin >> seq; local
1410 std::vector<int32_t> seq; local
1419 yin >> seq; local
1428 std::vector<int32_t> seq; local
1437 yin >> seq; local
1448 std::vector<int64_t> seq; local
1457 yin >> seq; local
1466 std::vector<int64_t> seq; local
1475 yin >> seq; local
1485 std::vector<float> seq; local
1494 yin >> seq; local
1504 std::vector<double> seq; local
1513 yin >> seq; local
1523 std::vector<Hex8> seq; local
1531 yin >> seq; local
1542 std::vector<Hex16> seq; local
1550 yin >> seq; local
1560 std::vector<Hex32> seq; local
1568 yin >> seq; local
1578 std::vector<Hex64> seq; local
1586 yin >> seq; local
1687 std::vector<uint8_t> seq; local
1689 yin >> seq; local
    [all...]
  /external/opencv/cv/src/
cvcontours.cpp 634 assert( writer.seq->total == 0 && writer.seq->first == 0 ||
635 writer.seq->total > writer.seq->first->count ||
636 (writer.seq->first->prev == writer.seq->first &&
637 writer.seq->first->next == writer.seq->first) );
823 assert( writer.seq->total == 0 && writer.seq->first == 0 |
881 CvSeq *seq = 0; local
    [all...]
  /external/openssl/ssl/
t1_lib.c 2822 unsigned int seq; local
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 39 unsigned short *seq; /* 0x3c4 */ member in struct:__anon34009
606 mov bx, [si+10] ;; seq
  /external/regex-re2/re2/
parse.cc 1528 StringPiece seq = *s; \/\/ \\p{Han} or \\pL local
    [all...]

Completed in 2109 milliseconds

<<11121314151617181920>>