OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ibuf_size
(Results
1 - 5
of
5
) sorted by null
/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
);
/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;
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
324
('
ibuf_size
', c_int),
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py
324
('
ibuf_size
', c_int),
[
all
...]
Completed in 600 milliseconds