/external/clang/test/Sema/ |
D | warn-unreachable.c | 5 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/ |
D | all.sh | 83 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 …]
|
D | script.sh | 85 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"
|
D | test.sh | 79 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"
|
D | randmath.py | 85 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)
|
D | errors.sh | 61 halt="halt" 66 halt="q" 116 printf '%s\n' "$halt" | "$exe" "$@" $opts "$testfile" 2> "$out" > /dev/null
|
D | afl.py | 70 run_test(exe + [ file ], exebase, tout, halt.encode(), out, file, "file", file, environ) 123 halt = "halt\n" variable 126 halt = "q\n" variable
|
D | read.sh | 66 halt="halt" 69 halt="q"
|
/external/mesa3d/src/intel/tools/tests/gen7/ |
D | halt.asm | 1 (-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/ |
D | halt.asm | 1 (-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/ |
D | halt.asm | 1 (-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/ |
D | halt.asm | 1 (-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/ |
D | halt.asm | 1 (-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/ |
D | warn-unreachable.cpp | 3 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()
|
D | constexpr-turing.cpp | 6 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/ |
D | mp.c | 28 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/ |
D | benchmarks.md | 133 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/ |
D | mp.c | 55 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/ |
D | halt.g4a | 1 halt 2;
|
D | .gitignore | 20 halt
|
/external/bc/tests/bc/scripts/ |
D | atan.bc | 11 halt
|
D | parse.bc | 20 halt
|
D | print.bc | 25 halt
|
D | bessel.bc | 43 halt
|
/external/u-boot/drivers/dma/ |
D | bcm6348-iudma.c | 156 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()
|