HomeSort by relevance Sort by last modified time
    Searched defs:CMP (Results 1 - 21 of 21) sorted by null

  /external/blktrace/
strverscmp.c 79 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
80 #define CMP 2
113 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
114 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_idioms.py 34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)"
77 """ % (TYPE, CMP, CMP, TYPE)
  /toolchain/binutils/binutils-2.25/libiberty/
strverscmp.c 80 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
81 #define CMP 2
114 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
115 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /external/bison/lib/
strverscmp.c 34 /* result_type: CMP: return diff; LEN: compare using len_diff/diff */
35 #define CMP 2
85 /* S_N */ CMP, CMP, CMP, CMP, CMP, LEN, CMP, CMP,
86 CMP, CMP, CMP, CMP, CMP, CMP, CMP, CMP
    [all...]
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c 87 #define CMP(t, x, y) (cmp((t), (x), (y)))
89 #define CMP(t, x, y) (cmp((x), (y)))
93 med3(char *a, char *b, char *c, cmp_t *cmp, void *thunk
99 return CMP(thunk, a, b) < 0 ?
100 (CMP(thunk, b, c) < 0 ? b : (CMP(thunk, a, c) < 0 ? c : a ))
101 :(CMP(thunk, b, c) > 0 ? b : (CMP(thunk, a, c) < 0 ? a : c ))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 154 * CMP: Sets the low bit of the destination channels with the result
159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition)
639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ));
648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ));
666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
676 emit(CMP(dst_null_d(), op[0], op[1],
760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
765 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ))
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 281 CMP(int cc, int Rn, uint32_t Op2) {
  /art/compiler/utils/arm/
constants_arm.h 145 CMP = 10, // Compare
  /external/elfutils/src/
unstrip.c 844 #define CMP(value) \
858 CMP (value);
859 CMP (size);
860 CMP (shndx);
871 int cmp;
874 cmp = (s1->name == NULL) - (s2->name == NULL);
876 if (cmp == 0)
878 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL)
881 if (cmp == 0)
883 cmp = ((GELF_ST_TYPE (s2->info.info) == STT_SECTION
869 int cmp; local
1343 int cmp = compare_unalloc_sections (shdr, &sec->shdr, local
    [all...]
  /external/pcre/dist/sljit/
sljitNativePPC_common.c 148 #define CMP (HI(31) | LO(0))
    [all...]
sljitNativeX86_common.c 170 #define CMP (/* BINARY */ 7 << 3)
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
m88k.h 266 #define CMP ADD+8
270 #define LDAB CMP+1
271 #define LDAH CMP+2
272 #define LDA CMP+3
273 #define LDAD CMP+4
  /external/v8/src/arm/
constants-arm.h 151 CMP = 10 << 21, // Compare.
  /external/v8/src/ppc/
constants-ppc.h 171 CMP = 0 << 1,
  /external/pcre/dist/
pcre_jit_compile.c 469 #undef CMP
533 #define CMP(type, src1, src1w, src2, src2w) \
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-dis.c 391 #define CMP { CMP_Fixup, 0 }
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 898 milliseconds