Sign in
akaros
/
upstream
/
7d5c5ebd6717378e58405a002b8c3e63f532e99b
/
.
/
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
;