HomeSort by relevance Sort by last modified time
    Searched refs:inl (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/clang/test/CodeGenCXX/
tls-init-funcs.cpp 27 inline int &inl() { function
31 int &use_inl() { return inl(); }
mangle-template.cpp 184 template <typename> inline int inl(bool b) { function in namespace:test14
202 int call(bool b) { return inl<void>(b); }
  /external/boringssl/src/crypto/x509/
a_verify.c 79 int ret = 0, inl; local
100 inl = ASN1_item_i2d(asn, &buf_in, it);
108 if (!EVP_DigestVerifyUpdate(&ctx,buf_in,inl))
110 OPENSSL_cleanse(buf_in,(unsigned int)inl);
116 OPENSSL_cleanse(buf_in,(unsigned int)inl);
a_sign.c 89 size_t inl=0,outl=0,outll=0; local
103 inl=ASN1_item_i2d(asn,&buf_in, it);
113 if (!EVP_DigestSignUpdate(ctx, buf_in, inl)
132 { OPENSSL_cleanse((char *)buf_in,(unsigned int)inl); OPENSSL_free(buf_in); }
  /external/boringssl/src/ssl/test/
packeted_bio.cc 51 static int PacketedWrite(BIO *bio, const char *in, int inl) {
61 header[1] = (inl >> 24) & 0xff;
62 header[2] = (inl >> 16) & 0xff;
63 header[3] = (inl >> 8) & 0xff;
64 header[4] = inl & 0xff;
72 ret = BIO_write(bio->next_bio, in, inl);
73 if (ret < 0 || (inl > 0 && ret == 0)) {
77 assert(ret == inl);
async_bio.cc 41 static int AsyncWrite(BIO *bio, const char *in, int inl) {
48 return BIO_write(bio->next_bio, in, inl);
59 if (!a->datagram && (size_t)inl > a->write_quota) {
60 inl = a->write_quota;
62 int ret = BIO_write(bio->next_bio, in, inl);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/
immed64.s 51 inl $early, %eax
52 inl $late, %eax
53 inl $xtrn, %eax
x86-64-io-suffix.d 10 0: 48 ed rex.W inl \(%dx\),%eax
11 2: 66 48 ed data16 rex.W inl \(%dx\),%eax
immed64.d 56 [ ]*[0-9a-fA-F]+:[ ]+e5 04[ ]+inl? +\$0x4,%eax
57 [ ]*[0-9a-fA-F]+:[ ]+e5 08[ ]+inl? +\$0x8,%eax
58 [ ]*[0-9a-fA-F]+:[ ]+e5 00[ ]+inl? +\$0x0,%eax
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
immed32.s 43 inl $early, %eax
44 inl $late, %eax
45 inl $xtrn, %eax
immed64.s 52 inl $early, %eax
53 inl $late, %eax
54 inl $xtrn, %eax
x86-64-io-suffix.d 10 0: 48 ed rex.W inl \(%dx\),%eax
11 2: 66 48 ed data16 rex.W inl \(%dx\),%eax
immed32.d 48 [ ]*[0-9a-fA-F]+:[ ]+e5 04[ ]+inl? +\$0x4,%eax
49 [ ]*[0-9a-fA-F]+:[ ]+e5 08[ ]+inl? +\$0x8,%eax
50 [ ]*[0-9a-fA-F]+:[ ]+e5 00[ ]+inl? +\$0x0,%eax
immed64.d 57 [ ]*[0-9a-fA-F]+:[ ]+e5 04[ ]+inl? +\$0x4,%eax
58 [ ]*[0-9a-fA-F]+:[ ]+e5 08[ ]+inl? +\$0x8,%eax
59 [ ]*[0-9a-fA-F]+:[ ]+e5 00[ ]+inl? +\$0x0,%eax
  /external/opencv3/modules/calib3d/src/
rho.h 225 * @param [out] inl The pointer to the output mask of inlier matches.
247 char* inl, /* Inlier mask */
248 unsigned N, /* = src.length = dst.length = inl.length */
rho.cpp 195 * @param [out] inl The pointer to the output mask of inlier matches.
216 char* inl, /* Inlier mask */
217 unsigned N, /* = src.length = dst.length = inl.length */
253 char* inl; member in struct:cv::RHO_HEST_REFC::__anon21200
282 char* inl; /* Mask of inliers */ member in struct:cv::RHO_HEST_REFC::__anon21202
289 char* inl; /* Mask of inliers */ member in struct:cv::RHO_HEST_REFC::__anon21203
345 char* inl, /* Inlier mask */
346 unsigned N, /* = src.length = dst.length = inl.length */
417 const char* inl,
502 * @param [out] inl The pointer to the output mask of inlier matches
    [all...]
  /external/boringssl/src/crypto/bio/
buffer.c 210 static int buffer_write(BIO *b, const char *in, int inl) {
224 if (i >= inl) {
225 memcpy(&ctx->obuf[ctx->obuf_off + ctx->obuf_len], in, inl);
226 ctx->obuf_len += inl;
227 return num + inl;
235 inl -= i;
263 /* we now have inl bytes to write */
264 while (inl >= ctx->obuf_size) {
265 i = BIO_write(b->next_bio, in, inl);
275 inl -= i
    [all...]
bio_mem.c 162 static int mem_write(BIO *bio, const char *in, int inl) {
176 if (INT_MAX - blen < inl) {
179 if (BUF_MEM_grow_clean(b, blen + inl) != ((size_t) blen) + inl) {
182 memcpy(&b->data[blen], in, inl);
183 ret = inl;
socket.c 123 static int sock_write(BIO *b, const char *in, int inl) {
127 ret = send(b->num, in, inl, 0);
  /external/lz4/programs/
lz4cli.c 462 size_t inl = strlen(input_filename); local
463 dynNameSpace = (char*)calloc(1,inl+1);
466 outl = inl;
467 if (inl>4)
468 while ((outl >= inl-4) && (input_filename[outl] == extension[outl-inl+4])) output_filename[outl--]=0;
469 if (outl != inl-5) { DISPLAYLEVEL(1, "Cannot determine an output filename\n"); badusage(); }
  /external/boringssl/src/crypto/asn1/
bio_asn1.c 198 static int asn1_bio_write(BIO *b, const char *in , int inl)
203 if (!in || (inl < 0) || (b->next_bio == NULL))
237 ASN1_object_size(0, inl, ctx->asn1_tag) - inl;
240 ASN1_put_object(&p, 0, inl,
242 ctx->copylen = inl;
266 if (inl > ctx->copylen)
269 wrmax = inl;
276 inl -= ret;
281 if (inl == 0
    [all...]
  /hardware/intel/img/psb_video/src/
tng_enc_trace.h 37 #define inl(...) 0 macro
65 return inl(0xCFC);
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 46 # pragma option -w-inl // -w-8027 Functions containing reserved words are not expanded inline
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
_warnings_off.h 46 # pragma option -w-inl // -w-8027 Functions containing reserved words are not expanded inline
  /external/boringssl/src/decrepit/bio/
base64_bio.c 318 static int b64_write(BIO *b, const char *in, int inl) {
355 if (in == NULL || inl <= 0) {
359 while (inl > 0) {
360 n = (inl > B64_BLOCK_SIZE) ? B64_BLOCK_SIZE : inl;
367 if (n > inl) {
368 n = inl;
405 inl -= n;

Completed in 586 milliseconds

1 2 3