Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 9 of 9) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dfutex.h145 #define FUTEX_OP(op, oparg, cmp, cmparg) \ argument
146 (((op & 0xf) << 28) | ((cmp & 0xf) << 24) \
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A DMakefile48 cmp -s .tmp.config .config || \
64 cmp -s .tmp.config .config || \
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/netfilter_bridge/
H A Debt_among.h34 uint32_t cmp[2]; member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dmkcompile_h94 cmp -s .tmpver.1 .tmpver.2; then
H A DKbuild.include54 if [ -r $@ ] && cmp -s $@ $@.tmp; then \
/utopia/UTPA2-700.0.x/modules/vdec_v1/api/vdec/project/
H A DMakefile.mm59 then ((cmp $(INC_DIR_)/$$i $(OUT_INC_DIR)/$$i) || (cp -f $(INC_DIR_)/$$i $(OUT_INC_DIR);)) \
H A DMakefile59 then ((cmp $(INC_DIR_)/$$i $(OUT_INC_DIR)/$$i) || (cp -f $(INC_DIR_)/$$i $(OUT_INC_DIR);)) \
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddrvgpd.c957 void drv_gpd_set_cmp_type(MS_U8 cmp)
962 GPDreg.h83b8 |= (cmp<<PNG_COMPRESS_TYPE_SHF);
/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1771 int cmp = 0; in pthread_acquire_lock() local
1776 : "r" (val), "m" (*(lp)), "0"(cmp) in pthread_acquire_lock()
1823 int cmp = 0; in pthread_try_lock() local
1828 : "r" (val), "m" (*(lp)), "0"(cmp) in pthread_try_lock()