Searched refs:sign (Results 1 – 10 of 10) sorted by relevance
/tools/testing/vsock/ |
D | Makefile | 6 CFLAGS += -g -O2 -Werror -Wall -I. -I../../include/uapi -I../../include -Wno-pointer-sign -fno-stri…
|
/tools/virtio/ |
D | Makefile | 7 CFLAGS += -g -O2 -Werror -Wall -I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-stric…
|
/tools/objtool/arch/x86/ |
D | decode.c | 75 int x86_64, sign; in arch_decode_instruction() local 183 sign = 1; in arch_decode_instruction() 185 sign = -1; in arch_decode_instruction() 193 op->src.offset = insn.immediate.value * sign; in arch_decode_instruction()
|
/tools/power/cpupower/ |
D | Makefile | 120 WARNINGS += $(call cc-supports,-Wno-pointer-sign)
|
/tools/perf/util/ |
D | data-convert-bt.c | 100 bool sign = bt_ctf_field_type_integer_get_signed(type); in value_set() local 109 if (sign) { in value_set() 1406 static struct bt_ctf_field_type *create_int_type(int size, bool sign, bool hex) in create_int_type() argument 1414 if (sign && in create_int_type() 1429 size, sign ? "un" : "", hex ? "hex" : ""); in create_int_type() 1447 #define CREATE_INT_TYPE(type, size, sign, hex) \ in ctf_writer__init_data() argument 1449 (type) = create_int_type(size, sign, hex); \ in ctf_writer__init_data()
|
/tools/testing/selftests/sysctl/ |
D | sysctl.sh | 361 for sign in '' '-'; do 363 check_failure "${sign}${mag}"
|
/tools/memory-model/litmus-tests/ |
D | README | 168 sign ("+"), and one string for each process, separated by plus signs.
|
/tools/lib/traceevent/ |
D | event-parse.c | 2220 int sign = 0; in eval_type_str() local 2280 sign = 0; in eval_type_str() 2285 if (sign) in eval_type_str() 2292 if (sign) in eval_type_str() 2299 if (sign) in eval_type_str()
|
/tools/perf/Documentation/ |
D | perf-config.txt | 574 "-Wno-unused-value -Wno-pointer-sign " \
|
/tools/usb/usbip/ |
D | COPYING | 327 school, if any, to sign a "copyright disclaimer" for the program, if
|