Home
last modified time | relevance | path

Searched refs:BUFFER_INITIAL_CAPACITY (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dcompiler.c32 #define BUFFER_INITIAL_CAPACITY 256 macro
290 wpp_output = HeapAlloc(GetProcessHeap(), 0, BUFFER_INITIAL_CAPACITY); in wpp_write()
294 wpp_output_capacity = BUFFER_INITIAL_CAPACITY; in wpp_write()