HomeSort by relevance Sort by last modified time
    Searched refs:r_len (Results 1 - 21 of 21) sorted by null

  /external/libconstrainedcrypto/
dsa_sig.c 61 * 0xMM 0xNN .. s_length bytes of "s" (offset 6 + r_len)
66 int r_len; local
91 r_len = sig[3];
98 if ((r_len < 1) || (r_len > seq_len - 5) || (sig[4 + r_len] != 0x02)) {
101 s_len = sig[5 + r_len];
106 * r_len bytes for R
109 if ((s_len < 1) || (s_len != seq_len - 4 - r_len)) {
117 if (!trim_to_p256_bytes(r_bytes, &sig[4], r_len)
    [all...]
  /external/strace/tests/
preadv.c 111 const unsigned int r_len = (LENGTH_OF(w) + 1) / 2; local
112 void *r0 = tail_alloc(r_len);
116 .iov_len = r_len
124 if (rc != (int) r_len)
126 r_len, rc);
128 fd, r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_), r_len);
130 void *r1 = tail_alloc(r_len);
135 .iov_len = r_len
144 rc = preadv(fd, r_iov, ARRAY_SIZE(r1_iov_), r_len);
    [all...]
recvmsg.c 109 const unsigned int r_len = (w_len + 1) / 2; local
110 void *r0 = tail_alloc(r_len);
114 .iov_len = r_len
125 assert(recvmsg(0, r_mh, 0) == (int) r_len);
131 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
132 r_len, r_len, r0_d, r0_c);
134 void *r1 = tail_alloc(r_len);
139 .iov_len = r_len
150 assert(recvmsg(0, r_mh, 0) == (int) w_len - (int) r_len);
    [all...]
preadv-pwritev.c 129 const unsigned int r_len = (w_len + 1) / 2; local
130 void *r0 = tail_alloc(r_len);
134 .iov_len = r_len
140 if (rc != (int) r_len)
142 r_len, rc);
146 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
147 r_len, r_len, r0_d, r0_c);
149 void *r1 = tail_alloc(r_len);
154 .iov_len = r_len
    [all...]
readv.c 116 const unsigned int r_len = (w_len + 1) / 2; local
117 void *r0 = tail_alloc(r_len);
121 .iov_len = r_len
126 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len);
130 fds[0], r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
131 r_len, r_len, r0_d, r0_c);
133 void *r1 = tail_alloc(r_len);
138 .iov_len = r_len
147 assert(readv(fds[0], r_iov, ARRAY_SIZE(r1_iov_)) == (int) w_len - (int) r_len);
    [all...]
preadv2-pwritev2.c 134 const unsigned int r_len = (w_len + 1) / 2; local
135 void *r0 = tail_alloc(r_len);
139 .iov_len = r_len
145 if (rc != (int) r_len)
147 r_len, rc);
151 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
152 r_len, r_len, r0_d, r0_c);
154 void *r1 = tail_alloc(r_len);
159 .iov_len = r_len
    [all...]
mmsg.c 130 const unsigned int r_len = (w_len + 1) / 2; local
131 void *r0 = tail_alloc(r_len);
132 void *r1 = tail_alloc(r_len);
133 void *r2 = tail_alloc(r_len);
137 .iov_len = r_len
144 .iov_len = r_len
148 .iov_len = r_len
190 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
191 LENGTH_OF(r0_c), r1_c, r_len, r_len,
    [all...]
  /external/strace/tests-m32/
preadv.c 111 const unsigned int r_len = (LENGTH_OF(w) + 1) / 2; local
112 void *r0 = tail_alloc(r_len);
116 .iov_len = r_len
124 if (rc != (int) r_len)
126 r_len, rc);
128 fd, r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_), r_len);
130 void *r1 = tail_alloc(r_len);
135 .iov_len = r_len
144 rc = preadv(fd, r_iov, ARRAY_SIZE(r1_iov_), r_len);
    [all...]
recvmsg.c 109 const unsigned int r_len = (w_len + 1) / 2; local
110 void *r0 = tail_alloc(r_len);
114 .iov_len = r_len
125 assert(recvmsg(0, r_mh, 0) == (int) r_len);
131 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
132 r_len, r_len, r0_d, r0_c);
134 void *r1 = tail_alloc(r_len);
139 .iov_len = r_len
150 assert(recvmsg(0, r_mh, 0) == (int) w_len - (int) r_len);
    [all...]
preadv-pwritev.c 129 const unsigned int r_len = (w_len + 1) / 2; local
130 void *r0 = tail_alloc(r_len);
134 .iov_len = r_len
140 if (rc != (int) r_len)
142 r_len, rc);
146 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
147 r_len, r_len, r0_d, r0_c);
149 void *r1 = tail_alloc(r_len);
154 .iov_len = r_len
    [all...]
