Home
last modified time | relevance | path

Searched refs:BUG_ON (Results 1 – 7 of 7) sorted by relevance

/third_party/fsverity-utils/lib/
Dhash_algs.c32 BUG_ON(ret != 1); in openssl_digest_init()
42 BUG_ON(ret != 1); in openssl_digest_update()
51 BUG_ON(ret != 1); in openssl_digest_final()
Dlib_private.h81 #define BUG_ON(condition) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dscatterlist.h74 BUG_ON(psg->sg_magic != COMPAT_SG_MAGIC); in sg_mark_end()
Dkernel.h143 #define BUG_ON(condition) do { \ macro
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_simulator_validate.h49 #define BUG_ON(condition) assert(!(condition)) macro
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_render_cl.c370 BUG_ON(setup->next_offset != size); in vc4_create_rcl_bo()
Dvc4_validate.c779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4); in validate_gl_shader_rec()