Home
last modified time | relevance | path

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

12345

/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 …]
Dreturn.c32 void halt() { in halt() function
/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/cpu/armv8/zynqmp/
Dmp.c54 static void set_r5_halt_mode(u8 halt, u8 mode) in set_r5_halt_mode() argument
59 if (halt == HALT) in set_r5_halt_mode()
67 if (halt == HALT) in set_r5_halt_mode()
/external/clang/test/Analysis/
Ddead-stores.c228 void halt() __attribute__((noreturn));
234 halt(); in f21()
/external/u-boot/doc/
DREADME.drivers.eth78 dev->halt = ape_halt;
168 The halt function should turn off / disable the hardware and place it back in
184 dev->halt()
/external/autotest/server/site_tests/factory_InstallVM/
Dfactory_InstallVM.py146 self.get_dut_client().halt()
/external/autotest/site_utils/deployment/prepare/
Ddut.py160 host.halt()
/external/google-fruit/extras/doc/
DCMakeLists.txt60 COMMAND pdflatex -halt-on-error ${CMAKE_CURRENT_SOURCE_DIR}/${N}.tex
/external/toybox/tests/files/bc/
Darctan.txt301 halt
/external/libusb-compat/
DREADME26 to cause all libusb I/O to halt. Instead, port your application to use
/external/u-boot/drivers/usb/gadget/
Dfotg210.c668 static int fotg210_ep_halt(struct usb_ep *_ep, int halt) in fotg210_ep_halt() argument
675 debug("fotg210: ep%d halt=%d\n", ep->id, halt); in fotg210_ep_halt()
679 if (halt) { in fotg210_ep_halt()
/external/u-boot/drivers/net/
Dbcm-sf2-eth.c227 dev->halt = bcm_sf2_eth_close; in bcm_sf2_eth_register()
Dsmc911x.c277 dev->halt = smc911x_halt; in smc911x_initialize()
Dcs8900.c307 dev->halt = cs8900_halt; in cs8900_initialize()
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_eth.c285 dev->halt = au1x00_halt; in au1x00_enet_initialize()
/external/boringssl/src/crypto/perlasm/
Dx86asm.pl94 sub ::halt { &hlt; }
/external/u-boot/drivers/spi/
Dfsl_dspi.c132 static void dspi_halt(struct fsl_dspi_priv *priv, u8 halt) in dspi_halt() argument
138 if (halt) in dspi_halt()
/external/u-boot/board/Synology/ds109/
Dopenocd.cfg33 halt 0
/external/autotest/server/cros/
Dfactory_install_test.py331 dut_client.halt()
/external/clang/tools/scan-view/share/
DScanView.py155 def halt(self): member in ScanViewServer
667 self.server.halt()
/external/autotest/server/hosts/
Dremote.py97 def halt(self, timeout=DEFAULT_HALT_TIMEOUT, wait=True): member in RemoteHost
/external/u-boot/net/
Deth_legacy.c371 eth_current->halt(eth_current); in eth_halt()
/external/u-boot/arch/m68k/cpu/mcf530x/
Dstart.S232 halt

12345