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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_private.h 55 size_t ibuf_size; member in struct:svga_vbuf_render
svga_swtnl_backend.c 269 if (svga_render->ibuf_size < svga_render->ibuf_offset + size)
273 svga_render->ibuf_size = MAX2(size, svga_render->ibuf_alloc_size);
277 svga_render->ibuf_size);
346 svga_render->ibuf_size = 0;
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_private.h 55 size_t ibuf_size; member in struct:svga_vbuf_render
svga_swtnl_backend.c 269 if (svga_render->ibuf_size < svga_render->ibuf_offset + size)
273 svga_render->ibuf_size = MAX2(size, svga_render->ibuf_alloc_size);
277 svga_render->ibuf_size);
346 svga_render->ibuf_size = 0;
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bf_buff.c 103 ctx->ibuf_size=DEFAULT_BUFFER_SIZE;
163 if (outl > ctx->ibuf_size)
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
319 if (num > ctx->ibuf_size)
342 ibs=ctx->ibuf_size;
353 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size))
373 ctx->ibuf_size=ibs;
427 if ( !BIO_set_read_buffer_size(dbio,ctx->ibuf_size) ||
494 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
bio.h 349 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
    [all...]
  /external/openssl/crypto/bio/
bf_buff.c 103 ctx->ibuf_size=DEFAULT_BUFFER_SIZE;
163 if (outl > ctx->ibuf_size)
183 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
319 if (num > ctx->ibuf_size)
342 ibs=ctx->ibuf_size;
353 if ((ibs > DEFAULT_BUFFER_SIZE) && (ibs != ctx->ibuf_size))
373 ctx->ibuf_size=ibs;
427 if ( !BIO_set_read_buffer_size(dbio,ctx->ibuf_size) ||
494 i=BIO_read(b->next_bio,ctx->ibuf,ctx->ibuf_size);
bio.h 346 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h 349 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
    [all...]
  /external/openssl/include/openssl/
bio.h 346 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
    [all...]

Completed in 4598 milliseconds