Home
last modified time | relevance | path

Searched refs:FLAG_DEBUG (Results 1 – 25 of 33) sorted by relevance

12

/dports/cad/alliance/alliance/src/mocha/src/
H A Dmocha_check.c601 if ( MochaFigure->FLAG_DEBUG )
678 if ( MochaMochaFigure->FLAG_DEBUG )
698 if ( MochaMochaFigure->FLAG_DEBUG )
724 if ( MochaMochaFigure->FLAG_DEBUG )
733 if ( MochaMochaFigure->FLAG_DEBUG )
787 if ( MochaMochaFigure->FLAG_DEBUG )
816 if ( MochaMochaFigure->FLAG_DEBUG )
847 if ( MochaMochaFigure->FLAG_DEBUG )
876 if ( MochaMochaFigure->FLAG_DEBUG )
891 if ( MochaMochaFigure->FLAG_DEBUG )
[all …]
H A Dmocha_shared.h108 short FLAG_DEBUG; member
H A Dmocha_main.c182 MochaFigure->FLAG_DEBUG = FlagDebug;
/dports/math/ideep/ideep-2.0.0-119-gb57539e/dlcp/test/
H A DMakefile6 FLAG_DEBUG ?= 0 macro
24 ifeq ($(FLAG_DEBUG), 1)
/dports/math/ideep/ideep-2.0.0-119-gb57539e/dlcp/
H A DMakefile29 FLAG_DEBUG ?= 0 macro
42 ifeq ($(FLAG_DEBUG), 1)
/dports/security/libfido2/libfido2-1.9.0/tools/
H A Dcred_verify.c48 if (flags & FLAG_DEBUG) { in prepare_cred()
123 flags |= FLAG_DEBUG; in cred_verify()
154 fido_init((flags & FLAG_DEBUG) ? FIDO_DEBUG : 0); in cred_verify()
H A Dassert_verify.c43 if (flags & FLAG_DEBUG) { in prepare_assert()
150 flags |= FLAG_DEBUG; in assert_verify()
180 fido_init((flags & FLAG_DEBUG) ? FIDO_DEBUG : 0); in assert_verify()
H A Dcred_make.c38 if (flags & FLAG_DEBUG) { in prepare_cred()
161 flags |= FLAG_DEBUG; in cred_make()
201 fido_init((flags & FLAG_DEBUG) ? FIDO_DEBUG : 0); in cred_make()
H A Dassert_get.c100 if (flags & FLAG_DEBUG) { in prepare_assert()
230 flags |= FLAG_DEBUG; in assert_get()
272 fido_init((flags & FLAG_DEBUG) ? FIDO_DEBUG : 0); in assert_get()
H A Dextern.h25 #define FLAG_DEBUG 0x01 macro
/dports/lang/micropython/micropython-1.17/extmod/
H A Dmodure.c42 #define FLAG_DEBUG 0x1000 macro
423 if (flags & FLAG_DEBUG) { in mod_re_compile()
441 { MP_ROM_QSTR(MP_QSTR_DEBUG), MP_ROM_INT(FLAG_DEBUG) },
/dports/irc/undernet-ircu/ircu2.10.12.19/include/
H A Dclient.h165 FLAG_DEBUG, /**< send global debug/anti-hack info */ enumerator
577 #define SendDebug(x) HasFlag(x, FLAG_DEBUG)
609 #define SetDebug(x) SetFlag(x, FLAG_DEBUG)
654 #define ClearDebug(x) ClrFlag(x, FLAG_DEBUG)
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dm_oper.c182 SetFlag(sptr, FLAG_DEBUG); in m_oper()
H A Ds_user.c500 { FLAG_DEBUG, 'g' },
1117 !IsAnOper(sptr) && !FlagHas(&setflags, FLAG_DEBUG)) in set_user_mode()
/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Dpatch.c135 #define FLAG_DEBUG (0 << 6) macro
144 #define PATCH_DEBUG (option_mask32 & FLAG_DEBUG)
H A Dpatch_toybox.c251 #define FLAG_DEBUG (1 << 4) macro
260 #define PATCH_DEBUG (option_mask32 & FLAG_DEBUG)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/tpm2/
H A Dtpm2.py354 FLAG_DEBUG = 0x01 variable in Client
388 if (self.flags & Client.FLAG_DEBUG) != 0:
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/tpm2/
H A Dtpm2.py354 FLAG_DEBUG = 0x01 variable in Client
388 if (self.flags & Client.FLAG_DEBUG) != 0:
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/tpm2/
H A Dtpm2.py354 FLAG_DEBUG = 0x01 variable in Client
388 if (self.flags & Client.FLAG_DEBUG) != 0:
/dports/graphics/nip2/nip2-8.7.1/src/
H A Ddump.c604 if( hn->flgs & FLAG_DEBUG ) in graph_heap()
H A Dheap.c143 hn->flgs &= FLAG_DEBUG ^ FLAG_ALL; in heap_check_free()
152 hn->flgs |= FLAG_DEBUG; in heap_check_free()
164 (hn->flgs & FLAG_DEBUG) ); in heap_check_free()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xfree86/common/
H A Dxf86Config.c648 FLAG_DEBUG, enumerator
706 {FLAG_DEBUG, "Debug", OPTV_STRING,
856 xf86Info.debug = xf86GetOptValString(FlagOptions, FLAG_DEBUG); in configServerFlags()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c648 FLAG_DEBUG, enumerator
706 {FLAG_DEBUG, "Debug", OPTV_STRING,
856 xf86Info.debug = xf86GetOptValString(FlagOptions, FLAG_DEBUG); in configServerFlags()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/common/
H A Dxf86Config.c648 FLAG_DEBUG, enumerator
706 {FLAG_DEBUG, "Debug", OPTV_STRING,
871 xf86Info.debug = xf86GetOptValString(FlagOptions, FLAG_DEBUG); in configServerFlags()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xfree86/common/
H A Dxf86Config.c648 FLAG_DEBUG, enumerator
706 {FLAG_DEBUG, "Debug", OPTV_STRING,
856 xf86Info.debug = xf86GetOptValString(FlagOptions, FLAG_DEBUG); in configServerFlags()

12