Home
last modified time | relevance | path

Searched defs:cc_c (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dcomposite.c526 static void cc_c(struct zint_symbol *symbol, const char source[], const int cc_width, const int ecc… in cc_c() function
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dcomposite.c590 static int cc_c(struct zint_symbol *symbol, char source[], int cc_width, int ecc_level) { in cc_c() function
/dports/emulators/qemu-utils/qemu-4.2.1/target/m68k/
H A Dcpu.h99 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/emulators/qemu5/qemu-5.2.0/target/m68k/
H A Dcpu.h99 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/m68k/
H A Dcpu.h99 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/emulators/qemu42/qemu-4.2.1/target/m68k/
H A Dcpu.h99 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/m68k/
H A Dcpu.h99 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/m68k/
H A Dcpu.h106 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/m68k/
H A Dcpu.h103 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/emulators/qemu/qemu-6.2.0/target/m68k/
H A Dcpu.h103 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/emulators/qemu60/qemu-6.0.0/target/m68k/
H A Dcpu.h103 uint32_t cc_c; /* either 0/1, unused, or computed from cc_n and cc_v */ member
/dports/math/cvc4/CVC4-1.7/src/theory/strings/
H A Dtheory_strings.cpp2263 Node cc_c = getConstantEqc(cc); in checkFlatForm() local
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c4858 uint8_t cc_n = 0, cc_z = 0, cc_v = 0, cc_c = 0; local