Home
last modified time | relevance | path

Searched refs:halt (Results 1 – 25 of 147) sorted by relevance

123456

/external/clang/test/Sema/
Dwarn-unreachable.c5 int halt() __attribute__((noreturn));
32 halt(), in test2()
36 live(), halt(), in test2()
42 halt(); in test2()
48 halt(); in test2()
58 halt(); in test2()
66 halt(); in test2()
75 halt(); in test2()
79 halt() in test2()
83 halt(); in test2()
[all …]
/external/bc/tests/
Dall.sh83 halt="quit"
85 halt="q"
117 halt="halt"
122 halt="q"
131 printf '%s\n' "$halt" | "$exe" "$@" > /dev/null 2>&1
190 "$exe" "$@" -e "$exprs" -f "$f" --expression "$exprs" --file "$f" -e "$halt" > "$out2"
195 printf '%s\n' "$halt" | "$exe" "$@" -i > /dev/null 2>&1
198 printf '%s\n' "$halt" | "$exe" "$@" -h > /dev/null
199 printf '%s\n' "$halt" | "$exe" "$@" -P > /dev/null
200 printf '%s\n' "$halt" | "$exe" "$@" -v > /dev/null
[all …]
Dscript.sh85 halt="halt"
89 halt="q"
122 printf '%s\n' "$halt" | "$d" "$s" > "$results"
131 printf '%s\n' "$halt" | time -p "$exe" "$@" $options "$s" > "$out"
134 printf '%s\n' "$halt" | "$exe" "$@" $options "$s" > "$out"
Dtest.sh79 halt="halt"
83 halt="q"
108 printf '%s\n' "$halt" | "$d" $options "$name" > "$results"
122 printf '%s\n' "$halt" | time -p "$exe" "$@" $options "$name" > "$out"
125 printf '%s\n' "$halt" | "$exe" "$@" $options "$name" > "$out"
Drandmath.py85 def compare(exe, options, p, test, halt, expected, op, do_add=True): argument
103 indata = "scale += 10; {}; {}".format(test, halt)
164 halt = "halt"
168 halt = "q"
177 indata = test + "\n" + halt
206 compare(exe, options, p, test, halt, output1, op)
267 halt = "halt" variable
271 halt = "q" variable
274 indata = tests[i] + "\n" + halt
287 compare(exe, options, p, tests[i], halt, expected, op, False)
Derrors.sh61 halt="halt"
66 halt="q"
116 printf '%s\n' "$halt" | "$exe" "$@" $opts "$testfile" 2> "$out" > /dev/null
Dafl.py70 run_test(exe + [ file ], exebase, tout, halt.encode(), out, file, "file", file, environ)
123 halt = "halt\n" variable
126 halt = "q\n" variable
Dread.sh66 halt="halt"
69 halt="q"
/external/mesa3d/src/intel/tools/tests/gen7/
Dhalt.asm1 (-f0.1.any4h) halt(8) JIP: LABEL0 UIP: LABEL0 { align1 1Q };
2 halt(8) JIP: LABEL1 UIP: LABEL1 { align1 1Q };
4 (-f0.1.any4h) halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
5 halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
/external/mesa3d/src/intel/tools/tests/gen8/
Dhalt.asm1 (-f0.1.any4h) halt(8) JIP: LABEL0 UIP: LABEL0 { align1 1Q };
2 halt(8) JIP: LABEL1 UIP: LABEL1 { align1 1Q };
4 (-f0.1.any4h) halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
5 halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
/external/mesa3d/src/intel/tools/tests/gen6/
Dhalt.asm1 (-f0.1.any4h) halt(8) JIP: LABEL0 UIP: LABEL0 { align1 1Q };
2 halt(8) JIP: LABEL1 UIP: LABEL1 { align1 1Q };
4 (-f0.1.any4h) halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
5 halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
/external/mesa3d/src/intel/tools/tests/gen9/
Dhalt.asm1 (-f0.1.any4h) halt(8) JIP: LABEL0 UIP: LABEL0 { align1 1Q };
2 halt(8) JIP: LABEL1 UIP: LABEL1 { align1 1Q };
4 (-f0.1.any4h) halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
5 halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
/external/mesa3d/src/intel/tools/tests/gen7.5/
Dhalt.asm1 (-f0.1.any4h) halt(8) JIP: LABEL0 UIP: LABEL0 { align1 1Q };
2 halt(8) JIP: LABEL1 UIP: LABEL1 { align1 1Q };
4 (-f0.1.any4h) halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
5 halt(16) JIP: LABEL0 UIP: LABEL0 { align1 1H };
/external/clang/test/SemaCXX/
Dwarn-unreachable.cpp3 int &halt() __attribute__((noreturn));
40 halt() in test3()
44 halt() // expected-warning {{will never be executed}} in test3()
49 (halt()); // expected-warning {{will never be executed}} in test3()
57 halt(), foor()// expected-warning {{will never be executed}} in test4()
77 (halt()); // expected-warning {{will never be executed}} in test6()
106 halt(); in funcToSpecialize()
Dconstexpr-turing.cpp6 const unsigned halt = (unsigned)-1; variable
36 return state == halt ? 0 : in run()
44 { { true, R, 1 }, { true, R, halt } },
54 { { true, R, halt }, { true, L, 3 } },
/external/u-boot/arch/arm/mach-versal/
Dmp.c28 void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument
33 if (halt == HALT) in set_r5_halt_mode()
41 if (halt == HALT) in set_r5_halt_mode()
/external/bc/manuals/
Dbenchmarks.md133 printf '1234567890^100000; halt\n' | time -p [bc] -lq > /dev/null
164 - halt
173 +halt
210 halt
246 halt
/external/u-boot/arch/arm/mach-zynqmp/
Dmp.c55 static void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument
60 if (halt == HALT) in set_r5_halt_mode()
68 if (halt == HALT) in set_r5_halt_mode()
/external/igt-gpu-tools/assembler/test/
Dhalt.g4a1 halt 2;
D.gitignore20 halt
/external/bc/tests/bc/scripts/
Datan.bc11 halt
Dparse.bc20 halt
Dprint.bc25 halt
Dbessel.bc43 halt
/external/u-boot/drivers/dma/
Dbcm6348-iudma.c156 uint32_t cfg, halt; in bcm6348_iudma_chan_stop() local
159 halt = DMAC_CFG_PKT_HALT_MASK; in bcm6348_iudma_chan_stop()
161 halt = DMAC_CFG_BRST_HALT_MASK; in bcm6348_iudma_chan_stop()
164 writel_be(halt, priv->chan + DMAC_CFG_REG(ch)); in bcm6348_iudma_chan_stop()

123456