Home
last modified time | relevance | path

Searched defs:STACKVAR (Results 1 – 2 of 2) sorted by relevance

/dports/audio/mumble/mumble-1.3.3/src/
H A DUtils.h22 # define STACKVAR(type, varname, count) type *varname=reinterpret_cast<type *>(_alloca(sizeof(type)… macro
30 # define STACKVAR(type, varname, count) type varname[count] macro
/dports/audio/murmur/mumble-1.3.3/src/
H A DUtils.h22 # define STACKVAR(type, varname, count) type *varname=reinterpret_cast<type *>(_alloca(sizeof(type)… macro
30 # define STACKVAR(type, varname, count) type varname[count] macro