Home
last modified time | relevance | path

Searched defs:assert (Results 1 – 7 of 7) sorted by relevance

/arch/x86/crypto/sha-mb/
Dsha_mb_ctx.h103 #define assert(expr) \ macro
111 #define assert(expr) do {} while (0) macro
/arch/mips/math-emu/
Dieee754dp.h27 #define assert(expr) ((void)0) macro
Dieee754sp.h27 #define assert(expr) ((void)0) macro
/arch/mips/alchemy/
Dboard-mtx1.c224 static int mtx1_pci_idsel(unsigned int devsel, int assert) in mtx1_pci_idsel()
/arch/mips/pci/
Dpci-alchemy.c300 static int alchemy_pci_def_idsel(unsigned int devsel, int assert) in alchemy_pci_def_idsel()
/arch/c6x/platforms/
Ddscr.c259 void dscr_rmii_reset(int id, int assert) in dscr_rmii_reset()
/arch/cris/arch-v32/drivers/
Dcryptocop.c257 #define assert(s) do{if (!(s)) panic(#s);} while(0); macro
261 #define assert(s) macro