PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ p_int()

static uint32_t p_int ( int32_t  value)
inlinestatic

Definition at line 101 of file mvt.c.

Referenced by encode_ptarray().

102 {
103  return (value << 1) ^ (value >> 31);
104 }
int value
Definition: genraster.py:61
Here is the caller graph for this function: