File: typemap

package info (click to toggle)
libhipi-perl 0.93-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 20,048 kB
  • sloc: perl: 471,917; ansic: 22; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TYPEMAP

# note that the 64 bit maps will only work
# all the time where
# uvsize = ivsize = 8
# ( perl is configured with -Duse64bitint )
# This is true for Raspbian Wheezy & Jessie

uint8_t              T_UV
uint16_t             T_UV
uint32_t             T_U_LONG
uint64_t             T_UV
volatile uint32_t *  T_PTR
__s32                T_IV
__u16                T_U_SHORT
__u8                 T_UV
__u32                T_UV
__u64                T_UV