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