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