Home
last modified time | relevance | path

Searched refs:COMP (Results 1 - 10 of 10) sorted by relevance

/third_party/icu/tools/scripts/
H A Dicurun203 COMP=`${ICU_CONFIG} ${ICU_CONFIG_OPTS} --cxx --cxxflags ${CPPOPTS} ${LINKOPTS}`
208 COMP=`${ICU_CONFIG} ${ICU_CONFIG_OPTS} --cc --cflags ${CPPOPTS} ${LINKOPTS}`
218 echo "# ${COMP}" "${SRC_OPTS}" -o "${OUT}" "${FILE}" "${XTRA_OPTS}"
219 ( ${COMP} ${SRC_OPTS} -o "${OUT}" "${FILE}" ${XTRA_OPTS} || (rm -f "${OUT}" ; exit 1) ) && ( echo "# ${INVOKE} ${LEAK_CHECKER} ./${OUT}" "$@" ; "${SHELL}" -c "${INVOKE} ${LEAK_CHECKER} ./${OUT} $*")
/third_party/littlefs/scripts/
H A Dexplode_asserts.py10 ASSERT = "__{PREFIX}_ASSERT_{TYPE}_{COMP}"
27 COMP = { variable
48 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
70 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
103 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh, size)
124 #define __{PREFIX}_ASSERT_{TYPE}_{COMP}(file, line, lh, rh)
156 for op, comp in sorted(COMP.items()):
158 'comp': comp.lower(), 'COMP': comp.upper(),
167 'comp': comp.lower(), 'COMP': comp.upper(),
261 return mkassert('str', COMP[com
[all...]
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_all_legacy.c69 IMPLEMENT_LEGACY_ERR_LOAD(COMP)
/third_party/openssl/crypto/err/
H A Derr_all_legacy.c69 IMPLEMENT_LEGACY_ERR_LOAD(COMP)
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c683 #define ALPHATEST( FUNC, COMP ) \
698 if (aaaa[0] COMP ref) passMask |= (1 << 0); \
699 if (aaaa[1] COMP ref) passMask |= (1 << 1); \
700 if (aaaa[2] COMP ref) passMask |= (1 << 2); \
701 if (aaaa[3] COMP ref) passMask |= (1 << 3); \
/third_party/python/Python/
H A Dast.c300 #define COMP(NAME) \ in validate_expr() macro
305 COMP(ListComp) in validate_expr()
306 COMP(SetComp) in validate_expr()
307 COMP(GeneratorExp) in validate_expr()
308 #undef COMP in validate_expr() macro
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_info.c33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs194 pub const COMP: Self = Self(c::IPPROTO_COMP as _); consts
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs546 pub const COMP: Self = Self(c::IPPROTO_COMP as _); consts
/third_party/node/src/crypto/
H A Dcrypto_util.cc527 V(COMP) \ in SetFipsCrypto()

Completed in 8 milliseconds