Searched refs:COMP (Results 1 - 10 of 10) sorted by relevance
/third_party/icu/tools/scripts/ |
H A D | icurun | 203 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 D | explode_asserts.py | 10 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 D | err_all_legacy.c | 69 IMPLEMENT_LEGACY_ERR_LOAD(COMP)
|
/third_party/openssl/crypto/err/ |
H A D | err_all_legacy.c | 69 IMPLEMENT_LEGACY_ERR_LOAD(COMP)
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_quad_depth_test.c | 683 #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 D | ast.c | 300 #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 D | tgsi_info.c | 33 #define COMP TGSI_OUTPUT_COMPONENTWISE macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/net/ |
H A D | types.rs | 194 pub const COMP: Self = Self(c::IPPROTO_COMP as _); consts
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | types.rs | 546 pub const COMP: Self = Self(c::IPPROTO_COMP as _); consts
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 527 V(COMP) \ in SetFipsCrypto()
|
Completed in 9 milliseconds