Home
last modified time | relevance | path

Searched defs:LIQ_ARRAY (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/libimagequant/libimagequant-2.17.0/
H A Dpam.h72 #define LIQ_ARRAY(type, var, count) type var[count] macro
74 #define LIQ_ARRAY(type, var, count) type* var = (type*)_alloca(sizeof(type)*(count)) macro
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/imagequant-sys-3.0.6+sys2.15.0/
H A Dpam.h72 #define LIQ_ARRAY(type, var, count) type var[count] macro
74 #define LIQ_ARRAY(type, var, count) type* var = (type*)_alloca(sizeof(type)*(count)) macro
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/imagequant-sys-2.12.5/msvc-dist/
H A Dpam.h72 #define LIQ_ARRAY(type, var, count) type var[count] macro
74 #define LIQ_ARRAY(type, var, count) type* var = (type*)_alloca(sizeof(type)*(count)) macro
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/imagequant-sys-2.12.5/
H A Dpam.h72 #define LIQ_ARRAY(type, var, count) type var[count] macro
74 #define LIQ_ARRAY(type, var, count) type* var = (type*)_alloca(sizeof(type)*(count)) macro
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/imagequant-sys-3.0.6+sys2.15.0/msvc-dist/
H A Dpam.h72 #define LIQ_ARRAY(type, var, count) type var[count] macro
74 #define LIQ_ARRAY(type, var, count) type* var = (type*)_alloca(sizeof(type)*(count)) macro
/dports/graphics/pngquant/pngquant-2.17.0/lib/msvc-dist/
H A Dpam.h72 #define LIQ_ARRAY(type, var, count) type var[count] macro
74 #define LIQ_ARRAY(type, var, count) type* var = (type*)_alloca(sizeof(type)*(count)) macro
/dports/graphics/pngquant/pngquant-2.17.0/lib/
H A Dpam.h72 #define LIQ_ARRAY(type, var, count) type var[count] macro
74 #define LIQ_ARRAY(type, var, count) type* var = (type*)_alloca(sizeof(type)*(count)) macro