HomeSort by relevance Sort by last modified time
    Searched defs:ibuf_size (Results 1 - 5 of 5) 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
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_private.h 55 size_t ibuf_size; member in struct:svga_vbuf_render
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
buffer.c 76 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
105 ctx->ibuf_size = DEFAULT_BUFFER_SIZE;
178 if (outl > ctx->ibuf_size) {
199 i = BIO_read(bio->next_bio, ctx->ibuf, ctx->ibuf_size);
338 ibs = ctx->ibuf_size;
343 if (ibs > DEFAULT_BUFFER_SIZE && ibs != ctx->ibuf_size) {
362 ctx->ibuf_size = ibs;
464 i = BIO_read(b->next_bio, ctx->ibuf, ctx->ibuf_size);
  /external/openssl/crypto/bio/
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 349 int ibuf_size; /* how big is the input buffer */ member in struct:bio_f_buffer_ctx_struct
    [all...]

Completed in 984 milliseconds