HomeSort by relevance Sort by last modified time
    Searched refs:c1 (Results 176 - 200 of 516) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-ssa-sccvn.h 121 /* Compare the constants C1 and C2 with distinguishing type incompatible
125 vn_constant_eq_with_type (tree c1, tree c2)
127 return (expressions_equal_p (c1, c2)
128 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 121 /* Compare the constants C1 and C2 with distinguishing type incompatible
125 vn_constant_eq_with_type (tree c1, tree c2)
127 return (expressions_equal_p (c1, c2)
128 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-ssa-sccvn.h 121 /* Compare the constants C1 and C2 with distinguishing type incompatible
125 vn_constant_eq_with_type (tree c1, tree c2)
127 return (expressions_equal_p (c1, c2)
128 && types_compatible_p (TREE_TYPE (c1), TREE_TYPE (c2)));
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 484 char c1 = fsb.charAt(i); local
487 if (c1 != c2)
489 return c1 - c2;
530 char c1 = Character.toLowerCase(fsb.charAt(i)); local
533 if (c1 != c2)
535 return c1 - c2;
  /external/valgrind/main/exp-ptrcheck/
h_intercepts.c 190 register unsigned char c1; \
193 c1 = *(unsigned char *)s1; \
195 if (c1 != c2) break; \
196 if (c1 == 0) break; \
199 if ((unsigned char)c1 < (unsigned char)c2) return -1; \
200 if ((unsigned char)c1 > (unsigned char)c2) return 1; \
  /bionic/libc/kernel/common/linux/
binder.h 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))
  /development/ndk/platforms/android-3/include/linux/
binder.h 17 #define B_PACK_CHARS(c1, c2, c3, c4) ((((c1)<<24)) | (((c2)<<16)) | (((c3)<<8)) | (c4))