PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ flip_endian_64()

void flip_endian_64 ( uint8_t *  d)

Definition at line 180 of file rt_serialize.c.

180 {
181 assert(NULL != d);
182
183 swap_char(d + 7, d);
184 swap_char(d + 6, d + 1);
185 swap_char(d + 5, d + 2);
186 swap_char(d + 4, d + 3);
187}
void swap_char(uint8_t *a, uint8_t *b)

References swap_char().

Referenced by rt_band_from_wkb().

Here is the call graph for this function:
Here is the caller graph for this function: