Searched defs:sign (Results 1 – 2 of 2) sorted by relevance
/kernel/trace/ |
D | trace_probe.h | 180 #define __ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 188 #define _ASSIGN_FETCH_TYPE(_name, ptype, ftype, _size, sign, _fmttype) \ argument 190 #define ASSIGN_FETCH_TYPE(ptype, ftype, sign) \ argument 194 #define ASSIGN_FETCH_TYPE_ALIAS(ptype, atype, ftype, sign) \ argument
|
/kernel/bpf/ |
D | btf.c | 1438 bool sign = encoding & BTF_INT_SIGNED; in btf_int_seq_show() local
|