MobilityDB
1.1
Toggle main menu visibility
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
$
_
a
b
c
d
e
g
h
i
l
m
p
r
s
t
u
v
w
y
z
Typedefs
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
u
v
Enumerations
Enumerator
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
u
v
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
meos
src
general
pg_types.c
AdjustIntervalForTypmod
AdjustTimeForTypmod
AdjustTimestampForTypmod
AdjustTimestampForTypmodError
DateOrder
DATEORDER_DMY
DATEORDER_MDY
DATEORDER_YMD
DateStyle
final
hash_bytes_uint32
hash_bytes_uint32_extended
interval_cmp_value
IntervalStyle
INTSTYLE_ISO_8601
INTSTYLE_POSTGRES
INTSTYLE_POSTGRES_VERBOSE
INTSTYLE_SQL_STANDARD
mix
pg_datan
pg_datan2
pg_date_in
pg_date_out
pg_dcos
pg_dsin
pg_hashfloat8
pg_hashfloat8extended
pg_hashint8
pg_hashint8extended
pg_hashtext
pg_hashtextextended
pg_interval_cmp
pg_interval_in
pg_interval_justify_hours
pg_interval_make
pg_interval_mul
pg_interval_out
pg_interval_pl
pg_time_in
pg_time_out
pg_timestamp_in
pg_timestamp_mi
pg_timestamp_mi_interval
pg_timestamp_out
pg_timestamp_pl_interval
pg_timestamptz_in
pg_timestamptz_out
rot
SAMESIGN
timestamp_in_common
timestamp_out_common
USE_GERMAN_DATES
USE_ISO_DATES
USE_POSTGRES_DATES
USE_SQL_DATES
USE_XSD_DATES
◆
mix
#define mix
(
a,
b,
c
)
Value:
{ \
a -= c; a ^=
rot
(c, 4); c += b; \
b -= a; b ^=
rot
(a, 6); a += c; \
c -= b; c ^=
rot
(b, 8); b += a; \
a -= c; a ^=
rot
(c,16); c += b; \
b -= a; b ^=
rot
(a,19); a += c; \
c -= b; c ^=
rot
(b, 4); b += a; \
}
rot
#define rot(x, k)
Definition:
pg_types.c:1203
Generated by
1.9.4