PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
p_int()
static
uint32_t
p_int
(
int32_t
value
)
inline
static
Definition at line
111
of file
mvt.c
.
112
{
113
return
(
value
<< 1) ^ (
value
>> 31);
114
}
genraster.value
int value
Definition:
genraster.py:61
References
genraster::value
.
Referenced by
encode_ptarray()
.
Here is the caller graph for this function:
postgis
mvt.c
Generated by
1.9.1