micropython/extmod
Paul Sokolovsky d4a874b81e extmod/moductypes: sizeof operation depends on layout type of structure.
Previously, sizeof() blindly assumed LAYOUT_NATIVE and tried to align
size even for packed LAYOUT_LITTLE_ENDIAN & LAYOUT_BIG_ENDIAN. As sizeof()
is implemented on a strucuture descriptor dictionary (not an structure
object), resolving this required passing layout type around.
2015-12-09 21:43:28 +02:00
..
crypto-algorithms
lwip-include
re1.5
uzlib
fsusermount.c
fsusermount.h
modlwip.c
modmachine.c
modubinascii.c
modubinascii.h
moductypes.c extmod/moductypes: sizeof operation depends on layout type of structure. 2015-12-09 21:43:28 +02:00
moduhashlib.c
moduheapq.c
modujson.c
modure.c
modussl.c
moduzlib.c