Home
last modified time | relevance | path

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

/arch/x86/crypto/sha512-mb/
Dsha512_mb_ctx.h97 #define assert(expr) \ macro
105 #define assert(expr) do {} while (0) macro
/arch/x86/crypto/sha1-mb/
Dsha1_mb_ctx.h103 #define assert(expr) \ macro
111 #define assert(expr) do {} while (0) macro
/arch/x86/crypto/sha256-mb/
Dsha256_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.c301 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.c258 #define assert(s) do{if (!(s)) panic(#s);} while(0); macro
262 #define assert(s) macro