Home
last modified time | relevance | path

Searched defs:CMP (Results 1 – 25 of 74) sorted by relevance

123

/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dqsort.c77 #define CMP(t, x, y) (cmp((x), (y), (t))) macro
79 #define CMP(t, x, y) (cmp((t), (x), (y))) macro
81 #define CMP(t, x, y) (cmp((x), (y), (t))) macro
83 #define CMP(t, x, y) (cmp((x), (y))) macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARC/
H A DARCISelLowering.h40 CMP, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCISelLowering.h40 CMP, enumerator
/aosp_15_r20/external/llvm-libc/include/llvm-libc-macros/linux/
H A Dsys-time-macros.h48 #define timercmp(timeval_ptr_a, timeval_ptr_b, CMP) \ argument
/aosp_15_r20/external/blktrace/
H A Dstrverscmp.c80 #define CMP 2 macro
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h50 CMP, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h50 CMP, enumerator
/aosp_15_r20/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h48 CMP, enumerator
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_idioms.py34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)" variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/fixes/
Dfix_idioms.py34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)" variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/fixes/
Dfix_idioms.py34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)" variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/fixes/
Dfix_idioms.py34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)" variable
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_idioms.py34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)" variable
/aosp_15_r20/external/llvm/lib/Target/AVR/
H A DAVRISelLowering.h52 CMP, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/fixes/
Dfix_idioms.py34 CMP = "(n='!=' | '==' | 'is' | n=comp_op< 'is' 'not' >)" variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h54 CMP, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/
H A DM68kISelLowering.h43 CMP, enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dtime.h165 # define timercmp(a, b, CMP) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRISelLowering.h66 CMP, enumerator
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dtime.h165 # define timercmp(a, b, CMP) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp557 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, in IsInterestingCmp()
615 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local
/aosp_15_r20/art/compiler/utils/arm/
H A Dconstants_arm.h109 CMP = 10, // Compare enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp608 static bool IsInterestingCmp(ICmpInst *CMP, const DominatorTree *DT, in IsInterestingCmp()
674 if (ICmpInst *CMP = dyn_cast<ICmpInst>(&Inst)) in instrumentFunction() local
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h54 CMP, // ARM compare instructions. enumerator
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs_builder.h701 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1, in CMP() function

123