view packages/language/cxx/ustl/current/tests/bvt09.std @ 3292:7f8e529b4d82 default tip

Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
author vae
date Wed, 29 Apr 2015 23:31:48 +0000
parents 88af52c64ce4
children
line wrap: on
line source

84 bytes written
Values:
char:    'c'
u_char:  'c'
bool:    1
int:     -12345678
u_int:   12345678
long:    -12345678
u_long:  12345678
float:   123.46
double:  123456789123456.78
short:   1234
u_short: 1234

Dump:
c
c
true
-12345678
12345678
-12345678
12345678
123.46
123456789123456.78
1234
1234