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

◆ flip_endian_64()

void flip_endian_64 ( uint8_t *  d)

Definition at line 181 of file rt_serialize.c.

181 {
182 assert(NULL != d);
183
184 swap_char(d + 7, d);
185 swap_char(d + 6, d + 1);
186 swap_char(d + 5, d + 2);
187 swap_char(d + 4, d + 3);
188}
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: