Sign in
akaros
/
upstream
/
c77d5ade84b7e09fec2a2f4f1e339385238b4c28
/
.
/
scripts
/
spatch
/
scalars.cocci
blob: e6effa90596bb12c9a9058309998eb236cdcfc34 [
file
] [
log
] [
blame
]
@uvlong@
identifier d
;
@@
-
uvlong
+
uint64_t
d
;
@vlong@
identifier d
;
@@
-
vlong
+
int64_t
d
;
@ulong@
identifier d
;
@@
-
ulong
+
uint32_t
d
;
@ushort@
identifier d
;
@@
-
ushort
+
uint16_t
d
;