readv.c 116 const unsigned int r_len = (w_len + 1) / 2; local
117 void *r0 = tail_alloc(r_len);
121 .iov_len = r_len
126 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len);
130 fds[0], r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
131 r_len, r_len, r0_d, r0_c);
133 void *r1 = tail_alloc(r_len);
138 .iov_len = r_len
147 assert(readv(fds[0], r_iov, ARRAY_SIZE(r1_iov_)) == (int) w_len - (int) r_len);
    [all...]
preadv2-pwritev2.c 134 const unsigned int r_len = (w_len + 1) / 2; local
135 void *r0 = tail_alloc(r_len);
139 .iov_len = r_len
145 if (rc != (int) r_len)
147 r_len, rc);
151 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
152 r_len, r_len, r0_d, r0_c);
154 void *r1 = tail_alloc(r_len);
159 .iov_len = r_len
    [all...]
mmsg.c 130 const unsigned int r_len = (w_len + 1) / 2; local
131 void *r0 = tail_alloc(r_len);
132 void *r1 = tail_alloc(r_len);
133 void *r2 = tail_alloc(r_len);
137 .iov_len = r_len
144 .iov_len = r_len
148 .iov_len = r_len
190 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
191 LENGTH_OF(r0_c), r1_c, r_len, r_len,
    [all...]
  /external/strace/tests-mx32/
preadv.c 111 const unsigned int r_len = (LENGTH_OF(w) + 1) / 2; local
112 void *r0 = tail_alloc(r_len);
116 .iov_len = r_len
124 if (rc != (int) r_len)
126 r_len, rc);
128 fd, r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_), r_len);
130 void *r1 = tail_alloc(r_len);
135 .iov_len = r_len
144 rc = preadv(fd, r_iov, ARRAY_SIZE(r1_iov_), r_len);
    [all...]
recvmsg.c 109 const unsigned int r_len = (w_len + 1) / 2; local
110 void *r0 = tail_alloc(r_len);
114 .iov_len = r_len
125 assert(recvmsg(0, r_mh, 0) == (int) r_len);
131 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
132 r_len, r_len, r0_d, r0_c);
134 void *r1 = tail_alloc(r_len);
139 .iov_len = r_len
150 assert(recvmsg(0, r_mh, 0) == (int) w_len - (int) r_len);
    [all...]
preadv-pwritev.c 129 const unsigned int r_len = (w_len + 1) / 2; local
130 void *r0 = tail_alloc(r_len);
134 .iov_len = r_len
140 if (rc != (int) r_len)
142 r_len, rc);
146 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
147 r_len, r_len, r0_d, r0_c);
149 void *r1 = tail_alloc(r_len);
154 .iov_len = r_len
    [all...]
readv.c 116 const unsigned int r_len = (w_len + 1) / 2; local
117 void *r0 = tail_alloc(r_len);
121 .iov_len = r_len
126 assert(readv(fds[0], r_iov, ARRAY_SIZE(r0_iov_)) == (int) r_len);
130 fds[0], r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
131 r_len, r_len, r0_d, r0_c);
133 void *r1 = tail_alloc(r_len);
138 .iov_len = r_len
147 assert(readv(fds[0], r_iov, ARRAY_SIZE(r1_iov_)) == (int) w_len - (int) r_len);
    [all...]
preadv2-pwritev2.c 134 const unsigned int r_len = (w_len + 1) / 2; local
135 void *r0 = tail_alloc(r_len);
139 .iov_len = r_len
145 if (rc != (int) r_len)
147 r_len, rc);
151 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
152 r_len, r_len, r0_d, r0_c);
154 void *r1 = tail_alloc(r_len);
159 .iov_len = r_len
    [all...]
mmsg.c 130 const unsigned int r_len = (w_len + 1) / 2; local
131 void *r0 = tail_alloc(r_len);
132 void *r1 = tail_alloc(r_len);
133 void *r2 = tail_alloc(r_len);
137 .iov_len = r_len
144 .iov_len = r_len
148 .iov_len = r_len
190 r0_c, r_len, (unsigned int) ARRAY_SIZE(r0_iov_),
191 LENGTH_OF(r0_c), r1_c, r_len, r_len,
    [all...]
  /external/opencv/cvaux/src/
cvcorrespond.cpp 68 int l_beg, r_beg, l_end, r_end, l_len, r_len; local
170 r_len = r_end - r_beg + 1;
175 if( r_len == l_len )
182 if( r_len > l_len )
184 cost = (float) (r_len * r_len - l_len * l_len) * (1 / (r_len * l_len));
188 cost = (float) (l_len * l_len - r_len * r_len) * (1 / (r_len * l_len))
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ecdsa/
ecdsa_test.cc 113 size_t r_len = BN_num_bytes(ecdsa_sig->r); local
116 ASSERT_LE(r_len, bn_len);

Completed in 317 milliseconds