HomeSort by relevance Sort by last modified time
    Searched defs:seq (Results 1 - 25 of 778) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
asdl.c 7 asdl_seq *seq = NULL; local
25 seq = (asdl_seq *)PyArena_Malloc(arena, n);
26 if (!seq) {
30 memset(seq, 0, n);
31 seq->size = size;
32 return seq;
38 asdl_int_seq *seq = NULL; local
56 seq = (asdl_int_seq *)PyArena_Malloc(arena, n);
57 if (!seq) {
61 memset(seq, 0, n);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
asdl.c 7 asdl_seq *seq = NULL; local
25 seq = (asdl_seq *)PyArena_Malloc(arena, n);
26 if (!seq) {
30 memset(seq, 0, n);
31 seq->size = size;
32 return seq;
38 asdl_int_seq *seq = NULL; local
56 seq = (asdl_int_seq *)PyArena_Malloc(arena, n);
57 if (!seq) {
61 memset(seq, 0, n);
    [all...]
  /external/python/cpython2/Python/
asdl.c 7 asdl_seq *seq = NULL; local
25 seq = (asdl_seq *)PyArena_Malloc(arena, n);
26 if (!seq) {
30 memset(seq, 0, n);
31 seq->size = size;
32 return seq;
38 asdl_int_seq *seq = NULL; local
56 seq = (asdl_int_seq *)PyArena_Malloc(arena, n);
57 if (!seq) {
61 memset(seq, 0, n)
    [all...]
  /external/python/cpython3/Python/
asdl.c 7 asdl_seq *seq = NULL; local
25 seq = (asdl_seq *)PyArena_Malloc(arena, n);
26 if (!seq) {
30 memset(seq, 0, n);
31 seq->size = size;
32 return seq;
38 asdl_int_seq *seq = NULL; local
56 seq = (asdl_int_seq *)PyArena_Malloc(arena, n);
57 if (!seq) {
61 memset(seq, 0, n)
    [all...]
  /prebuilts/go/darwin-x86/test/
bigmap.go 13 func seq(x, y int) [1000]byte { func
31 m[1] = seq(11, 13)
32 m[2] = seq(2, 9)
33 m[3] = seq(3, 17)
35 cmp(m[1], seq(11, 13))
36 cmp(m[2], seq(2, 9))
37 cmp(m[3], seq(3, 17))
  /prebuilts/go/linux-x86/test/
bigmap.go 13 func seq(x, y int) [1000]byte { func
31 m[1] = seq(11, 13)
32 m[2] = seq(2, 9)
33 m[3] = seq(3, 17)
35 cmp(m[1], seq(11, 13))
36 cmp(m[2], seq(2, 9))
37 cmp(m[3], seq(3, 17))
  /external/perfetto/src/tracing/core/
packet_stream_validator_unittest.cc 30 Slices seq; local
31 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
39 Slices seq; local
40 seq.emplace_back(&ser_buf[0], ser_buf.size());
41 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
56 Slices seq; local
57 seq.emplace_back(&ser_buf[0], ser_buf.size());
58 EXPECT_TRUE(PacketStreamValidator::Validate(seq));
66 Slices seq; local
67 seq.emplace_back(&ser_buf[0], ser_buf.size())
76 Slices seq; local
86 Slices seq; local
104 Slices seq; local
122 Slices seq; local
144 Slices seq; local
157 Slices seq; local
169 Slices seq; local
    [all...]
sliced_protobuf_input_stream_unittest.cc 34 Slices seq; local
35 seq.emplace_back(&kBufs[0], kBufs[0]);
36 SlicedProtobufInputStream istr(&seq);
71 Slices seq; local
73 seq.emplace_back(&kBufs[i], kBufs[i]);
74 SlicedProtobufInputStream istr(&seq);
90 Slices seq; local
92 seq.emplace_back(&kBufs[i], kBufs[i]);
93 SlicedProtobufInputStream istr(&seq);
  /device/google/cuttlefish_common/common/commands/wifi_relay/
nl_client.cpp 64 auto seq = nlmsg_hdr(msg->Msg())->nlmsg_seq; local
65 in_flight_[seq] = msg;
71 int seq = header->nlmsg_seq; local
75 auto pos = in_flight_.find(seq);
79 in_flight_.erase(seq);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
analyze_dxp.py 126 def seq(): function in function:render_common_pairs
129 return ''.join(seq())
  /external/fio/lib/
seqlock.h 17 unsigned int seq; local
20 seq = s->sequence;
21 if (!(seq & 1))
27 return seq;
30 static inline bool read_seqlock_retry(struct seqlock *s, unsigned int seq)
33 return s->sequence != seq;
  /external/libchrome/base/trace_event/
trace_buffer.h 22 explicit TraceBufferChunk(uint32_t seq);
29 uint32_t seq() const { return seq_; } function in class:base::trace_event::TraceBufferChunk
  /external/libnetfilter_conntrack/examples/
nfct-mnl-create.c 18 unsigned int seq, portid; local
37 nlh->nlmsg_seq = seq = time(NULL);
73 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL);
nfct-mnl-del.c 18 unsigned int seq, portid; local
37 nlh->nlmsg_seq = seq = time(NULL);
68 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL);
nfct-mnl-dump.c 35 unsigned int seq, portid; local
53 nlh->nlmsg_seq = seq = time(NULL);
68 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, NULL);
nfct-mnl-flush.c 18 unsigned int seq, portid; local
36 nlh->nlmsg_seq = seq = time(NULL);
51 ret = mnl_cb_run(buf, ret, seq, portid, NULL, NULL);
nfct-mnl-get.c 37 unsigned int seq, portid; local
56 nlh->nlmsg_seq = seq = time(NULL);
87 ret = mnl_cb_run(buf, ret, seq, portid, data_cb, NULL);
  /external/python/cpython2/Tools/scripts/
analyze_dxp.py 127 def seq(): function in function:render_common_pairs
130 return ''.join(seq())
  /external/python/cpython3/Tools/scripts/
analyze_dxp.py 126 def seq(): function in function:render_common_pairs
129 return ''.join(seq())
  /external/valgrind/memcheck/tests/
recursive-merge.c 11 (*fnptr[(int)*calls])(calls,seq); \
19 __attribute__((noinline)) void f_a(char *calls, char*seq);
20 __attribute__((noinline)) void f_b(char *calls, char*seq);
21 __attribute__((noinline)) void f_c(char *calls, char*seq);
22 __attribute__((noinline)) void f_d(char *calls, char*seq);
24 __attribute__((noinline)) void f_a(char *calls, char*seq)
27 __attribute__((noinline)) void f_b(char *calls, char*seq)
30 __attribute__((noinline)) void f_c(char *calls, char*seq)
33 __attribute__((noinline)) void f_d(char *calls, char*seq)
41 char* seq = argv[i] local
    [all...]
  /external/webrtc/webrtc/modules/
module_common_types_unittest.cc 145 int64_t seq = 0; local
151 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF));
152 EXPECT_EQ(seq, unwrapped);
153 seq += kMaxIncrease;
157 for (int seq = 0; seq < kNumWraps * 0xFFFF; ++seq) {
158 int64_t unwrapped = unwrapper.Unwrap(static_cast<uint16_t>(seq & 0xFFFF));
159 EXPECT_EQ(seq, unwrapped);
168 int64_t seq = kNumWraps * 2 * kMaxDecrease local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateValidity.java 81 DerValue[] seq = derIn.getSequence(2); local
82 if (seq.length != 2)
85 if (seq[0].tag == DerValue.tag_UtcTime) {
87 } else if (seq[0].tag == DerValue.tag_GeneralizedTime) {
93 if (seq[1].tag == DerValue.tag_UtcTime) {
95 } else if (seq[1].tag == DerValue.tag_GeneralizedTime) {
167 DerOutputStream seq = new DerOutputStream(); local
168 seq.write(DerValue.tag_Sequence, pair);
170 out.write(seq.toByteArray());
AuthorityInfoAccessExtension.java 126 DerValue seq = val.data.getDerValue(); local
127 AccessDescription accessDescription = new AccessDescription(seq);
227 DerOutputStream seq = new DerOutputStream(); local
228 seq.write(DerValue.tag_Sequence, ads);
229 this.extensionValue = seq.toByteArray();
CRLDistributionPointsExtension.java 182 DerValue seq = val.data.getDerValue(); local
183 DistributionPoint point = new DistributionPoint(seq);
288 DerOutputStream seq = new DerOutputStream(); local
289 seq.write(DerValue.tag_Sequence, pnts);
290 this.extensionValue = seq.toByteArray();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
V1TBSCertificateGenerator.java 121 ASN1EncodableVector seq = new ASN1EncodableVector(); local
123 // seq.add(version); - not required as default value.
124 seq.add(serialNumber);
125 seq.add(signature);
126 seq.add(issuer);
136 seq.add(new DERSequence(validity));
138 seq.add(subject);
140 seq.add(subjectPublicKeyInfo);
142 return TBSCertificate.getInstance(new DERSequence(seq));

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>