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

  /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/boringssl/src/crypto/bio/
buffer.c 78 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
107 ctx->ibuf_size = DEFAULT_BUFFER_SIZE;
176 if (outl > ctx->ibuf_size) {
197 i = BIO_read(bio->next_bio, ctx->ibuf, ctx->ibuf_size);
337 ibs = ctx->ibuf_size;
342 if (ibs > DEFAULT_BUFFER_SIZE && ibs != ctx->ibuf_size) {
361 ctx->ibuf_size = ibs;
463 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);

Completed in 513 milliseconds