Home
last modified time | relevance | path

Searched defs:new_buf_size (Results 1 – 4 of 4) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dinclude.c211 size_t new_buf_size = strlen(xkb_context_include_path_get(ctx, i)) + in FindFileInXkbPath() local
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Dhog.c64 size_t new_buf_size = buf_size + balloon_size * CHUNK_SIZE; in BalloonMemory() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c487 unsigned new_buf_size; in emit_constbuf_vgpu10() local
/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java231 int new_buf_size = old_buf_size == 0 ? 1 : old_buf_size << 1; in growByteBuffer() local