Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.cpp411 gMachineInt32Size = sizeof(int); in global()
687 gTypeSizeMap[Typed::kInt32] = gMachineInt32Size; in initTypeSizeMap()
689 gTypeSizeMap[Typed::kInt32_vec] = gMachineInt32Size * gVecSize; in initTypeSizeMap()
H A Dglobal.hh457 int gMachineInt32Size; member